Noursine commited on
Commit
d0f29e0
·
verified ·
1 Parent(s): 7d462b8

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -0
requirements.txt ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ fastapi
2
+ uvicorn
3
+ gdown
4
+ ultralytics
5
+ opencv-python
6
+ python-multipart
7
+ numpy==1.24.4