Spaces:
Runtime error
Runtime error
Create requirements.txt
Browse files- requirements.txt +23 -0
requirements.txt
ADDED
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
pandas
|
2 |
+
numpy
|
3 |
+
nltk
|
4 |
+
spacy
|
5 |
+
textblob
|
6 |
+
emoji
|
7 |
+
bs4
|
8 |
+
contractions
|
9 |
+
pyspellchecker
|
10 |
+
openpyxl
|
11 |
+
transformers
|
12 |
+
langchain
|
13 |
+
chromadb
|
14 |
+
tiktoken
|
15 |
+
pypdf
|
16 |
+
sentence-transformers
|
17 |
+
streamlit
|
18 |
+
streamlit_chat
|
19 |
+
gtts
|
20 |
+
streamlit_mic_recorder
|
21 |
+
langchain_community
|
22 |
+
streamlit_extras
|
23 |
+
pymupdf
|