A Flask Web Interface for yolo Image Classifier.
This app simply invoked the pre-trained model provided by darknet.
sudo pip install Flask
sudo pip install keras
sudo yum install numpy opencv*
sudo pip install gunicorn
git clone https://github.com/leepand/yolo-img-classifier.git
From http://pjreddie.com/media/files/, download
Note that we need to put all these three files under application directory.
sudo gunicorn -b 0.0.0.0:80 app:app