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

* To Run FastApi Server Locally: uvicorn server:app --reload
![site_screenshot](/static/site_screenshot.png)