About | How To Use | Features | Technologies | Requirements | Starting | Made By | Author
I have made a Handwriting Recognizer of Numbers. It uses the MNIST dataset to train the model using Support Vector Machine. It also uses tkinter to make a drawable canvas.
✔️ Uses MNIST dataset
✔️ Has accuracy of 99.55%
✔️ Uses Support Vector Machine
The following tools were used in this project:
Before starting, you need to have Git & basic Machine Learning libraries installed.
# Clone this project
$ git clone https://github.com/UtkarshPrajapati/Number-Recognition.git
# Access
$ cd Number-Recognition
# Install dependencies
$ pip install -r requirements.txt
# Run the project
$ jupyter nbconvert --execute NumberRecognition.ipynb
Made with ❤️ by Utkarsh Prajapati