Skip to content

penguinmoose/handwritten-recognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Live at 52.39.104.126

handwritten-recognition

A flask app to recognize handwritten digits. Uses TensorFlow. Please use tensorflow 2.9.

Quick start

After cloning this repository, run start.sh. This script will also install the required packages.

Note: For M1 macs, you will have to install Tensorflow seperately. See this guide. All other packages (pillow, numpy, etc) can be installed via pip.

Running this app

For this to work, you will have to install requirements.txt.

If you use a M1 mac, see above note for installing tensorflow.

To run the app locally, enter the following two commands:

export FLASK_APP=run.py # Define flask app file
flask run # Run the application

To rerun after quitting the application, you don't have to enter the first command.

About

Flask app to recognize handwritten digits. Uses TensorFlow.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published