Recognition for clothing, using CNN.
Using a virtual environment is highly recommended.
- Create a virtual environment (in this example we will use
.venv)
python -m venv .venv- Activate the environment
*nix
source .venv/bin/activateWindows (Command Prompt)
.venv\Scripts\activate.batWindows (Powershell)
.venv\Scripts\Activate.ps1- Install dependencies
pip install -r requirements.txt- Run the notebooks inside the
notebooksfolder one by one
datafolder - dataset-related filesnotebookfolder - Jupyter Notebooks for the projectrequirements.txt- dependenciesREADME.md- project description