The application follows these steps to provide responses to your questions:
To install the app, please follow these steps:
-
Clone the repository to your local machine.
-
Install the required dependencies by running the following command:
pip install -r requirements.txt
-
Obtain an API key from OpenAI and add it to the
.env
file in the project directory.
OPENAI_API_KEY=your_secrit_api_key
To use the app, follow these steps:
-
Ensure that you have installed the required dependencies and added the OpenAI API key to the
.env
file. -
Run the
main.py
file using the Streamlit CLI. Execute the following command:streamlit run app.py
-
The application will launch in your default web browser, displaying the user interface.
-
Load multiple PDF documents into the app by following the provided instructions.
-
Ask questions in natural language about the loaded PDFs using the chat interface.
This repository is intended for project demo purposes only and does not accept further contributions.