{"id":28495885,"url":"https://github.com/highkay/online_meeting_recoder","last_synced_at":"2025-07-02T10:31:06.941Z","repository":{"id":294879447,"uuid":"988253669","full_name":"highkay/online_meeting_recoder","owner":"highkay","description":"适合绝大部分的在线会议软件的AI转录工具，跨平台，本地化，轻量级 AI transcription tool suitable for most online meeting software, cross-platform, localized, and lightweightRetryClaude can make mistakes. Please double-check responses.","archived":false,"fork":false,"pushed_at":"2025-05-23T11:45:23.000Z","size":42,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-08T11:51:19.738Z","etag":null,"topics":["cross-platform","llm","meeting","self-hosted","transcriber"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/highkay.png","metadata":{"files":{"readme":"README.md","changelog":"history_manager.py","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-05-22T09:24:53.000Z","updated_at":"2025-05-23T11:45:27.000Z","dependencies_parsed_at":"2025-05-26T03:33:50.333Z","dependency_job_id":null,"html_url":"https://github.com/highkay/online_meeting_recoder","commit_stats":null,"previous_names":["highkay/online_meeting_recoder"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/highkay/online_meeting_recoder","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/highkay%2Fonline_meeting_recoder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/highkay%2Fonline_meeting_recoder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/highkay%2Fonline_meeting_recoder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/highkay%2Fonline_meeting_recoder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/highkay","download_url":"https://codeload.github.com/highkay/online_meeting_recoder/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/highkay%2Fonline_meeting_recoder/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263120601,"owners_count":23416851,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cross-platform","llm","meeting","self-hosted","transcriber"],"created_at":"2025-06-08T11:38:00.252Z","updated_at":"2025-07-02T10:31:06.926Z","avatar_url":"https://github.com/highkay.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Online Meeting Recorder and Transcriber\n\nThis is a cross-platform desktop application for recording online meetings, transcribing the audio to text, and generating meeting summaries using an LLM.\n\n## Features\n\n1.  **Audio Recording**: \n    *   Start and stop recording audio from the local device (system audio output and microphone input).\n    *   Save recordings as WAV files.\n2.  **Transcription**:\n    *   Transcribe WAV files to text using a local `sherpa-onnx` service (specifically, the [sherpa-onnx-sense-voice-zh-en-ja-ko-yue-2024-07-17](https://github.com/k2-fsa/sherpa-onnx/releases/download/asr-models/sherpa-onnx-sense-voice-zh-en-ja-ko-yue-2024-07-17.tar.bz2) model).\n3.  **Meeting Summarization**:\n    *   Convert transcribed text into Markdown-formatted meeting minutes using an OpenAI-compatible LLM service.\n4.  **History Management**:\n    *   View a list of past meetings.\n    *   Preview and export meeting summaries (Markdown).\n    *   Download original WAV files and transcribed text.\n5.  **Settings**:\n    *   Configure OpenAI service (API Key, Model Name, Base URL).\n    *   Configure the `sherpa-onnx` transcription model name.\n\n## Tech Stack\n\n*   **GUI**: Python (Tkinter)\n*   **Audio Recording**: (To be determined, e.g., PyAudio, sounddevice)\n*   **Local Transcription**: `sherpa-onnx`\n*   **LLM Interaction**: OpenAI-compatible API\n\n## Project Structure (Planned)\n\n```\nonline_meeting_recoder/\n├── main.py               # Main application, GUI logic\n├── audio_recorder.py     # Handles audio recording\n├── transcriber.py        # Handles interaction with sherpa-onnx\n├── llm_summarizer.py     # Handles interaction with LLM for summaries\n├── history_manager.py    # Manages meeting history (saving, loading, displaying)\n├── settings_manager.py   # Manages application settings\n├── config.json           # Stores configuration (API keys, model names, etc.)\n├── recordings/           # Directory to store WAV files (created at runtime)\n├── transcripts/          # Directory to store text transcripts (created at runtime)\n├── summaries/            # Directory to store meeting summaries (created at runtime)\n└── requirements.txt      # Python dependencies\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhighkay%2Fonline_meeting_recoder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhighkay%2Fonline_meeting_recoder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhighkay%2Fonline_meeting_recoder/lists"}