Skip to content

altairje/genai_navirag

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

genai_navirag

Navigation RAG project for Generative AI course.

The key idea is to employ RAG approach to interact with the visual topological graphs.

alt text

Prerequisites

Create a conda environment that will be used in the project:

conda create --name navirag python=3.10
conda activate navirag

Install the required third-party repositories, namely LLaVa, Detic, SAM, using script:

./install_prerequisites.sh

Finally, install rest of the project-specific dependenices:

pip3 install -r requirements.txt

Executables

Dataset preparation:

Inference:

About

Navigation RAG project for Generative AI course

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 99.8%
  • Other 0.2%