Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

Latest commit

 

History

History
32 lines (19 loc) · 2.22 KB

README.md

File metadata and controls

32 lines (19 loc) · 2.22 KB

character-recognition

A website demonstration of how linear algebra techniques (e.g. singular value decomposition) can be used to classify handwritten characters. An accompanying slideshow explains the mathematical intuition of the machine learning models developed for the project. The website is interactive, allowing users to draw a character and see the predictions of different models.

Commands

Install Run Clean
pip3 install -r requirements.txt python3 app.py rm -rf *.model
mkdir ~/.cache/emnist
wget https://biometrics.nist.gov/cs_links/EMNIST/gzip.zip
mv gzip.zip ~/.cache/emnist/emnist.zip

Credits