Awesome
<p align="center"> <a target="blank" href="https://github.com/thewh1teagle/vibe"> <img width="96px" alt="Vibe logo" src="./design/logo.png" /> </a> </p> <h1 align="center">Vibe - Transcribe on your own!</h1> <p align="center"> <strong>āØļø Transcribe audio / video offline using OpenAI Whisper</strong> <br/> </p> <p align="center"> <a target="_blank" href="https://thewh1teagle.github.io/vibe/"> š Download Vibe </a> | Give it a Star ā | <a target="_blank" href="https://ko-fi.com/thewh1teagle">Support the project š¤</a> </p> <hr />Screenshots
<p align="center"> <a target="_blank" href="https://thewh1teagle.github.io/vibe/"> <img width=600 src="https://github.com/thewh1teagle/vibe/assets/61390950/22779ac6-9e49-4c21-b528-29647f039da2"> </a> </p>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 concise summaries of transcripts via Claude API integration
- š 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=<model url>
- š¹ Choose caption length optimized for videos / reels
- ā” HTTP API with Swagger docs! (use
--server
and openhttp://<host>:3022/docs
for docs)
Supported platforms š„ļø
MacOS
Windows
Linux
Install notes
See 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.
<a href="https://github.com/thewh1teagle/vibe/graphs/contributors"> <img src="https://contrib.rocks/image?repo=thewh1teagle/vibe" /> </a>Community
Roadmap š£ļø
You can see the roadmap in Vibe-Roadmap
Add translation š
- Copy
en
fromdesktop/src-tauri/locales
folder to new directory egpt-BR
(use bcp47 language code) - Change every value in the files there, to the new language and keep the keys as is
- create PR / issue in Github
In addition you can add translation to Vibe website by creating new files in the landing/static/locales
.
Build š ļø
see BUILDING.md
I want to know more!
Medium post
Issue report
You can open new issue and it's recommend to check DEBUG.md first.
Privacy Policy š
Your privacy is important to us. Please review our Privacy Policy to understand how we handle your data.
Credits
Thanks for tauri.app for making the best apps framework I ever seen
Thanks for wang-bin/avbuild for pre built ffmpeg
Thanks for github.com/whisper.cpp for outstanding interface for the AI model.
Thanks for openai.com for their amazing Whisper model
Thanks for 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...