Skip to content

royboylab/multimodal-rag-chatbot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PDF Question Answering App Setup and Installation

Clone the repository Create a virtual environment:

bashCopypython -m venv venv source venv/bin/activate # On Windows, use venv\Scripts\activate

Install dependencies:

bashCopypip install -r requirements.txt

Run the Streamlit app:

bashCopystreamlit run app.py Features

PDF upload and processing Automatic text, table, and image extraction Semantic search and question answering Image summarization

Requirements

Python 3.8+ Streamlit Transformers Sentence Transformers PyTorch

About

be project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%