From 4bd98d5c5bf5dfd52a8fcd8b27c1492a3ec41f57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=91=E5=A2=A8=E6=B0=B4=E9=B1=BC?= Date: Mon, 11 Aug 2025 18:44:48 +0800 Subject: [PATCH] Update README.md to include whisper-fastapi (#1325) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e14aa0b..72dfdc5 100644 --- a/README.md +++ b/README.md @@ -250,6 +250,7 @@ Here is a non exhaustive list of open-source projects using faster-whisper. Feel * [WhisperLive](https://github.com/collabora/WhisperLive) is a nearly-live implementation of OpenAI's Whisper which uses faster-whisper as the backend to transcribe audio in real-time. * [Faster-Whisper-Transcriber](https://github.com/BBC-Esq/ctranslate2-faster-whisper-transcriber) is a simple but reliable voice transcriber that provides a user-friendly interface. * [Open-dubbing](https://github.com/softcatala/open-dubbing) is open dubbing is an AI dubbing system which uses machine learning models to automatically translate and synchronize audio dialogue into different languages. +* [Whisper-FastAPI](https://github.com/heimoshuiyu/whisper-fastapi) whisper-fastapi is a very simple script that provides an API backend compatible with OpenAI, HomeAssistant, and Konele (Android voice typing) formats. ## Model conversion