File size: 434 Bytes
65e90dc
59b82e8
19d498a
c30c1d2
0d0f26d
 
19d498a
fe73ea3
6b39bdd
fdda499
4f0745f
3a9753c
1
2
3
4
5
6
7
8
9
10
11
12
# <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)