Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +35 -0
requirements.txt
ADDED
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
streamlit==1.22.0
|
2 |
+
openai==1.3.0
|
3 |
+
python-dotenv==1.0.0
|
4 |
+
transformers>=4.39.0
|
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==0.2.14
|
15 |
+
langchain_huggingface==0.0.3
|
16 |
+
langchain_community==0.2.12
|
17 |
+
google-api-python-client
|
18 |
+
streamlit-lottie
|
19 |
+
requests
|
20 |
+
streamlit-chat
|
21 |
+
beautifulsoup4
|
22 |
+
plotly
|
23 |
+
pandas
|
24 |
+
numpy
|
25 |
+
docx2txt
|
26 |
+
tenacity
|
27 |
+
pydub
|
28 |
+
scipy
|
29 |
+
docx
|
30 |
+
markdown
|
31 |
+
pygame
|
32 |
+
opencv-python
|
33 |
+
playsound
|
34 |
+
sounddevice
|
35 |
+
reportlab
|