Objective Goal
Idenity Handwritten Digits with Convolutional Neural Network using Flask and deploy the app on Heroku.
Fork this repo
Click on the
button to make a copy of this repo in your own account.Clone your repo
git clone https://github.com/<your-name>/digit-identify.gitLog into your Heroku account with CLI.
Push your changes in GitHub
$ git add .
$ git commit -m "Add your commit name"
$ git push origin master