Skip to content

Commit c8223f3

Browse files
committed
add text highlight and new element to roadmap
1 parent 94ad370 commit c8223f3

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

README.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,26 +10,27 @@ Whishper (formerly known as Web Whisper Plus) is a complete transcription suite.
1010
1111
## Features
1212

13-
- [x] 🗣️ Transcribe any media to text: audio, video, etc.
13+
- [x] 🗣️ **Transcribe any media** to text: audio, video, etc.
1414
- Transcribe from URLs (any source supported by yt-dlp).
1515
- 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!
1919
- Transcription highlighting based on media position.
2020
- CPS (Characters per second) warnings.
2121
- Segment splitting.
2222
- Segment insertion.
2323
- 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.
2929

3030
### Roadmap
3131

3232
- [x] ~~Support for GPU acceleration.~~
33+
- [ ] Non NVIDIA GPU support. Is it possible with faster-whisper?
3334
- [ ] Full-text search all transcriptions
3435
- [ ] Audio recording from the browser.
3536
- [ ] Can we do something with [seamless_communication](https://github.com/facebookresearch/seamless_communication)?

0 commit comments

Comments
 (0)