Skip to content

Latest commit

 

History

History
31 lines (26 loc) · 1012 Bytes

README.md

File metadata and controls

31 lines (26 loc) · 1012 Bytes

Handwriting-Recognition

The handwritten digit recognition is the ability of computers to recognize human handwritten digits. It is a hard task for the machine because handwritten digits are not perfect and can be made with many different flavors. The handwritten digit recognition is the solution to this problem which uses the image of a digit and recognizes the digit present in the image.

How to run the app

To get a local copy up and running follow these simple steps:

  • Clone the repo
  • open the project in your IDE
  • in a terminal, cd to the project directory
  • run the following command to install the dependencies:
    pip install tensorflow
    
    pip install numpy
    
    pip install pillow
    

Built With