Handwritten Digit Recognition using the MNIST dataset.
Dataset from: https://www.kaggle.com/oddrationale/mnist-in-csv
- python v3.7.7
- scikit-learn v0.22.1
- numpy v1.18.1
- pandas v1.0.3
- pillow v7.0.0
- django v3.0.3
- Setup an environment with the above mentioned libraries.
- Clone the repository.
- To launch the server, navigate to
django-server/
- In terminal, run
python manage.py runserver
to start the server. - Open your browser and go to
localhost:8000/digits/
or127.0.0.1:8000/digits/
- Draw desired digit and click
PREDICT
to get an answer. - The output of the program will be printed on the bottom of the drawing window.