Skip to content

kushalb-dev/PDF_Chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

PDF Chat

This project is a simple implementation of a PDF Chatter that uses:

  1. PyPDF: To read and parse PDF Files
  2. AstraDB: To store the text chunks and convert them into vector embeddings using OpenAI Embeddings
  3. Streamlit: To represent the UI
  4. Langchain: To configure the llms and parse the text from the pdf

Prerequisites

pip install -r requirements.txt

Be sure to initialize your own AstraDB, OPENAI_API_KEY and generate all the required environment variables.

Thank You for checking out!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages