Upload requirements.txt
Browse files- requirements.txt +8 -7
requirements.txt
CHANGED
@@ -1,14 +1,15 @@
|
|
1 |
gradio>=5.25.2
|
2 |
-
requests
|
3 |
spacy>=3.7.0
|
4 |
es-core-news-sm @ https://github.com/explosion/spacy-models/releases/download/es_core_news_sm-3.7.0/es_core_news_sm-3.7.0-py3-none-any.whl
|
5 |
-
pytest>=8.0.0
|
6 |
-
typing-extensions>=4.9.0
|
7 |
-
nltk>=3.8.1
|
8 |
-
gradio>=4.19.2
|
9 |
-
requests>=2.31.0
|
10 |
-
pandas>=2.2.0
|
11 |
transformers>=4.30.0
|
12 |
torch>=2.0.0
|
13 |
numpy>=1.24.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
setuptools>=69.1.0
|
|
|
1 |
gradio>=5.25.2
|
2 |
+
requests>=2.31.0
|
3 |
spacy>=3.7.0
|
4 |
es-core-news-sm @ https://github.com/explosion/spacy-models/releases/download/es_core_news_sm-3.7.0/es_core_news_sm-3.7.0-py3-none-any.whl
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
transformers>=4.30.0
|
6 |
torch>=2.0.0
|
7 |
numpy>=1.24.0
|
8 |
+
pandas>=2.2.0
|
9 |
+
pytesseract>=0.3.10
|
10 |
+
opencv-python>=4.8.0
|
11 |
+
librosa>=0.10.1
|
12 |
+
Pillow>=10.0.0
|
13 |
+
openpyxl>=3.1.2
|
14 |
+
scikit-learn>=1.3.0
|
15 |
setuptools>=69.1.0
|