Skip to content

Repository files navigation

clothes_recognition

Recognition for clothing, using CNN.

Project setup

Using a virtual environment is highly recommended.

  1. Create a virtual environment (in this example we will use .venv)
python -m venv .venv
  1. Activate the environment

*nix

source .venv/bin/activate

Windows (Command Prompt)

.venv\Scripts\activate.bat

Windows (Powershell)

.venv\Scripts\Activate.ps1
  1. Install dependencies
pip install -r requirements.txt
  1. Run the notebooks inside the notebooks folder one by one

Project layout

  • data folder - dataset-related files
  • notebook folder - Jupyter Notebooks for the project
  • requirements.txt - dependencies
  • README.md - project description

About

Clothes Recognition using CNN

Resources

Stars

1 star

Watchers

0 watching

Forks

Contributors

Languages