faizan170 / tensorflow-image-classification-flask-deployment

This is a flask application to receive a image file, process using deep learning model and return resulting label.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tensorflow-image-classification-flask-deployment

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.7
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.

About

This is a flask application to receive a image file, process using deep learning model and return resulting label.


Languages

Language:Python 62.3%Language:HTML 37.7%