Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
fastapi==0.104.1
|
2 |
+
uvicorn==0.24.0
|
3 |
+
numpy==1.24.3
|
4 |
+
tensorflow==2.14.0
|
5 |
+
python-multipart==0.0.6
|
6 |
+
google-generativeai==0.3.0
|
7 |
+
Pillow==10.0.0
|
8 |
+
python-dotenv==1.0.0
|