Giter VIP home page Giter VIP logo

sklearn-flask-webapp's Introduction

#sklearn-flask-webapp

A project that identifies handwritten characters, kind of like a handwriting app on the iPhone. It isn't the most impressive, but it shows you how easy it is to make something cool with the existing technology out there. Uses Flask to communicate with a model server side created with scikitlearn, a Python machine learning library.

##Stack Explained:

__init__.py : Flask script that unpickles a pretrained sklearn model, sets up decorator listeners at base url to render index template, and at /predict, which returns the output of the fitted model. It opens application on port 5000 in debug mode.

index.html : Uses Canvas component drawing_pad.js to create a Canvas object which a user can draw on with a mouse. resize_image.js converts the image data of the canvas element to pixels and reduces the result to a more manageable flat feature vector. The result of the identification process is pulled using a jQuery getJSON call to the /predict url, including the image feature vector as a parameter.

drawing_pad.js : Uses HTML5 Canvas element to create a simple drawing surface on mouseclick and mousedrag.

resize_image.js : Uses the CanvasContext.getImageData() API to get raw pixel data from the Canvas element. Averages pixels to create a vector of length 160.

sklearn-flask-webapp's People

Contributors

mshenfield avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.