Analysis updated 2026-05-18
Turn recorded meetings from a Plaud device into structured notes with decisions and action items
Search past meetings by keyword or ask questions and get sourced answers
Get a daily digest of meeting summaries delivered to Telegram
Build a searchable internal knowledge base from recurring team meetings
| xclgordon/plaud-pipeline | 0311119/free_registertool | 18597990650-lab/multi-agent-game | |
|---|---|---|---|
| Stars | 24 | 24 | 24 |
| Language | Python | Python | Python |
| Setup difficulty | hard | hard | moderate |
| Complexity | 4/5 | 4/5 | 3/5 |
| Audience | developer | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Needs a GPU with at least 8GB memory for the speaker-detection step.
This Python project automates the process of turning meeting recordings into a searchable knowledge base. The pipeline takes audio files, processes them through several stages, splitting the audio into segments by speaker (called "diarization"), identifying who each speaker is, generating AI-written summaries, and finally building a wiki-style website you can browse and search. The tool is designed to handle recordings from a device called Plaud, though it can work with audio files from other sources. It uses speaker-recognition AI to figure out which participant is talking at any given moment, with a reported 94% accuracy rate for identifying named speakers. It merges notes from the recording device with AI-generated summaries to produce structured meeting notes that include decision tables, action items assigned to specific people, and key discussion points. The resulting wiki is a web interface you can run locally, it supports full-text search and a question-answering mode (called RAG, short for Retrieval-Augmented Generation) where you can ask questions and get answers drawn from your meeting history with cited sources. Optionally, you can connect a Telegram bot to receive daily digest notifications. The pipeline is idempotent, meaning if it's interrupted partway through, you can restart it without losing progress. It is written in Python and requires a GPU with at least 8GB of memory for the speaker-detection step. It is currently optimized for Chinese-language recordings.
Turns audio meeting recordings into a searchable wiki with speaker identification, AI summaries, and Q&A search.
Mainly Python. The stack also includes Python, Telegram Bot API, RAG.
Setup difficulty is rated hard, with roughly 1h+ to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.