![]() |
Digit recognizer web app with Flask - Printable Version +- Python Forum (https://python-forum.io) +-- Forum: General (https://python-forum.io/forum-1.html) +--- Forum: Code sharing (https://python-forum.io/forum-5.html) +--- Thread: Digit recognizer web app with Flask (/thread-31502.html) |
Digit recognizer web app with Flask - lorenzophys - Dec-15-2020 I made a digit recognizer web app using Flask and Tensorflow to train the model. It's my first Flask program, so it's very simple. Apart from python, I used Javascript and jQuery to manage the canvas/events and Bootstrap for the front end. Github link: https://github.com/lorenzophys/web-MNIST |