Spaces:
Sleeping
Sleeping
Upload requirements.txt
Browse files- requirements.txt +7 -0
requirements.txt
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
langchain
|
2 |
+
openai
|
3 |
+
spacy
|
4 |
+
python -m spacy download en_core_web_md
|
5 |
+
PyPDF2
|
6 |
+
numpy
|
7 |
+
scikit-learn
|