Skip to content

PDF Document Query and Answer Retrieval using FAISS, LangChain, Streamlit, and OpenAI Models

License

Notifications You must be signed in to change notification settings

john-thuo1/DocuChat-AI

Repository files navigation

DocuChat AI

This project allows users to upload PDF documents and ask questions about their content.

Project Screen

image

Installation

Option 1: Run the App Locally (Without Docker)

  1. Clone the repository:

    git clone https://github.com/john-thuo1/chatWithPDF
    cd chatWithPDF
  2. Create a Virtual Environment:

    python -m venv env
  3. Install the required dependencies:

    pip install -r requirements.txt
  4. Create your own OpenAI API Key OpenAI Platform . You will be prompted to enter it in the application.

    OPENAI_API_KEY="your-secret-key"
  5. Run the application:

    streamlit run App.py

About

PDF Document Query and Answer Retrieval using FAISS, LangChain, Streamlit, and OpenAI Models

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published