This codebase explores the use of LLMs to find the key themes in sermon transcripts. As such, the metadata of these sermons can be enriched with first advantages seen in improved (pseuodo)semantic search within the app.
- Create a
.env
file in your clone of this repository. Copy over the content of the.env.example
file into it. - Fill in the API key for the model which you'd like to use. The Gemini API key can be gotten from here.
- Test the mvp by running
python sermon_tags.py
. This returns three one-word themes for each sermon ininput_data
.