Update requirements.txt
Browse files- requirements.txt +7 -1
requirements.txt
CHANGED
@@ -12,4 +12,10 @@ tiktoken
|
|
12 |
textract
|
13 |
openai
|
14 |
opencv-python
|
15 |
-
moviepy
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
textract
|
13 |
openai
|
14 |
opencv-python
|
15 |
+
moviepy
|
16 |
+
# Agentic RAG
|
17 |
+
pandas
|
18 |
+
tqdm
|
19 |
+
requests
|
20 |
+
pytesseract
|
21 |
+
Pillow
|