Skip to content

WhiteShadow295/pdfChatbot

Repository files navigation

PDF Chatbot using Streamlit

A screenshot of the UI

This is a PDF chatbot that use RAG approach

Poetry

To run the application you would need to install poetry

Refer to official website to download poetry

After installing run the code below to start

poetry install
poetry run streamlit run app.py

Note: Remove the poerty run if you are inside poetry's venv

Docker

If you don't want to download poetry, you can also use docker container to run this application. follow the step below:

  1. Make sure you install docker desktop & login
  2. Create a docker image first:
docker build -t <your_username>/<image_name>:<tag> .
  1. Build the container:
docker run -p 8501:8501 <your_username>/<image_name>:<tag>

About

This is a chatbot that allow users to upload their pdf and ask question regarding their pdf.

Topics

Resources

Stars

Watchers

Forks