Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 400 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 400 Bytes

Handwritten Letters Classifier

Model (PyTorch) + Web App (Streamlit) for the EMNIST letters dataset containing 145,600 images across 26 classes.

How To Run The Web App

  1. Clone the repository with https://github.com/Priyansi/handwritten-letters-classifier.git
  2. To install - pip install poetry && poetry install
  3. To run the app on http://localhost:8501 run streamlit run app/app.py