Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +16 -1
requirements.txt
CHANGED
@@ -7,4 +7,19 @@ seaborn==0.13.2
|
|
7 |
streamlit==1.31.0
|
8 |
torch==2.2.0
|
9 |
transformers==4.37.2
|
10 |
-
spacy
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
streamlit==1.31.0
|
8 |
torch==2.2.0
|
9 |
transformers==4.37.2
|
10 |
+
spacy
|
11 |
+
numpy
|
12 |
+
pandas
|
13 |
+
matplotlib
|
14 |
+
seaborn
|
15 |
+
nltk
|
16 |
+
gensim
|
17 |
+
spacy
|
18 |
+
PyPDF2
|
19 |
+
streamlit
|
20 |
+
re
|
21 |
+
huggingface_hub
|
22 |
+
langchain
|
23 |
+
fitz
|
24 |
+
python-dotenv
|
25 |
+
yaml
|