josemoura212 / vibe

Transcribe on your own!

Home Page:https://thewh1teagle.github.io/vibe/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vibe logo

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
  • ๐Ÿ“‚ Batch transcribe multiple files!
  • ๐Ÿ“ Support SRT, VTT, TXT, HTML, PDF, JSON formats
  • ๐Ÿ‘€ Realtime preview
  • ๐ŸŒ Translate to English from any language
  • ๐Ÿ–จ๏ธ Print transcript directly to any printer
  • ๐Ÿ”„ Automatic updates
  • ๐Ÿ–ฅ๏ธ Optimized for CPU on (Windows / Linux)
  • ๐Ÿ’ป Optimized for GPU (macOS, Windows)
  • ๐ŸŽฎ Optimized for Nvidia GPUs! (see INSTALL.md#nvidia)
  • ๐Ÿ”ง 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 (coming soon)
  • ๐Ÿ“ฑ iOS & Android support (coming soon)
  • ๐Ÿ“ฅ Integrate custom models from your own site: Use vibe://download/?url=<model url>

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.

Community

Discord

Roadmap ๐Ÿ›ฃ๏ธ

You can see the roadmap in Vibe-Roadmap

Add translation ๐ŸŒ

  1. Copy en from desktop/src-tauri/locales folder to new directory eg pt-BR (use bcp47 language code)
  2. Change every value in the files there, to the new language and keep the keys as is
  3. 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.

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...

About

Transcribe on your own!

https://thewh1teagle.github.io/vibe/

License:MIT License


Languages

Language:TypeScript 45.9%Language:Rust 31.6%Language:JavaScript 10.8%Language:Svelte 9.1%Language:PowerShell 2.1%Language:HTML 0.4%Language:CSS 0.2%