Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
arun477 authored Sep 22, 2023
1 parent eeb8ffc commit 71c71a4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,15 @@ MNIST classifier from scratch
* 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
* Note: When you try it out on the website, accuracy may drop due to distribution changes from training data to canvas image input. It has not been adjusted or fine-tuned for this specific purpose; it's just for demonstration.

* Note: When you try it out on the website, accuracy may drop due to distribution changes from training data to canvas image input. It has not been adjusted or fine-tuned for this specific purpose; it's intended just to demonstrate the full flow.

![site_screenshot](/static/site_screenshot.png)

0 comments on commit 71c71a4

Please sign in to comment.