Image Classification Web App Using Machine Learning with Python and Flask
The machine learning models are in the models directory:
- SGD clasiffier model
- Scaler model
To run this models you will need to install the requirements.txt
From a terminal
- Install Requirements
pip install -r requirements.txt
- Run
flask_app.py