Spaces:
Runtime error
Runtime error
carlfeynman
commited on
Commit
•
c30c1d2
1
Parent(s):
9490409
vercel removed
Browse files- README.md +1 -1
- requirements.txt +1 -0
- vercel.json +0 -14
README.md
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
# <img src="/static/favicon.png" alt="Logo" style="float: left; margin-right: 10px; border-radius:100%;margin-top:5px" /> MNIST CLASSIFIER
|
2 |
MNIST classifier from scratch
|
3 |
* Model: CNN
|
4 |
-
* Accuracy:
|
5 |
|
6 |
* Training Notebook: mnist_classifier.ipynb
|
7 |
* Cleaned Python Inference Version: mnist_classifier.py
|
|
|
1 |
# <img src="/static/favicon.png" alt="Logo" style="float: left; margin-right: 10px; border-radius:100%;margin-top:5px" /> MNIST CLASSIFIER
|
2 |
MNIST classifier from scratch
|
3 |
* Model: CNN
|
4 |
+
* Accuracy: 97%
|
5 |
|
6 |
* Training Notebook: mnist_classifier.ipynb
|
7 |
* Cleaned Python Inference Version: mnist_classifier.py
|
requirements.txt
CHANGED
@@ -5,4 +5,5 @@ torch
|
|
5 |
fastcore
|
6 |
torchvision
|
7 |
datasets
|
|
|
8 |
|
|
|
5 |
fastcore
|
6 |
torchvision
|
7 |
datasets
|
8 |
+
matplotlib
|
9 |
|
vercel.json
DELETED
@@ -1,14 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"builds": [
|
3 |
-
{
|
4 |
-
"src": "server.py",
|
5 |
-
"use": "@vercel/python"
|
6 |
-
}
|
7 |
-
],
|
8 |
-
"routes": [
|
9 |
-
{
|
10 |
-
"src": "/(.*)",
|
11 |
-
"dest": "server.py"
|
12 |
-
}
|
13 |
-
]
|
14 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|