Create backend/requirements.txt
Browse files- backend/requirements.txt +18 -0
backend/requirements.txt
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
fastapi==0.104.1
|
| 2 |
+
uvicorn==0.24.0
|
| 3 |
+
pydantic==2.5.0
|
| 4 |
+
python-multipart==0.0.6
|
| 5 |
+
huggingface-hub==0.19.4
|
| 6 |
+
safetensors==0.4.1
|
| 7 |
+
torch==2.1.0
|
| 8 |
+
transformers==4.35.2
|
| 9 |
+
diffusers==0.24.0
|
| 10 |
+
accelerate==0.24.1
|
| 11 |
+
psutil==5.9.6
|
| 12 |
+
requests==2.31.0
|
| 13 |
+
pyyaml==6.0.1
|
| 14 |
+
numpy==1.26.2
|
| 15 |
+
scipy==1.11.4
|
| 16 |
+
Pillow==10.1.0
|
| 17 |
+
sentencepiece==0.1.99
|
| 18 |
+
protobuf==4.24.4
|