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.
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