mirror of
https://github.com/Shubhamsaboo/awesome-llm-apps.git
synced 2026-05-24 07:42:46 -05:00
[PR #501] [CLOSED] feat: add Local AI Meeting Summarizer — 100% private, no API keys #3509
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Shubhamsaboo/awesome-llm-apps/pull/501
Author: @awesomekoder
Created: 2/15/2026
Status: ❌ Closed
Base:
main← Head:feat/local-meeting-summarizer📝 Commits (1)
09034e6feat: add Local AI Meeting Summarizer — 100% private, no API keys📊 Changes
3 files changed (+451 additions, -0 deletions)
View changed files
➕
starter_ai_agents/local_meeting_summarizer/README.md(+74 -0)➕
starter_ai_agents/local_meeting_summarizer/local_meeting_summarizer.py(+374 -0)➕
starter_ai_agents/local_meeting_summarizer/requirements.txt(+3 -0)📄 Description
Summary
Adds a Local AI Meeting Summarizer to
starter_ai_agents/— a Streamlit app that transcribes and summarizes meeting recordings entirely on your machine.What It Does
Why It Fits
Files Added
starter_ai_agents/local_meeting_summarizer/local_meeting_summarizer.py— Full Streamlit appstarter_ai_agents/local_meeting_summarizer/requirements.txt— Dependenciesstarter_ai_agents/local_meeting_summarizer/README.md— Setup guide + model recommendations🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.