A Flask app for handwritten digit prediction.
Python 3.9+ is required for compatability with all required modules
# Clone this repository
git clone https://github.com/OSedina/my-digit-game.git
# Go into the repository
cd my-digit-game
# Install required modules
pip install -r requirements.txtTo launch the website, begin by starting a Flask server from the repository folder:
# Start app
python main.pyThen open a browser and navigate to http://127.0.0.1:5000/ to view it.