Mnist Handwritten: is a deep learning model that classify the digits between 0 to 9, trained on mnist data-set for hand written digits. This notebook contains all steps of training on google colab and it also contains installation of Pytorch on the cloud
This repository is divided into two parts:
- this part which contains the prediction model
- server part which hand the equations, front-end stuff and dealing with the prediction model, you can find it here with steps and requirements for installation and run
after downloading the project's repository and it's requirements, just run the server file using this command.
python server.py