A simple Streamlit app that answers questions about an uploaded document via OpenAI's GPT-4o-mini.
-
Download this repository and open in VSCode or your preferred IDE
-
Open terminal and navigate to the folder using:
$ cd <next folder to navigate to> -
Create a virtual environment
$ python -m venv virtualenv -
Activate the virtual environment
$ source virtualenv/bin/activate -
Install the requirements
$ pip3 install -r requirements.txt -
Run the app
$ streamlit run streamlit_app.py