whisper

Transcribe and translate audio into text across 99 languages using Whisper.

1|Updated Apr 18, 2026
One-click install
npx skills add https://github.com/rnben/hermes-skills --skill whisper-rnben
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: whisper
Source: https://github.com/rnben/hermes-skills/tree/main/plugins/mlops-skills/skills/whisper
Command: npx skills add https://github.com/rnben/hermes-skills --skill whisper-rnben

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Convert spoken content into accurate, searchable text across 99 languages to streamline transcription, localization, and accessibility.

Core Features & Use Cases

  • Multilingual transcription: transcribe audio in many languages with optional translation to English.
  • Model-size options: choose from tiny to large models to balance speed and accuracy for podcasts, lectures, meetings, and media indexing.
  • Flexible integration: run locally in Python projects to automate transcripts and incorporate ASR into data pipelines and search indexes.

Quick Start

Install the whisper package and run a quick transcription on your 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 into text using Python?

You can transcribe audio files into text using Python by running the Whisper model locally, which processes spoken content and outputs accurate transcripts across 99 languages for podcasts, meetings, and video subtitling.

Does Whisper support multilingual speech recognition and translation?

Whisper supports multilingual speech recognition across 99 languages and provides optional translation to English, allowing you to process international audio content for localization and multilingual content analysis.

Can I run speech-to-text models locally on my CPU or GPU?

You can run speech-to-text models locally on either CPU or GPU by selecting from multiple Whisper model sizes, balancing execution speed and accuracy based on your available hardware resources.

What is the best way to automate transcription for podcasting and meetings?

The best way to automate transcription for podcasting and meetings is integrating Whisper into Python data pipelines, which automatically converts spoken audio into searchable text for indexing and accessibility.

Do I need Python libraries like torch and transformers to process audio?

You need Python libraries including openai-whisper, transformers, and torch to process audio, as these frameworks provide the underlying ASR and machine learning execution environments required for speech recognition.

How do model size options affect audio transcription speed and accuracy?

Whisper model size options range from tiny to large, directly affecting audio transcription speed and accuracy so you can choose faster processing or higher precision based on your project requirements.