nikdanilov/whisper-obsidian-plugin
Speech-to-text in Obsidian using Whisper
What it solves
This plugin allows Obsidian users to convert speech to text directly within their notes. It eliminates the need to transcribe audio files manually or use external tools by integrating transcription and optional AI-driven post-processing into the workflow.
Related
- Project
Nexus-JPF/note-companionAn Obsidian plugin that uses AI to transcribe audio and YouTube videos, chat with vault context, and automatically organize messy notes into structured files.
- Project
Sharrnah/whisperingA local, open-source tool for real-time audio transcription, translation, and OCR, designed for streaming overlays and in-game use.
- Project
pmarreck/yt-transcriberA CLI tool that transcribes YouTube videos or local media files using Whisper, with optional AI-powered summarization and translation.
- Project
royshil/obs-localvocalAn OBS plugin that provides real-time, local speech-to-text transcription and translation using OpenAI's Whisper, ensuring privacy and no cloud costs.
- Project
openai/whisperWhisper is OpenAI’s open‑source, transformer‑based speech‑to‑text system that handles transcription, language identification, and translation across many languages. It ships as a pip‑installable package with six model sizes (tiny → large, plus a fast “turbo” variant). The CLI (`whisper …`) and a simple Python API (`whisper.load_model(...).transcribe(...)`) let you turn audio files into text with just a few commands. The project runs on Python 3.8‑3.11, PyTorch, and requires ffmpeg (and optionally Rust for the tokenizer). All code and model weights are MIT‑licensed.