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

achen318/character-recognition

Repository files navigation

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