├── LICENSE ├── README.md ├── stable_whisper.py └── transcription.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eliemaalouly/Transcription-whisper_pyannote/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eliemaalouly/Transcription-whisper_pyannote/HEAD/README.md -------------------------------------------------------------------------------- /stable_whisper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eliemaalouly/Transcription-whisper_pyannote/HEAD/stable_whisper.py -------------------------------------------------------------------------------- /transcription.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eliemaalouly/Transcription-whisper_pyannote/HEAD/transcription.py --------------------------------------------------------------------------------