Skip to content

SinghJagpreet096/Document-Reader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

title emoji colorFrom colorTo sdk pinned
DR
📚
red
blue
docker
false

Document Reader

Don't waste time reading lengthy Terms and Conditions! Upload your files here and ask anything you want to know.

Introduction

Welcome to Document Reader! This chatbot is designed to assist users with questions related to uploaded files. Users can upload text documents and inquire about their content.

Features

  • File Upload: Users can upload files (text/pdf).
  • Question and Answer: Ask questions related to the content of the uploaded file.
  • Interactive Assistance: Receive information and insights based on the uploaded file.

Getting Started

Follow these steps to get started with Document Reader:

  1. Clone the repository:

    git clone https://github.com/SinghJagpreet096/Document-Reader.git
    cd Document-Reader
    
  2. Create Virtual Environment:

    python -m venv <env-name>
  3. Activate venv:

    source <env-name>/bin/activate
  4. Install dependencies:

    pip install -r requirements.txt
  5. Create .env:

    echo 'OPENAI_API_KEY=<your-openai-api-key>' > .env
  6. Run your app:

    chainlit run app.py

Usage

  1. Open Document Reader.
  2. Click on the file upload button to share a document.
  3. Once the file is uploaded, ask questions about its content.
  4. The chatbot will provide information or insights based on the uploaded file.

Feel free to type "help" at any time for assistance.

Configuration

The chatbot may require configuration through environment variables. Check the .env file for details.

Create an OPENAI_API_KEY here https://platform.openai.com/api-keys

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published