diff --git a/README.md b/README.md index c2513a9..4550a69 100644 --- a/README.md +++ b/README.md @@ -7,3 +7,6 @@ MNIST classifier from scratch * Cleaned Python Inference Version: mnist_classifier.py * Model: classifier.pth + +* To run FastApi server locally: uvicorn server:app --reload +