Checkout the Demo
- Python 3
- Conda
-
Make sure to be running in a conda environment
- First Install anaconda
- run
conda create --name venv - When conda asks
proceed ([y]/n)?pick yes - Now activate the environment
source activate venv
-
Now to install the requirements
cd ImageClassifierpip install requirements.txt
Note: If the installation of the requirements didn't work, install each of them one by one. Most of them will install but some will fail for some reason.
- Run
python debug.py fthis will set the debug variable in settings to true - Then run
python manage.py runserver - At this point the website will be running on http://127.0.0.1:8000/upload_picture