Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 413 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 413 Bytes

MNIST Handwritten Digits Classifier

Deployed app: https://share.streamlit.io/tomytjandra/mnist-digit-classifier-app

Project Structure

  • Folders:

    • draft: Python Notebook for testing
  • Files:

    • model.pt: Pre-trained model using Pytorch (ANN)
    • requirements.txt: Package dependencies
    • model.py: Load model and predict function
    • streamlit_app.py: Main streamlit application