pyannote & you
pyannote.audio is an open-source toolkit addressing the problem of speaker diarization (aka the "who speaks when?" problem).

Pretrained pyannote models are among the most popular models on the Huggingface model hub: they allow to obtain state-of-the-art results in 3 lines of Python code:

>>> from pyannote.audio import Pipeline
>>> pipeline = Pipeline.from_pretrained("pyannote/speaker-diarization")
>>> who_speaks_when = pipeline("audio.wav")

While pyannote toolkit will always remain open-source, we are considering selling premium models, extensions, or services around the pyannote ecosystem.

2 minutes of your time to fill this survey would mean a lot to us!
Email *
How would you describe your current use of pyannote?
Clear selection
Would you pay for premium models (e.g. with better accuracy or faster processing)?
Clear selection
Would you pay a reduced recurring fee (e.g. monthly or yearly subscription) to use those models?
Clear selection
Would you pay for custom pipelines tailored to your data and use case?
Clear selection
Would you pay for a cloud-based pyannote API?
Clear selection
Would you pay for any of the following extensions?
If you use, used, or plan to use pyannote in the future, we would love to hear more about your use case, the alternatives you tried, what worked, what did not work, etc.
To be the first to know about future offers, please provide your email address (or leave it blank if you do not want to hear from us).
Submit
Clear form
Never submit passwords through Google Forms.
This content is neither created nor endorsed by Google. Report Abuse - Terms of Service - Privacy Policy