Skip to content

Commit

Permalink
Update README.md to add a project
Browse files Browse the repository at this point in the history
  • Loading branch information
jhj0517 committed Aug 21, 2024
1 parent d57c5b4 commit b188c63
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,7 @@ Here is a non exhaustive list of open-source projects using faster-whisper. Feel
* [Whisper-Streaming](https://github.com/ufal/whisper_streaming) implements real-time mode for offline Whisper-like speech-to-text models with faster-whisper as the most recommended back-end. It implements a streaming policy with self-adaptive latency based on the actual source complexity, and demonstrates the state of the art.
* [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.
* [Whisper-WebUI](https://github.com/jhj0517/Whisper-WebUI) is a gradio based web UI that uses faster-whisper for transcription by default. You can use it as a easy subtitle generator.

## Model conversion

Expand Down

0 comments on commit b188c63

Please sign in to comment.