This is a flask application to receive a image file, process using deep learning model and return resulting label.
To run this application.
- Requires python 3.10
pip install -r requirements.txt
python main.py
To test this api using python. Open another terminal and run
python test.py
Change your url if required and image path.