This is a handwritten symbol recognizer. It uses a convolutional neural network to classify handwritten symbols. The network is trained on this kaggle dataset.
- Clone the repository
- Install the dependencies using
pip install -r requirements.txt
- In your workspace, install this kaggle dataset.
- Now execute the cells of this notebook in order.
- If you wish model to do the prediction on the handwritten digits you've made, then you may use MS Paint or any other image editor to draw the digits and save them as .png files in this folder.