Hanzo03 commited on
Commit
e404264
·
1 Parent(s): d40a958

intial commit

Browse files
modules/__pycache__/rag_indexer.cpython-312.pyc DELETED
Binary file (3.28 kB)
 
modules/__pycache__/rag_query.cpython-312.pyc DELETED
Binary file (3.44 kB)
 
modules/__pycache__/video_analyzer.cpython-312.pyc DELETED
Binary file (3.32 kB)
 
pyproject.toml CHANGED
@@ -16,7 +16,7 @@ dependencies = [
16
  "langchain-google-genai>=4.0.0",
17
  "langchain-huggingface>=1.1.0",
18
  "numpy>=2.3.5",
19
- "opencv-python>=4.11.0.86",
20
  "python-dotenv>=1.2.1",
21
  "sentence-transformers>=5.2.0",
22
  "streamlit>=1.52.1",
 
16
  "langchain-google-genai>=4.0.0",
17
  "langchain-huggingface>=1.1.0",
18
  "numpy>=2.3.5",
19
+ "opencv-python-headless>=4.10.0.84",
20
  "python-dotenv>=1.2.1",
21
  "sentence-transformers>=5.2.0",
22
  "streamlit>=1.52.1",