This project allows users to upload PDF documents and ask questions about their content.
-
Clone the repository:
git clone https://github.com/john-thuo1/chatWithPDF cd chatWithPDF
-
Create a Virtual Environment:
python -m venv env
-
Install the required dependencies:
pip install -r requirements.txt
-
Create your own OpenAI API Key OpenAI Platform . You will be prompted to enter it in the application.
OPENAI_API_KEY="your-secret-key"
-
Run the application:
streamlit run App.py