Skip to content

leepand/yolo-img-classifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A Flask Web Interface for yolo Image Classifier

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published