Update requirements.txt
Browse files- requirements.txt +19 -8
requirements.txt
CHANGED
@@ -1,8 +1,19 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
python-multipart
|
8 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
fastapi==0.104.1
|
2 |
+
uvicorn==0.24.0
|
3 |
+
streamlit==1.28.2
|
4 |
+
torch==2.1.1
|
5 |
+
transformers==4.35.2
|
6 |
+
Pillow==10.1.0
|
7 |
+
python-multipart==0.0.6
|
8 |
+
python-dotenv==1.0.0
|
9 |
+
gunicorn==21.2.0
|
10 |
+
requests==2.31.0
|
11 |
+
numpy==1.26.2
|
12 |
+
pandas==2.1.3
|
13 |
+
scikit-learn==1.3.2
|
14 |
+
watchdog==3.0.0
|
15 |
+
aiofiles==23.2.1
|
16 |
+
pydantic==2.5.2
|
17 |
+
starlette==0.27.0
|
18 |
+
click==8.1.7
|
19 |
+
nest-asyncio==1.5.8
|