This project explores the implementation of Retrieval-Augmented Generation (RAG) for video data retrieval using open-source libraries and models.
The project tackles the challenge of applying RAG to a non-standard domain - video data. This involved data pre-processing, multimodal embedding generation, and retrieval based on user queries.
Data preparation for the Video QnA
python setup_data.py
Setting up vectorDB
python create_vectordb.py
Run gradio app
python app.py
OpenAI Whisper, CLIP, LanceDB, LangChain, Gradio, Llama 3.2 11b Vision
This project is licensed under the Apache 2.0 License.
6 commits
Python
100.0%
This project explores the implementation of Retrieval-Augmented Generation (RAG) for video data retrieval using open-source libraries and models.
The project tackles the challenge of applying RAG to a non-standard domain - video data. This involved data pre-processing, multimodal embedding generation, and retrieval based on user queries.
Data preparation for the Video QnA
python setup_data.py
Setting up vectorDB
python create_vectordb.py
Run gradio app
python app.py
OpenAI Whisper, CLIP, LanceDB, LangChain, Gradio, Llama 3.2 11b Vision
This project is licensed under the Apache 2.0 License.
6 commits
Python
100.0%