/HandWriteDigitOnHtmlCanvasPrediction

Hand Write Digit On HTML Canvas Prediction

Primary LanguageJupyter NotebookMIT LicenseMIT

Hand Write Digit On HTML Canvas Prediction

https://gyazo.com/502c143ca80a90c6f00dec88d4c6ce3a

How to use

  1. clone this repository using git:
git clone https://github.com/uchidama/HandWriteDigitOnHtmlCanvasPrediction.git
  1. cd to the folder and run jupyter notebook:
cd HandWriteDigitOnHtmlCanvasPrediction
jupyter notebook
  1. click 'hand_write_digit_on_html_canvas_prediction.ipynb' and write digit ...

Installation

This software using Keras.

If you want to run without to think keras and backend deeplearning frameworks, enter this command.

pip install tensorflow==1.4.1
pip install keras==2.1.2

Then, enter this command to install other using python packages.

pip install -r requirements.txt

License

MIT