@@ -10,26 +10,27 @@ Whishper (formerly known as Web Whisper Plus) is a complete transcription suite.
10
10
11
11
## Features
12
12
13
- - [x] 🗣️ Transcribe any media to text: audio, video, etc.
13
+ - [x] 🗣️ ** Transcribe any media** to text: audio, video, etc.
14
14
- Transcribe from URLs (any source supported by yt-dlp).
15
15
- Upload a file to transcribe.
16
- - [x] 📥 Download transcriptions in many formats: TXT, JSON, VTT, SRT or copy the raw text to your clipboard.
17
- - [x] 🌐 Translate your transcriptions to any language supported by [ Libretranslate] ( https://libretranslate.com ) .
18
- - [x] ✍️ Edit your subtitles in a comfy and complete web UI!
16
+ - [x] 📥 ** Download transcriptions in many formats** : TXT, JSON, VTT, SRT or copy the raw text to your clipboard.
17
+ - [x] 🌐 ** Translate your transcriptions** to any language supported by [ Libretranslate] ( https://libretranslate.com ) .
18
+ - [x] ✍️ ** Edit your subtitles** in a comfy and complete web UI!
19
19
- Transcription highlighting based on media position.
20
20
- CPS (Characters per second) warnings.
21
21
- Segment splitting.
22
22
- Segment insertion.
23
23
- Subtitle language selection.
24
- - [x] 🏠 100% Local: transcription, translation and subtitle edition happen 100% on your machine (can even work offline!).
25
- - [x] 🚀 Fast: uses FasterWhisper as the Whisper backend: get much faster transcription times on CPU!
26
- - [x] 👍 Quick setup: the setup involves just a docker-compose and you're good to go !
27
- - [x] 🐎 CPU support: no GPU? No problem! Whishper can run on CPU too.
28
- - [x] 🔥 NVIDIA GPU support: use your NVIDIA GPU to get even faster transcription times!
24
+ - [x] 🏠 ** 100% Local** : transcription, translation and subtitle edition happen 100% on your machine (can even work offline!).
25
+ - [x] 🚀 ** Fast** : uses FasterWhisper as the Whisper backend: get much faster transcription times on CPU!
26
+ - [x] 👍 ** Quick and easy setup** : use the quick start script, or run through a few steps !
27
+ - [x] 🔥 ** GPU support** : use your NVIDIA GPU to get even faster transcription times!
28
+ - [x] 🐎 ** CPU support** : no GPU? No problem! Whishper can run on CPU too.
29
29
30
30
### Roadmap
31
31
32
32
- [x] ~~ Support for GPU acceleration.~~
33
+ - [ ] Non NVIDIA GPU support. Is it possible with faster-whisper?
33
34
- [ ] Full-text search all transcriptions
34
35
- [ ] Audio recording from the browser.
35
36
- [ ] Can we do something with [ seamless_communication] ( https://github.com/facebookresearch/seamless_communication ) ?
0 commit comments