To run it on you machine, you need following steps:
- Create an OpenAI API Key and save it to your environment variable as OPENAI_API_KEY = ""
- Create an environment variable with your choosen login credentials, ASK_PDF_CREDENTIALS=":". On windows, open cmd as an admin and type: setx ASK_PDF_CREDENTIALS ":". Restart the machine and check on cmd with echo %ASK_PDF_CREDENTIALS%
- Create a new virtual environment for this project and activate it
- pip install -r requirements.txt
- To run the app: streamlit run app.py (not: python app.py)