Navigation RAG project for Generative AI course.
The key idea is to employ RAG approach to interact with the visual topological graphs.
Create a conda environment that will be used in the project:
conda create --name navirag python=3.10
conda activate naviragInstall the required third-party repositories, namely LLaVa, Detic, SAM, using script:
./install_prerequisites.shFinally, install rest of the project-specific dependenices:
pip3 install -r requirements.txtDataset preparation:
Inference:
