A local, AI-powered meeting assistant for the Transfer Tycoon project. It turns Teams meeting transcripts into structured minutes of meeting (MOMs) and lets you chat over past meetings — all on your Mac, without cloud APIs.
| Piece | Role |
|---|---|
watcher.py (background agent) |
Watches ~/Downloads for new .docx or .vtt transcripts (e.g. from Teams). When one appears, it processes it automatically. |
app.py (Streamlit UI) |
Chat UI at localhost where you ask questions about meetings; answers use stored summaries. |

.docx via docx2txt, .vtt as plain text).llama3) writes a structured MOM (project, date, attendees, agenda, discussion, action-item table).~/Desktop/MOM_Output (e.g. MoMs - [MM-DD-YY]_HHMM.docx).chroma_db/meeting_summaries) for search.llama3 — local LLM for MOM generation, summarization, and chatYou typically run both processes: