Update requirements.txt
Browse files- requirements.txt +8 -0
requirements.txt
CHANGED
|
@@ -5,12 +5,20 @@ google-generativeai
|
|
| 5 |
langchain
|
| 6 |
langgraph
|
| 7 |
gradio
|
|
|
|
| 8 |
|
| 9 |
# Video/Embedding Processing
|
| 10 |
moviepy>=1.0.3
|
|
|
|
| 11 |
opencv-python
|
| 12 |
torch
|
|
|
|
| 13 |
transformers<4.54.0,>=4.53.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
accelerate
|
| 15 |
safetensors
|
| 16 |
einops
|
|
|
|
| 5 |
langchain
|
| 6 |
langgraph
|
| 7 |
gradio
|
| 8 |
+
huggingface_hub
|
| 9 |
|
| 10 |
# Video/Embedding Processing
|
| 11 |
moviepy>=1.0.3
|
| 12 |
+
pydub
|
| 13 |
opencv-python
|
| 14 |
torch
|
| 15 |
+
torchvision
|
| 16 |
transformers<4.54.0,>=4.53.1
|
| 17 |
+
pillow>=10.0.0
|
| 18 |
+
numpy
|
| 19 |
+
scipy
|
| 20 |
+
requests
|
| 21 |
+
tqdm
|
| 22 |
accelerate
|
| 23 |
safetensors
|
| 24 |
einops
|