File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -62,6 +62,35 @@ librosa==0.11.0
6262scipy==1.16.3
6363soundfile==0.13.1
6464
65+ # ================================
66+ # Video Analysis
67+ # ================================
68+ opencv-python==4.10.1.26
69+ mediapipe==0.10.9
70+
71+ # ================================
72+ # Embeddings & Vector Search
73+ # ================================
74+ sentence-transformers==3.0.1
75+
76+ # ================================
77+ # Graph Visualization (Optional)
78+ # ================================
79+ graphviz==0.20.3
6580
81+ # ================================
82+ # HTTP & Async
83+ # ================================
6684aiofiles==25.1.0
67- rq==2.6.1
85+ requests==2.32.3
86+
87+ # ================================
88+ # Job Queue
89+ # ================================
90+ rq==2.6.1
91+
92+ # ================================
93+ # Testing
94+ # ================================
95+ pytest==7.4.4
96+ pytest-asyncio==0.23.3
You can’t perform that action at this time.
0 commit comments