Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +14 -0
requirements.txt
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Librer铆as necesarias para la aplicaci贸n
|
2 |
+
streamlit
|
3 |
+
tqdm
|
4 |
+
spacy
|
5 |
+
chromadb
|
6 |
+
sentence-transformers
|
7 |
+
pandas
|
8 |
+
numpy
|
9 |
+
python-dotenv
|
10 |
+
PyMuPDF
|
11 |
+
groq
|
12 |
+
pdf2image
|
13 |
+
Pillow
|
14 |
+
streamlit-pdf-viewer
|