More details on the hackathon project: https://bd.hack4socialgood.ch/project/86
Presentation (in German): Slides
Source material: anonymized journal entries
Final report & learnings: report
Running the samples:
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
# create a .env file and ensure it contains
# OPENAI_API_KEY="...the api key..."
source .env
python openai-test.py