carlfeynman commited on
Commit
fdda499
1 Parent(s): e2e6f5e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -7,3 +7,6 @@ MNIST classifier from scratch
7
  * Cleaned Python Inference Version: mnist_classifier.py
8
 
9
  * Model: classifier.pth
 
 
 
 
7
  * Cleaned Python Inference Version: mnist_classifier.py
8
 
9
  * Model: classifier.pth
10
+
11
+ * To run FastApi server locally: uvicorn server:app --reload
12
+