Skip to content

Latest commit

 

History

History
12 lines (6 loc) · 319 Bytes

File metadata and controls

12 lines (6 loc) · 319 Bytes

ChatGPT on multiple PDF files

frontend_img.png

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)