File size: 580 Bytes
28478b9
 
 
 
 
 
 
 
 
65e90dc
59b82e8
19d498a
c30c1d2
0d0f26d
 
19d498a
fe73ea3
6b39bdd
fdda499
8fca3ce
 
4f0745f
8fca3ce
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
---
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)