Flask App To Validate the Fashion Data and Pridict the Result for Image Object
Click The BELOW Link To see it Live
Click The ABOVE Link To see it Live
How To RUN this Project Into Your SYSTEM 1. Download the Code in your PC. 2. Then Run The following Command into CMD cuttent Directory.
pip install -r requirements.txt
Then:-
Run These Following Command in CMD Current DIrectory To see the Project Live into Your BROWSER
1.
set FLASK_APP= app.py
2.
python app.py
it will run Into the SERVER.
OPtional:-
after That in your PC To SAVE the requirement txt RUN
pip freeze > requirements.txt