Model (PyTorch) + Web App (Streamlit) for the EMNIST letters dataset containing 145,600 images across 26 classes.
- Clone the repository with
https://github.com/Priyansi/handwritten-letters-classifier.git
- To install -
pip install poetry && poetry install
- To run the app on
http://localhost:8501
runstreamlit run app/app.py