Create requirements.txt
Browse files- requirements.txt +14 -0
requirements.txt
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
install
|
2 |
+
gradio
|
3 |
+
streamlit
|
4 |
+
langchain
|
5 |
+
huggingface_hub
|
6 |
+
transformers
|
7 |
+
sentence-transformers
|
8 |
+
openai
|
9 |
+
pdfplumber
|
10 |
+
python-docx
|
11 |
+
nltk
|
12 |
+
spacy
|
13 |
+
python -m spacy download
|
14 |
+
en_core_web_sm
|