Skip to content

Latest commit

 

History

History
41 lines (34 loc) · 1.54 KB

File metadata and controls

41 lines (34 loc) · 1.54 KB

Chroma Frame

Annual Report Reader

Our project aims to create an interactive and user-friendly web application that allows users to extract insights and information from Annual Reports of a company PDF documents. We integrate Langchain, OpenAI, and ChromaDB to deliver accurate and relevant responses.

Team members

  1. Arjun M S
  2. Muhammed Ajmal
  3. Namitha S

Link to product walkthrough

link to video

How it Works ?

This web application harnesses the power of Langchain, OpenAI, and ChromaDB to facilitate efficient PDF document interaction. Users upload PDFs, which are automatically processed into smaller text chunks for analysis. OpenAI's language model is employed to handle user questions with precision, providing contextually relevant answers. ChromaDB stores document embeddings, enabling retrieval of information from the PDFs. Users simply input their queries, and the system matches these inquiries with the PDF content, offering concise and accurate responses.

Libraries used

  1. Chromadb
  2. Langchain
  3. OpenAI
  4. PyPDF

How to configure

  1. Clone this repository
$git clone https://github.com/arjun-ms/Annual-Report-Reader.git
  1. Install the libraries given in requirements.txt
$pip install -r requirements.txt

How to Run

$streamlit run annualreport.py