Skip to content

Handwritten digit recognition is the computer's capacity to identify human-written digits, despite their imperfections. This technology processes digit images to accurately determine the numerical value, providing a solution to this complex problem.

Notifications You must be signed in to change notification settings

omarhenidi/Handwriting-Recognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Handwritten digit recognition is the computer's capacity to identify human-written digits, despite their imperfections. This technology processes digit images to accurately determine the numerical value, providing a solution to this complex problem.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages