Skip to content

iamramizk/question-answering-ai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Question Answering AI

Streamlit GUI that receives any text input from a PDF, Image OCR, Wikipedia Page, URL, or plain text, to answer a question based on that information.

Given there is a max length to the model, if the total text passed as the input is larger than the max size, it will chunk it into appropriate sizes by sentence, and will run the model iteratively.

Example

How to use

  1. Select input type
  2. Add input source
  3. Click analyse
  4. Ask any question in the prompt

Running the app

Hosted via streamlit cloud

Live link

Installing locally

git clone https://github.com/iamramizk/question-answering-ai
cd question-answering-ai
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
streamlit run app.py

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published