Skip to content

ksashok/Handwritten-Digit-Recogniser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Handwritten Digit Recogniser

This project is a Keras Based Handwritten Digit Recogniser.

Language used : Python Web Framework : Flask ML Libraries used : Keras

Checking the project

The project has been deployed as a Flask Service onto Heroku. You can check the final working version at https://digitfind.herokuapp.com

Running the project locally

  • Clone the repository
    git clone https://github.com/ksashok/Handwritten-Digit-Recogniser.git
  • Go to the project folder and execute the app.py
    python app.py
  • The service will run on port 5000 (default Flask port which can be changed by mentioning the port in app.run())
    http://localhost:5000
    

Limitations

  • The project works only on bigger drawn digits
  • The project doesn't work on multiple digits

About

Recognise Handwritten digits using Keras in Python

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published