A dynamic image classifier website that uses a Tensorflow Machine learning model in the Django Web Framework. To run this project, make sure you have Python 3.8 virtual environment set-up.
sudo apt-get install python3.8-venvpython3 -m venv envsource env/bin/activatepy -m pip install --user virtualenvpy -m venv env.\env\Scripts\activatepip3 install -r requirements.txtpython manage.py makemigrationspython manage.py migratepython manage.py runserver