项目文件夹

文件
2026-07-13 10:17:28 +00:00

126 行
4.3 KiB
Markdown

<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 and video right on your device</strong>
<br/>
</p>
<p align="center">
<a target="_blank" href="https://thewh1teagle.github.io/vibe/">
🔗 Download Vibe
</a>
&nbsp; | &nbsp; Give it a Star ⭐ | &nbsp;
<a target="_blank" href="https://thewh1teagle.github.io/vibe/?action=support-vibe">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
- 🤖 Supports Whisper, Nemotron 3.5, and Parakeet TDT v3 models
- ✨ 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
- 🎬 Stable timestamps mode for subtitle/movie-grade timing (VAD-backed, slower)
- 📱 ~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 and agent skills
# Supported platforms 🖥️
`MacOS`
`Windows`
`Linux`
# Contribute 🤝
## Developers
Get started with local development [here](docs/building.md).
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
[![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 🌐
See the [translation guide](docs/translations.md).
# Docs 📄
see [Vibe Docs](https://github.com/thewh1teagle/vibe/tree/main/docs)
# 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](http://thewh1teagle.github.io/vibe/?action=open-privacy-policy) 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 [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 completely free.
And for all the amazing open source frameworks and libraries which this project uses...