Skip to content

An innovative application that brings dynamic conversations to your PDF files. 1st project on my langchain experiment series.

Notifications You must be signed in to change notification settings

MbuguaGeorge/doc-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Doc-Chat

Dynamic PDF Conversations with Streamlit and LangChain

Installation

  1. Clone the repository:

  2. Create and activate a virtual environment:

    # For Unix/macOS
    python3 -m venv venv
    source venv/bin/activate
    
    # For Windows
    python -m venv venv
    venv\Scripts\activate
  3. Install the required dependencies:

    pip install -r requirements.txt
  4. Create a .env file and place your gemini Google api key

Running the Application

  1. Run the development server:

    streamlit run app.py
  2. Access the application in your web browser at http://localhost:8501/

About

An innovative application that brings dynamic conversations to your PDF files. 1st project on my langchain experiment series.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages