This is a Streamlit app that uses OpenAI language model to chat with multiple PDF files at once.
- Upload one or more PDF files to the app.
- Click on Process Button.
- After processing, enter your query.
- requirements.txt packages
- OpenAI's API key
-
Install the required packages:
pip install -r requirements.txt
-
Create a .env file in the root directory of this project and add your OpenAI API key to the file. For example: OPENAI_API_KEY=YOUR_API_KEY
-
Run the app:
streamlit run main.py
This project is licensed under the MIT License.