Update requirements.txt
Browse files- requirements.txt +32 -13
requirements.txt
CHANGED
@@ -1,13 +1,32 @@
|
|
1 |
-
streamlit==1.22.0
|
2 |
-
openai==1.3.0
|
3 |
-
python-dotenv==1.0.0
|
4 |
-
transformers==4.29.2
|
5 |
-
torch==1.13.1
|
6 |
-
sentence-transformers==2.2.2
|
7 |
-
networkx==2.8.4
|
8 |
-
scikit-learn==1.2.2
|
9 |
-
PyPDF2==3.0.1
|
10 |
-
python-docx==0.8.11
|
11 |
-
SpeechRecognition==3.10.0
|
12 |
-
gTTS==2.3.1
|
13 |
-
Pillow==9.5.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
streamlit==1.22.0
|
2 |
+
openai==1.3.0
|
3 |
+
python-dotenv==1.0.0
|
4 |
+
transformers==4.29.2
|
5 |
+
torch==1.13.1
|
6 |
+
sentence-transformers==2.2.2
|
7 |
+
networkx==2.8.4
|
8 |
+
scikit-learn==1.2.2
|
9 |
+
PyPDF2==3.0.1
|
10 |
+
python-docx==0.8.11
|
11 |
+
SpeechRecognition==3.10.0
|
12 |
+
gTTS==2.3.1
|
13 |
+
Pillow==9.5.0
|
14 |
+
langchain
|
15 |
+
langchain_huggingface
|
16 |
+
langchain_community
|
17 |
+
googleapiclient
|
18 |
+
beautifulsoup4
|
19 |
+
plotly
|
20 |
+
pandas
|
21 |
+
numpy
|
22 |
+
logging
|
23 |
+
networkx
|
24 |
+
tempfile
|
25 |
+
docx2txt
|
26 |
+
PyPDF2
|
27 |
+
tenacity
|
28 |
+
pydub
|
29 |
+
docx
|
30 |
+
markdown
|
31 |
+
base64
|
32 |
+
pygame
|