Skip to content
/ dochat Public

CLI for querying your documents locally - with llama3:8b

Notifications You must be signed in to change notification settings

saurbhc/dochat

Repository files navigation

Chat with your docs Locally (with llama3:8b)

This application allows you to upload a PDF and ask questions about its content.

Setup and Installation

Follow these steps to set up and run the application:

  1. Create a virtual environment

    Use the following command to create a new virtual environment named .venv:

    python3 -m venv .venv
  2. Activate the virtual environment

    Use the following command to activate the virtual environment:

    source .venv/bin/activate
  3. Install the required packages

    Use the following command to install the packages listed in requirements.txt:

    pip install -r requirements.txt

Running the Application

Use the following command to run the application:

ollama run llama3:7b
streamlit run app.py

About

CLI for querying your documents locally - with llama3:8b

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published