Arabiansands commited on
Commit
ec9baac
Β·
verified Β·
1 Parent(s): 3d6dd44

Create Structure of a Perfect ML App

Browse files
Files changed (1) hide show
  1. Structure of a Perfect ML App +7 -0
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