StyleSense is a unique fashion inventory app which combines power of CNN and clustering to help users to classify various clothing items as well as find similar type of products based on the user uploads, as well as curating a pre-defined styles section to help users to enhance their fashion taste.
To run this project on your location machine follow these steps
git clone https://github.com/YashBaviskar1/StyleSense.git
cd StyleSense
pip install virtualenv
python -m venv myenv
myenv/Scripts/activate.bat //In CMD
myenv/Scripts/Activate.ps1 //In Powershell
to check if virtual enviroment is active, you will see a (myenv) in your terminal, it means you have successfuly activated the virtual enviroment
pip list
pip install -r requirements.txt
flask run