Update requirements.txt
Browse files- requirements.txt +9 -17
requirements.txt
CHANGED
@@ -1,22 +1,14 @@
|
|
1 |
-
|
2 |
-
|
|
|
3 |
audio-recorder-streamlit
|
4 |
beautifulsoup4
|
5 |
-
faiss-cpu
|
6 |
-
langchain
|
7 |
-
mistune
|
8 |
-
PyPDF2
|
9 |
python-dotenv
|
10 |
-
|
11 |
-
tiktoken
|
12 |
-
textract
|
13 |
-
openai
|
14 |
-
opencv-python
|
15 |
moviepy
|
16 |
-
# Agentic RAG
|
17 |
-
pandas
|
18 |
-
tqdm
|
19 |
-
requests
|
20 |
-
pytesseract
|
21 |
Pillow
|
22 |
-
|
|
|
|
|
|
|
|
|
|
1 |
+
streamlit
|
2 |
+
requests
|
3 |
+
tqdm
|
4 |
audio-recorder-streamlit
|
5 |
beautifulsoup4
|
|
|
|
|
|
|
|
|
6 |
python-dotenv
|
7 |
+
gradio_client
|
|
|
|
|
|
|
|
|
8 |
moviepy
|
|
|
|
|
|
|
|
|
|
|
9 |
Pillow
|
10 |
+
PyPDF2
|
11 |
+
openai
|
12 |
+
pandas
|
13 |
+
opencv-python
|
14 |
+
pytz
|