Spaces:
Sleeping
Sleeping
Create image_captioning/requirements.txt
Browse files
image_captioning/requirements.txt
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# lightweight CPU-only stack
|
| 2 |
+
torch==2.2.2+cpu
|
| 3 |
+
torchvision==0.17.2+cpu
|
| 4 |
+
--extra-index-url https://download.pytorch.org/whl/cpu
|
| 5 |
+
|
| 6 |
+
fastapi
|
| 7 |
+
uvicorn[standard]
|
| 8 |
+
pillow
|
| 9 |
+
transformers>=5.0.0
|
| 10 |
+
numpy
|
| 11 |
+
tqdm
|
| 12 |
+
tensorboard
|
| 13 |
+
nltk
|
| 14 |
+
sacrebleu
|
| 15 |
+
rouge-score
|
| 16 |
+
efficientnet-pytorch
|