Skip to content

Mu7annad0/Multimodal-RAG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multimodel RAG

Overview

Multimodal RAG system that ingests data containing images, text, and tables from the well known paper “Attention Is All You Need”. The system able to retrieve relevant information and reason over the multimodal data to answer user queries.

Installation

To install the necessary dependencies, you can use:

1. Add openai key

export OPENAI_API_KEY=<ADD YOUR API KEY HERE>

2. Add llama cloud key for the llamaparse

export LLAMA_CLOUD_API_KEY=<ADD YOUR API CLOUD API KEY HERE>

3. Install the dependencies

pip install -r requirements.txt

4. Run the Application

streamlit run app.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published