mnist / README.md
carlfeynman's picture
updated
4f0745f
|
raw
history blame
434 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 site_screenshot