/yolo-img-classifier

A Flask Web Interface for yolo Image Classifier

Primary LanguagePython

yolo-img-classifier_service

Drawing

Demo

A Flask Web Interface for yolo Image Classifier.

This app simply invoked the pre-trained model provided by darknet.

Deployment

Step - 1: Environment

sudo pip install Flask
sudo pip install keras
sudo yum install numpy opencv*


sudo pip install gunicorn

Step - 2: Clone This Project

git clone https://github.com/leepand/yolo-img-classifier.git

Step - 3: Download Pre-Trained yolo Model

From http://pjreddie.com/media/files/, download

Note that we need to put all these three files under application directory.

Step - 4: Start Service

sudo gunicorn -b 0.0.0.0:80 app:app