Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +11 -51
requirements.txt
CHANGED
@@ -1,51 +1,11 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
imageio==2.35.1
|
13 |
-
imutils==0.5.4
|
14 |
-
joblib==1.4.2
|
15 |
-
latex2sympy2==1.9.1
|
16 |
-
matplotlib==3.7.4
|
17 |
-
modelscope_studio==0.5.0
|
18 |
-
moviepy==1.0.3
|
19 |
-
nltk==3.8.1
|
20 |
-
numpy==1.24.4
|
21 |
-
opencv_python==4.7.0.72
|
22 |
-
opencv_python_headless==4.5.5.64
|
23 |
-
packaging==24.1
|
24 |
-
pandas==1.5.3
|
25 |
-
peft==0.12.0
|
26 |
-
Pillow==10.1.0
|
27 |
-
Pillow==10.4.0
|
28 |
-
portalocker==2.10.1
|
29 |
-
PuLP==2.7.0
|
30 |
-
pycocoevalcap==1.2
|
31 |
-
pysubs2==1.7.3
|
32 |
-
pytesseract==0.3.10
|
33 |
-
python-dotenv==1.0.1
|
34 |
-
Requests==2.32.3
|
35 |
-
rich==13.9.2
|
36 |
-
scikit_learn==1.2.2
|
37 |
-
scipy==1.14.1
|
38 |
-
sentence_transformers==3.1.0
|
39 |
-
setuptools==67.7.2
|
40 |
-
spacy==3.8.2
|
41 |
-
streamlit==1.39.0
|
42 |
-
sty==1.0.6
|
43 |
-
tabulate==0.9.0
|
44 |
-
tiktoken==0.8.0
|
45 |
-
timm==0.9.10
|
46 |
-
torch==2.1.2
|
47 |
-
torchvision==0.16.2
|
48 |
-
tqdm==4.66.5
|
49 |
-
transformers==4.40.0
|
50 |
-
validators==0.34.0
|
51 |
-
xgboost==1.7.3
|
|
|
1 |
+
gensim
|
2 |
+
gradio_image_prompter
|
3 |
+
opencv_python
|
4 |
+
pytesseract
|
5 |
+
torch
|
6 |
+
torchvision
|
7 |
+
xgboost
|
8 |
+
transformers
|
9 |
+
sentence_transformers
|
10 |
+
nltk
|
11 |
+
imutils
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|