mnist / README.md
carlfeynman's picture
Update README.md
fdda499 unverified
|
raw
history blame
388 Bytes

Logo MNIST CLASSIFIER

MNIST classifier from scratch

  • Model: CNN

  • Accuracy: 97%

  • Training Notebook: mnist_classifier.ipynb

  • Cleaned Python Inference Version: mnist_classifier.py

  • Model: classifier.pth

  • To run FastApi server locally: uvicorn server:app --reload