amaanabbasi / Doodle_classifier

A Flask application that recognizes doodles. Developed using tensor-flow and keras.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Doodle classifier in python

Overview

We're going to builda model that recognizes doodle images. Developed using TensorFlow and the super simple Keras Library. Wrapped into a Webapp using Flask Micro Framework.

Dependencies

sudo pip install -r requirements.txt

Usage

Once dependencies are installed, just run this to see it in your browser.

python app.py

That's it! It's serving a saved Keras model to you via Flask. 2018-03-16

Credits

The credits for this code go to moinudeen.

About

A Flask application that recognizes doodles. Developed using tensor-flow and keras.

License:GNU General Public License v3.0


Languages

Language:Python 56.5%Language:CSS 18.6%Language:HTML 13.3%Language:JavaScript 11.6%