Spaces:
Running
Running
Create requirements.txt
Browse files- requirements.txt +19 -0
requirements.txt
ADDED
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio
|
2 |
+
chromadb
|
3 |
+
google-generativeai
|
4 |
+
pypdf
|
5 |
+
langchain
|
6 |
+
langchain_community
|
7 |
+
langchain-google-genai
|
8 |
+
google-auth
|
9 |
+
google-auth-oauthlib
|
10 |
+
google-auth-httplib2
|
11 |
+
sentence-transformers
|
12 |
+
SpeechRecognition
|
13 |
+
pyttsx3
|
14 |
+
gTTS
|
15 |
+
docx2txt
|
16 |
+
pymupdf
|
17 |
+
pdfplumber
|
18 |
+
PyPDF2
|
19 |
+
reportlab
|