Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/somenath203/pdf-insights-interactive-q-and-a-with-llamathree-groq-api
Click below to visit my website
https://github.com/somenath203/pdf-insights-interactive-q-and-a-with-llamathree-groq-api
faiss-vector-database groq-api huggingface-embeddings langchain langchain-chains langchain-community llama3 pdf-chat-bot streamlit streamlit-cloud streamlit-webapp
Last synced: 3 months ago
JSON representation
Click below to visit my website
- Host: GitHub
- URL: https://github.com/somenath203/pdf-insights-interactive-q-and-a-with-llamathree-groq-api
- Owner: somenath203
- Created: 2024-07-13T20:35:12.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-11-01T13:02:26.000Z (3 months ago)
- Last Synced: 2024-11-08T21:03:01.587Z (3 months ago)
- Topics: faiss-vector-database, groq-api, huggingface-embeddings, langchain, langchain-chains, langchain-community, llama3, pdf-chat-bot, streamlit, streamlit-cloud, streamlit-webapp
- Language: Python
- Homepage: https://pdf-insights-interactive-q-and-a-with-llamathree-groq-api.streamlit.app/
- Size: 13.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
https://github.com/user-attachments/assets/a57f7df6-8745-4695-bd21-4dc0744a2353
## 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.