From 70e83a83ee72b44076157429c43760ec87f684ff Mon Sep 17 00:00:00 2001 From: Arun Date: Fri, 22 Sep 2023 18:45:02 +0530 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a854973..f8e0e46 100644 --- a/README.md +++ b/README.md @@ -20,4 +20,6 @@ MNIST classifier from scratch * Try Online: https://carlfeynman-mnist.hf.space/ * To Run FastApi Server Locally: uvicorn server:app --reload +* Note: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. + ![site_screenshot](/static/site_screenshot.png)