Examples and resources from my workshops on how occupational therapists can use Generative AI and large language models to reduce admin time, streamline documentation, and improve workflow efficiency.
This repo includes a local, privacy-first example that transforms bullet notes from an assessment into a structured report draft. It runs on your computer without sending client data to the cloud. You can also plug the same output into any LLM if your governance allows.
ot_report_generator.pyturns raw notes into a structured report using a simple templatetemplates/ot_report_template.mdholds the report formatsample_input/assessment_notes.txtshows example notes you can tryWorkshop_Example_1.mdexplains how to use this in practice and how to extend it
- Make sure you have Python 3.9 or newer.
- Run: