Skip to content

jcolemang/HandwritingClassification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Handwriting Classification

Authors: Adam Finer James Gibson John Hein

The main program is located in the Program/ folder. Run 'python main.py' in the Program directory You may need to run the install.sh script. I HIGHLY recommend checking its contents before running it. In particular, the pygame installation depends on your operating system. Note that if you are only running the website you do not need pygame.

The website server is also in the Program/ folder. run 'python app.py' to start the server. Go to 'localhost:8889/home' in a browser to use the site, or pay for us to put in on a hosting service.

Run 'make' in the Program/ directory to compile the c extension.

Most of the other files are just for reference.