whisper

Transcribe and translate audio across 99 languages using Whisper ASR models.

Updated Apr 12, 2026
One-click install
npx skills add https://github.com/thisismynewfmail-ui/Monika-agent --skill whisper-thisismynewfmail-ui
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: whisper
Source: https://github.com/thisismynewfmail-ui/Monika-agent/tree/main/skills/mlops/models/whisper
Command: npx skills add https://github.com/thisismynewfmail-ui/Monika-agent --skill whisper-thisismynewfmail-ui

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Transcribe and translate audio across 99 languages using Whisper's ASR models to convert speech into accurate, searchable text for multilingual workflows and archiving.

Core Features & Use Cases

  • Multilingual ASR supporting 99 languages and various accents for accurate transcription.
  • Translation to English and outputs suitable for downstream processing.
  • Model size flexibility (tiny to large) to balance latency, accuracy, and hardware constraints.
  • Easy Python integration for batch processing, scripting, or embedding in apps and services.
  • Suitable for podcasts, meetings, call centers, and multilingual content pipelines.

Quick Start

Install the Whisper package, load a model, and transcribe an audio file.

Frequently Asked Questions about whisper

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I transcribe audio files in Python using speech recognition?

Audio transcription in Python uses the openai-whisper package to load an ASR model and process audio files directly into searchable text. It requires Python 3.8-3.11 and FFmpeg installed to handle audio decoding.

Can I run multilingual speech recognition offline?

Multilingual speech recognition can run offline using Whisper by loading local ASR models. It supports 99 languages and various accents, allowing audio processing without an internet connection.

Does Whisper speech recognition work on CPU or do I need a GPU?

Whisper speech recognition runs on both CPU and GPU environments. Users select from model sizes ranging from tiny to large to balance transcription latency, accuracy, and available hardware constraints.

What is the best way to generate meeting notes from audio recordings?

Generating meeting notes from audio is best achieved using Whisper's ASR models to convert speech recordings into accurate, searchable text. It offers flexible model sizes to balance processing speed and transcription accuracy.

How do I translate non-English audio to text for multilingual workflows?

Translating non-English audio to English text uses Whisper's multilingual ASR capabilities to transcribe speech across 99 languages. It provides translation outputs suitable for downstream multilingual content processing pipelines.

What Python dependencies do I need for audio transcription?

Audio transcription requires Python 3.8-3.11, the openai-whisper package, and FFmpeg. Optional dependencies include transformers and torch frameworks, which are useful for running larger ASR models on a GPU.