feat: add offline diarization support with configuration file#1097
feat: add offline diarization support with configuration file#1097semidark wants to merge 2 commits intom-bain:mainfrom
Conversation
- Introduced `OfflineDiarizationPipeline` class for local speaker diarization using a specified configuration file. - Added command-line arguments to enable offline diarization and specify the config file path in `transcribe.py`. - Created `pyannote_diarization_config.yaml` for configuring the diarization pipeline parameters.
|
Any updates on this one? I see there have been activity lately on the repo. I hope this one gets attention |
|
@Barabazs can you have a look at this pr? 😊 |
|
I see that the repo is getting some attention back. 18 commits already in the last month. Can @semidark resolve the conflicts so this pr can be merged? |
|
I can have a look at it next week. I was running my fork for 11 Months straight in my customers air gapped production environment. No problems there. |
|
This is exactly the fix I am currently looking for. I eagerly look forward to the conflict resolutions so that this can be merged. Or, alternatively, the updated fork being public. Looking forward to hearing progress. |
OfflineDiarizationPipelineclass for local speaker diarization using a specified configuration file.transcribe.py.pyannote_diarization_config.yamlfor configuring the diarization pipeline parameters.