Skip to content

MartinRep/Digit-OCR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Digit-OCR

Digit recognition Web app using Flask and TensorFlow. This project was created as a part of 4th year module of Software Development course in GMIT.

Technology

For this web application we used Flask framework and Tensorflow library for machine learning.

Prerequirements

  • Python Tested on version 3.6
  • Flask pip install flask
  • Numpy library pip istall numpy
  • Tensorflow pip install tensorflow
  • PIL pip install pillow

How to run the app

  • Navigate to folder you downloaded the project.
  • Make sure all dependencies are installed.
  • Run python main.py
  • Navigate your browser to localhost:5000

Machine Learning model

Prediction model was trained using MNIST data set. Fully trained model is located in /mlearning/data/ folder under convolutional.ckpt file.

Usage

Model will predict with high probability canvas or file input. If prediction is incorrect, user can correct it and app will adjust, retrain the model.

demo

About

Digit recognition Flask Web app using TensorFlow

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published