mnist / README.md
carlfeynman's picture
Update README.md
8fca3ce unverified
|
raw
history blame
580 Bytes
---
title: Mnist
emoji: 🐢
colorFrom: yellow
colorTo: purple
sdk: docker
pinned: false
---
# <img src="/static/favicon.png" alt="Logo" style="float: left; margin-right: 10px; border-radius:100%;margin-top:5px" /> 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
* Try Online: https://carlfeynman-mnist.hf.space/
* To Run FastApi Server Locally: uvicorn server:app --reload
![site_screenshot](/static/site_screenshot.png)