Sivainti commited on
Commit
b94c70d
·
verified ·
1 Parent(s): 2db93d1

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -0
requirements.txt ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ fastapi>=0.68.0
2
+ uvicorn>=0.15.0
3
+ python-multipart>=0.0.5
4
+ numpy>=1.21.0
5
+ opencv-python-headless>=4.5.0 # Using headless version for Hugging Face
6
+ sqlalchemy>=2.0.0
7
+ python-dotenv>=0.19.0