This project performs voice diarization on an audio file. It uses OpenAI's Whisper model for transcription and SpeechBrain for speaker recognition.
- Install the dependencies:
pip install -r requirements.txt - Place your enrollment samples (wav files of known speakers) in the
enrollment_samplesdirectory. - Place the audio file you want to diarize in the root directory and name it
meeting_audio.wav. - Run the script:
python diarize.py