A Web application that lets you ask questions to your PDFs and CSV files. It also helps you create a fast Exploratory Data Analysis on your CSV file
There are two tabs, depending on the file type you want to upload, and what you want to do with it.
-
If it is a PDF file, just click on the PDF tab and you will be able to ask questions to the file and get answers.
-
If it is a CSV file, just click on the CSV tab and you will be able to ask questions to the file and get answers, or generate a quick EDA from the CSV file.
You can use test the application here
The Home page will look like this:

Go to the terminal and run:
streamlit run Home.pyThis will run the Streamlit dashboard.