kkpathak91
commited on
Commit
•
fadf7d8
1
Parent(s):
6830ff4
Create new file
Browse files- requirements.txt +32 -0
requirements.txt
ADDED
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
nltk==3.6.5
|
2 |
+
tqdm
|
3 |
+
six
|
4 |
+
scikit-learn
|
5 |
+
pathlib
|
6 |
+
configargparse
|
7 |
+
bottle
|
8 |
+
ujson
|
9 |
+
GPUtil
|
10 |
+
coloredlogs
|
11 |
+
inflect
|
12 |
+
unidecode
|
13 |
+
psutil
|
14 |
+
wandb
|
15 |
+
rouge_score
|
16 |
+
sacrebleu
|
17 |
+
tagme
|
18 |
+
wikipedia-api
|
19 |
+
gradio
|
20 |
+
tensorflow
|
21 |
+
pytorch-lightning==1.0.4
|
22 |
+
allennlp==1.2.2
|
23 |
+
allennlp-models==1.2.2
|
24 |
+
transformers==3.5.1
|
25 |
+
torch==1.7.1
|
26 |
+
datasets
|
27 |
+
huggingface_hub
|
28 |
+
prettytable
|
29 |
+
opencv-python~=4.6.0.66
|
30 |
+
pytesseract~=0.3.10
|
31 |
+
Pillow~=9.2.0
|
32 |
+
numpy~=1.23.2
|