Skip to content

This project leverages SOTA techniques to retrieve relevant information from large datasets and generate coherent, contextually accurate text that includes image data references.

License

Notifications You must be signed in to change notification settings

anuj0456/advance_rag_with_images

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advanced RAG with Images and Tables

git clone the application

git clone https://github.com/anuj0456/advance_rag_with_images.git

Install the necessary packages

pip install -r requirements.txt

Setup before running the app

$ export FLASK_APP=main
$ export FLASK_ENV=development
$ flask run

Ask question through postman

http://127.0.0.1:5000/qa
{
  "query": "What percentage of CPI is dedicated to Housing, and how does it compare to the combined percentage of Medical Care, Apparel, and Other Goods and Services?"
}

About

This project leverages SOTA techniques to retrieve relevant information from large datasets and generate coherent, contextually accurate text that includes image data references.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages