This app helps you to chat with your own customized AI to ask questions about the spesific subjects you taught your model with the PDF files that you uploaded.
- Open your terminal and clone this repository
git clone https://github.com/pandarelax/pdfgpt.git <destination_folder>
- Set your current directory as the cloned projects location
cd <destination_folder>
- Install requirements
python install -r requirements.txt
- Set Environment Variables
Update the `.env.example` file with your own tokens and change the file name to `.env` - Run the project
streamlit run main.py