From bced5f04c09967b91ced5d2d605e4c9853b2479e Mon Sep 17 00:00:00 2001 From: Fedir Zadniprovskyi <76551385+fedirz@users.noreply.github.com> Date: Wed, 5 Jun 2024 08:27:41 -0700 Subject: [PATCH] docs: add 'faster-whisper-server' community integration (#861) Co-authored-by: Fedir Zadniprovskyi --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1527c1c..e57edbf 100644 --- a/README.md +++ b/README.md @@ -234,6 +234,7 @@ See more model and transcription options in the [`WhisperModel`](https://github. Here is a non exhaustive list of open-source projects using faster-whisper. Feel free to add your project to the list! +* [faster-whisper-server](https://github.com/fedirz/faster-whisper-server) is an OpenAI compatible server using `faster-whisper`. It's easily deployable with Docker, works with OpenAI SDKs/CLI, supports streaming, and live transcription. * [WhisperX](https://github.com/m-bain/whisperX) is an award-winning Python library that offers speaker diarization and accurate word-level timestamps using wav2vec2 alignment * [whisper-ctranslate2](https://github.com/Softcatala/whisper-ctranslate2) is a command line client based on faster-whisper and compatible with the original client from openai/whisper. * [whisper-diarize](https://github.com/MahmoudAshraf97/whisper-diarization) is a speaker diarization tool that is based on faster-whisper and NVIDIA NeMo.