Skin type/ Acne classification
- repo (lfs) https://huggingface.co/afscomercial/dermatologic
- project folder: models
- Navigate to the desired parent directory:
cd /path/to/parent/directory- Clone the repository using Git:
git clone https://huggingface.co/afscomercial/dermatologic- Navigate into the cloned repository:
cd dermatologic huggingface-cli version huggingface-cli whoami huggingface-cli logoutNote: Ensure you have the
huggingface-cliinstalled and you are logged in to your Hugging Face account before running these commands. Parent folder is a git repository and the Models subdirectory is a huggingface lfs repository.
- Create a virtual environment:
python -m venv env- Activate the virtual environment:
- On Windows:
.\env\Scripts\activate- On macOS and Linux:
source env/bin/activate- Install
huggingface_hub:
pip install huggingface_hub- Verify the installation:
huggingface-cli versionNote: Ensure you have Python installed on your system before creating a virtual environment.