34просмотров
9.5%от подписчиков
23 марта 2026 г.
Score: 37
📱Voicetag. voicetag — Python‑библиотека для speaker diarization + named identification: кто говорил и когда в аудио (подкасты, митинги, звонки) — pyannote + resemblyzer в 3 строки кода. 🔹Фичи: 🔘vt.enroll("Alice", ["a1.flac"]); result = vt.identify("meeting.flac") — timeline с confidence + overlap detection. 🔘Транскрипция: vt.transcribe("audio.flac", provider="whisper") — кто что сказал (OpenAI/Groq/Deepgram/Whisper). 🔘CLI: voicetag enroll Alice *.flac; voicetag identify meeting.flac + profiles JSON. 🔻Старт: pip install voicetag[whisper] # + HF token для pyannote GPU: device="cuda" или MPS. Language agnostic (EN/HE/ZH). #python #speech #diarization #voicetag #pyannote #transcription 📱Ссылка на репозиторий:
https://github.com/Gr122lyBr/voicetag