Ryanfafa commited on
Commit
8210416
·
verified ·
1 Parent(s): 33b93d2

Create image_captioning/requirements.txt

Browse files
Files changed (1) hide show
  1. image_captioning/requirements.txt +16 -0
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