Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to make transcription and speaker diarization using pywhispercpp #9

Open
iamzeid opened this issue May 2, 2023 · 1 comment
Open

Comments

@iamzeid
Copy link

iamzeid commented May 2, 2023

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.

@absadiki
Copy link
Owner

absadiki commented May 2, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants