Added requirements file
Browse files- requirements.txt +14 -0
requirements.txt
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
fastapi==0.108.0
|
2 |
+
uvicorn==0.25.0
|
3 |
+
python-multipart==0.0.6
|
4 |
+
pydantic==2.5.3
|
5 |
+
pydantic-settings==2.1.0
|
6 |
+
python-dotenv==1.0.0
|
7 |
+
pillow==10.2.0
|
8 |
+
torch==2.1.2
|
9 |
+
transformers==4.36.2
|
10 |
+
huggingface-hub==0.20.3
|
11 |
+
matplotlib==3.8.2
|
12 |
+
aiofiles==23.2.1
|
13 |
+
pytest==7.4.3
|
14 |
+
httpx==0.26.0
|