You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project enables users to interact with multiple PDF documents using a conversational interface powered by ChatGPT. Built using Streamlit for a sleek and interactive frontend, the application allows users to upload multiple PDFs, extract content, and query the documents for specific information in natural language.
This app allows you to upload multiple PDF files and QnA from within them using openai API key
There are two python files:
1- frontend.py (where I built the front end in streamlit)
2- backend.py (where the main functional code is defined)
About
This project enables users to interact with multiple PDF documents using a conversational interface powered by ChatGPT. Built using Streamlit for a sleek and interactive frontend, the application allows users to upload multiple PDFs, extract content, and query the documents for specific information in natural language.