Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 673 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 673 Bytes

A Simple Keras + deep learning REST API (Flask)

This is a image classifier, It uses the pretrained Neural Network ResNet50.More details about the model here.

Credits

Adrian Rosebrock.

Getting started

  • clone the repository.
  • pip install -r requirements.txt
  • Run

  • python app.py
  • Open up browser and go to localhost:5000.
  • Upload a picture and click submit.

2018-05-31