Skip to content

somenath203/pdf-insights-interactive-q-and-a-with-llamathree-groq-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PDF Insights: Interactive Q&A with Llama3 and Groq API

Introduction

This project is an interactive Q&A application designed to provide insights from PDF documents. The project uses Llama3, a large language model, and the Groq API to deliver accurate and efficient responses. Users can upload PDF documents, ask questions, and receive relevant answers based on the content of the uploaded PDF.

Technologies Used

  • Python: The primary programming language used for the backend logic.
  • Streamlit: For building the interactive web application interface.
  • LangChain: To manage and orchestrate the language model interactions.
  • FAISS: A library for efficient similarity search and clustering of dense vectors, used for handling embeddings.
  • Groq API: To leverage advanced computational resources for model inference.
  • Hugging Face Embeddings: For embedding generation and processing.

Demo Video of the Application

streamlit-app-2024-07-14-01-07-88.mp4

Note

The user is not responsible for any type of content produced by the model. The responses generated by the model are based on the provided PDF documents and the capabilities of the underlying language model.