Upload requirements.txt
Browse files- requirements.txt +61 -0
requirements.txt
ADDED
|
@@ -0,0 +1,61 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
anthropic
|
| 2 |
+
azure-identity
|
| 3 |
+
azure-cosmos
|
| 4 |
+
antiword
|
| 5 |
+
bcrypt
|
| 6 |
+
certifi
|
| 7 |
+
cairosvg
|
| 8 |
+
python-dotenv
|
| 9 |
+
drawSvg
|
| 10 |
+
docx2txt
|
| 11 |
+
|
| 12 |
+
# Modelos de spaCy desde Hugging Face
|
| 13 |
+
# https://huggingface.co/spacy/es_core_news_lg/resolve/main/es_core_news_lg-any-py3-none-any.whl
|
| 14 |
+
# https://huggingface.co/spacy/en_core_web_lg/resolve/main/en_core_web_lg-any-py3-none-any.whl
|
| 15 |
+
# https://huggingface.co/spacy/fr_core_news_lg/resolve/main/fr_core_news_lg-any-py3-none-any.whl
|
| 16 |
+
|
| 17 |
+
# Enlaces alternativos desde GitHub (comentados)
|
| 18 |
+
es-core-news-lg @ https://github.com/explosion/spacy-models/releases/download/es_core_news_lg-3.8.0/es_core_news_lg-3.8.0-py3-none-any.whl
|
| 19 |
+
en-core-web-lg @ https://github.com/explosion/spacy-models/releases/download/en_core_web_lg-3.8.0/en_core_web_lg-3.8.0-py3-none-any.whl
|
| 20 |
+
uk_core_news_lg @ https://github.com/explosion/spacy-models/releases/download/uk_core_news_lg-3.8.0/uk_core_news_lg-3.8.0-py3-none-any.whl
|
| 21 |
+
|
| 22 |
+
#fr-core-news-lg @ https://github.com/explosion/spacy-models/releases/download/fr_core_news_lg-3.8.0/fr_core_news_lg-3.8.0-py3-none-any.whl
|
| 23 |
+
#pt-core-news-lg @ https://github.com/explosion/spacy-models/releases/download/pt_core_news_lg-3.8.0/pt_core_news_lg-3.8.0-py3-none-any.whl
|
| 24 |
+
|
| 25 |
+
numpy
|
| 26 |
+
networkx
|
| 27 |
+
matplotlib
|
| 28 |
+
odfpy
|
| 29 |
+
plotly
|
| 30 |
+
pydantic
|
| 31 |
+
python-dateutil
|
| 32 |
+
pandas
|
| 33 |
+
python-docx
|
| 34 |
+
#pywin32
|
| 35 |
+
pymssql
|
| 36 |
+
python-dotenv
|
| 37 |
+
pymongo
|
| 38 |
+
PyPDF2
|
| 39 |
+
rlPyCairo
|
| 40 |
+
requests
|
| 41 |
+
reportlab
|
| 42 |
+
#spacy>=3.7.0,<3.8.0
|
| 43 |
+
#spacy=3.8.0
|
| 44 |
+
#spacy
|
| 45 |
+
spacy-streamlit
|
| 46 |
+
seaborn
|
| 47 |
+
squarify
|
| 48 |
+
streamlit
|
| 49 |
+
streamlit-float
|
| 50 |
+
streamlit-player
|
| 51 |
+
streamlit-chat
|
| 52 |
+
streamlit-antd-components
|
| 53 |
+
streamlit-option-menu
|
| 54 |
+
scipy
|
| 55 |
+
sentencepiece
|
| 56 |
+
scikit-learn
|
| 57 |
+
svglib
|
| 58 |
+
transformers
|
| 59 |
+
torch
|
| 60 |
+
tqdm
|
| 61 |
+
thinc
|