Skip to content

Commit

Permalink
add text highlight and new element to roadmap
Browse files Browse the repository at this point in the history
  • Loading branch information
pluja committed Oct 27, 2023
1 parent 94ad370 commit c8223f3
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,26 +10,27 @@ Whishper (formerly known as Web Whisper Plus) is a complete transcription suite.
## Features

- [x] 🗣️ Transcribe any media to text: audio, video, etc.
- [x] 🗣️ **Transcribe any media** to text: audio, video, etc.
- Transcribe from URLs (any source supported by yt-dlp).
- Upload a file to transcribe.
- [x] 📥 Download transcriptions in many formats: TXT, JSON, VTT, SRT or copy the raw text to your clipboard.
- [x] 🌐 Translate your transcriptions to any language supported by [Libretranslate](https://libretranslate.com).
- [x] ✍️ Edit your subtitles in a comfy and complete web UI!
- [x] 📥 **Download transcriptions in many formats**: TXT, JSON, VTT, SRT or copy the raw text to your clipboard.
- [x] 🌐 **Translate your transcriptions** to any language supported by [Libretranslate](https://libretranslate.com).
- [x] ✍️ **Edit your subtitles** in a comfy and complete web UI!
- Transcription highlighting based on media position.
- CPS (Characters per second) warnings.
- Segment splitting.
- Segment insertion.
- Subtitle language selection.
- [x] 🏠 100% Local: transcription, translation and subtitle edition happen 100% on your machine (can even work offline!).
- [x] 🚀 Fast: uses FasterWhisper as the Whisper backend: get much faster transcription times on CPU!
- [x] 👍 Quick setup: the setup involves just a docker-compose and you're good to go!
- [x] 🐎 CPU support: no GPU? No problem! Whishper can run on CPU too.
- [x] 🔥 NVIDIA GPU support: use your NVIDIA GPU to get even faster transcription times!
- [x] 🏠 **100% Local**: transcription, translation and subtitle edition happen 100% on your machine (can even work offline!).
- [x] 🚀 **Fast**: uses FasterWhisper as the Whisper backend: get much faster transcription times on CPU!
- [x] 👍 **Quick and easy setup**: use the quick start script, or run through a few steps!
- [x] 🔥 **GPU support**: use your NVIDIA GPU to get even faster transcription times!
- [x] 🐎 **CPU support**: no GPU? No problem! Whishper can run on CPU too.

### Roadmap

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

0 comments on commit c8223f3

Please sign in to comment.