- install electron (https://electronjs.org/)
- in the
/project
directory, runelectron ./main.js
(important: the default python version must be set to Python3) - draw a number and click smily-face!
- 『ゼロから作るDeep Learning - Pythonで学ぶディープラーニングの理論と実装』
- the implementation of the CNN used in the backend of the system is based this book.
- GitHub repo of the book: https://github.com/oreilly-japan/deep-learning-from-scratch>