mnist / README.md
carlfeynman's picture
readme updated
28478b9
|
raw
history blame
528 Bytes
metadata
title: Mnist
emoji: 🐢
colorFrom: yellow
colorTo: purple
sdk: docker
pinned: false

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