ArtooDetoo simple app which tries to recognize digits

On the front-page, we have the canvas where the user can draw any digit when the user clicks to “recognize” this image will send to the server.
On the server-side, we have a neuronal network which was trained this dataset www.kaggle.com/c/digit-recognizer/data
The neuronal network try to recognize this digit and return the result to the front.
It is not a production app.
https://github.com/dyslabpro/artoo_detoo

3 Likes