abdeladim-s / pywhispercpp

Python bindings for whisper.cpp
https://abdeladim-s.github.io/pywhispercpp/
MIT License
129 stars 15 forks source link

How to make transcription and speaker diarization using pywhispercpp #9

Open iamzeid opened 1 year ago

iamzeid commented 1 year ago

Hello,

I am interested in using pywhispercpp for speech recognition and speaker diarization.

I have installed the library and followed the instructions in the README file, but I am not sure how to use it for my use case.

Could you please provide some guidance or examples on how to make transcription and speaker diarization using pywhispercpp?

Note: I'm using google colab.

Thank you.

abdeladim-s commented 1 year ago

Hello,

Thank you for your interest in the project.

The examples folder contains a lot of examples already, you can go through them to see how it works. I think they will work on colab as well.

The documentation could also be helpful to understand the API.

Please note that speaker diarization is not supported by whisper, it is trained on transcription only.

I hope this will be helpful.