/digdet

A realtime digit OCR on the browser using Machine Learning

Primary LanguageJupyter NotebookMIT LicenseMIT

A realtime digit OCR on the browser using Machine Learning

Demo

You can view the demo on https://digdet.herokuapp.com

Table of Contents

Installation

Download or clone the repository as follows:

$ git clone git@github.com:achillesrasquinha/digdet.git

Install necessary dependencies:

$ make install

Usage

$ make all

Your app should now be up and running on http://localhost:5000.

API

Checkout API.md for more details.

Dependencies

  • Back-end Dependencies
    • Python 2.7 and more or 3.5 and more
  • Front-end Dependencies
    • Node.js
    • SASS

License

This repository has been released under the MIT License.