Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thewh1teagle/vibe
Transcribe on your own!
https://github.com/thewh1teagle/vibe
Last synced: 18 days ago
JSON representation
Transcribe on your own!
- Host: GitHub
- URL: https://github.com/thewh1teagle/vibe
- Owner: thewh1teagle
- License: mit
- Created: 2024-01-08T03:29:06.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-05-22T12:25:28.000Z (7 months ago)
- Last Synced: 2024-05-22T13:38:19.065Z (7 months ago)
- Language: TypeScript
- Homepage: https://thewh1teagle.github.io/vibe/
- Size: 6.1 MB
- Stars: 235
- Watchers: 12
- Forks: 14
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-rust - Vibe - Transcribe audio or video in every language on every platform. (Applications / Utilities)
- fucking-awesome-rust - Vibe - Transcribe audio or video in every language on every platform. (Applications / Utilities)
- fucking-awesome-rust - Vibe - Transcribe audio or video in every language on every platform. (Applications / Utilities)
README
Vibe - Transcribe on your own!
⌨️ Transcribe audio / video offline using OpenAI Whisper
🔗 Download Vibe
| Give it a Star ⭐ |
Support the project 🤝
## Screenshots
# Features 🌟
- 🌍 Transcribe almost every language
- 🔒 Ultimate privacy: fully offline transcription, no data ever leaves your device
- 🎨 User friendly design
- 🎙️ Transcribe audio / video
- 🎶 Option to transcribe audio from popular websites (YouTube, Vimeo, Facebook, Twitter and more!)
- 📂 Batch transcribe multiple files!
- 📝 Support `SRT`, `VTT`, `TXT`, `HTML`, `PDF`, `JSON`, `DOCX` formats
- 👀 Realtime preview
- ✨ Summarize transcripts: Get quick, multilingual summaries using the Claude API
- 🧠 Ollama support: Do local AI analysis and batch summaries with Ollama
- 🌐 Translate to English from any language
- 🖨️ Print transcript directly to any printer
- 🔄 Automatic updates
- 💻 Optimized for `GPU` (`macOS`, `Windows`, `Linux`)
- 🎮 Optimized for `Nvidia` / `AMD` / `Intel` GPUs! (`Vulkan`/`CoreML`)
- 🔧 Total Freedom: Customize Models Easily via Settings
- ⚙️ Model arguments for advanced users
- ⏳ Transcribe system audio
- 🎤 Transcribe from microphone
- 🖥️ CLI support: Use Vibe directly from the command line interface! (see `--help`)
- 👥 Speaker diarization
- 📱 ~iOS & Android support~ (coming soon)
- 📥 Integrate custom models from your own site: Use `vibe://download/?url=`
- 📹 Choose caption length optimized for videos / reels
- ⚡ HTTP API with Swagger docs! (use `--server` and open `http://:3022/docs` for docs)# Supported platforms 🖥️
`MacOS`
`Windows`
`Linux`# Install notes
See [Install.md](docs/INSTALL.md)
# Contribute 🤝
PRs are welcomed!
In addition, you're welcome to add translations.We would like to express our sincere gratitude to all the contributors.
# Community
[![Discord](https://img.shields.io/badge/chat-discord-7289da.svg)](https://discord.gg/EcxWSstQN8)
# Roadmap 🛣️
You can see the roadmap in [Vibe-Roadmap](https://github.com/users/thewh1teagle/projects/5/views/1)
# Add translation 🌐
1. Copy `en` from `desktop/src-tauri/locales` folder to new directory eg `pt-BR` (use [bcp47 language code](https://gist.github.com/thewh1teagle/c8877e5c4c5e2780754ddd065ae2592e))
2. Change every value in the files there, to the new language and keep the keys as is
3. create PR / issue in GithubIn addition you can add translation to [Vibe website](https://thewh1teagle.github.io/vibe/) by creating new files in the `landing/static/locales`.
# Build 🛠️
see [BUILDING.md](docs/BUILDING.md)
# I want to know more!
Medium [post](https://medium.com/@thewh1teagle/creating-vibe-multilingual-audio-transcription-872ab6d9dbb0)
# Issue report
You can open [new issue](https://github.com/thewh1teagle/vibe/issues/new?assignees=octocat&labels=bug&projects=&template=bug_report.yaml&title=[Short+title]) and it's recommend to check [DEBUG.md](docs/DEBUG.md) first.
# Privacy Policy 🔒
Your privacy is important to us. Please review our [Privacy Policy](docs/PRIVACY_POLICY.pdf) to understand how we handle your data.
# Credits
Thanks for [tauri.app](https://tauri.app/) for making the best apps framework I ever seen
Thanks for [wang-bin/avbuild](https://github.com/wang-bin/avbuild) for pre built `ffmpeg`
Thanks for [github.com/whisper.cpp](https://github.com/ggerganov/whisper.cpp) for outstanding interface for the AI model.
Thanks for [openai.com](https://openai.com/) for their amazing [Whisper model](https://openai.com/research/whisper)
Thanks for [github.com](https://github.com/) for their support in open source projects, providing infastructure completly free.
And for all the amazing open source frameworks and libraries which this project uses...