S
o
f
t
w
a
r
e
FYI: Some legacy projects were retired, so a few historical links may no longer resolve.
Summary
🎙️ P3X Meeting Assistant is a local real-time AI speech-to-text app for meetings and conversations, distributed as the pip-installable Python package p3x-meet-assistant. It captures speaker audio, transcribes live with OpenAI GPT-4o Transcribe, and labels utterances by voice fingerprint with GPU-accelerated speaker diarization. It supports 10 European languages, includes a browser UI with dark/light themes, adjustable font size, one-click transcript export, and automatic timestamped session files. It captures system audio on Linux through PulseAudio/PipeWire, browser-tab audio on macOS and Windows, supports NVIDIA CUDA diarization on Linux/Windows and Apple Silicon Metal acceleration on macOS, and falls back to CPU where needed. Install with pip install p3x-meet-assistant, set your OpenAI API key, and open localhost:8088. Released under the MIT license.