Spaces:
Sleeping
Sleeping
Create Structure of a Perfect ML App
Browse files
Structure of a Perfect ML App
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
my-ml-app/
|
| 2 |
+
β
|
| 3 |
+
βββ app.py
|
| 4 |
+
βββ requirements.txt
|
| 5 |
+
βββ model/ (optional)
|
| 6 |
+
βββ assets/ (images/videos)
|
| 7 |
+
βββ README.md
|