whisper

Transcribe speech and identify languages in 99 languages using OpenAI Whisper.

1|Updated May 21, 2026
One-click install
npx skills add https://github.com/blueskies1818/hermesALIone --skill whisper-blueskies1818
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: whisper
Source: https://github.com/blueskies1818/hermesALIone/tree/main/Agent/optional-skills/mlops/whisper
Command: npx skills add https://github.com/blueskies1818/hermesALIone --skill whisper-blueskies1818

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires openai-whisper, transformers, torch, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the need for efficient speech-to-text transcription, translation, and language identification, especially for multilingual content and robust ASR (Automatic Speech Recognition) capabilities.

Core Features & Use Cases

  • Speech-to-Text: Accurately transcribe spoken language in 99 languages to text, with six model sizes for flexibility.
  • Translation to English: Translate any language to English for better accessibility and understanding.
  • Language Identification: Automatically detect the language of a given audio input.
  • Use Case: Ideal for automating podcast transcriptions, meeting notes, or multilingual audio content processing in various applications like transcription services or customer service automation.

Quick Start

Use the whisper skill to transcribe the audio file 'meeting.mp3'.

Frequently Asked Questions about whisper

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

FAQPage Schema
How do I automate multilingual speech recognition for audio files?

Automate multilingual speech recognition by processing audio inputs through ASR models that transcribe 99 spoken languages to text. You can use this approach to process podcast or meeting audio files into readable text.

Can I translate spoken audio to English text using automatic speech recognition?

Yes, you can translate spoken audio to English text using automatic speech recognition. The mechanism detects the spoken language from the audio input and generates an English translation for improved accessibility.

Do I need PyTorch and transformers to run OpenAI Whisper for transcription?

Yes, you need PyTorch and the transformers library alongside OpenAI Whisper to run audio transcription. These dependencies provide the neural network frameworks required to process audio inputs and generate accurate text.

What is the best way to identify the language of an audio recording?

The best way to identify the language of an audio recording is using automatic language detection capabilities within ASR frameworks. This analyzes acoustic features to accurately identify the spoken language from the audio input.

How many speech recognition model sizes are available for audio processing?

Six different speech recognition model sizes are available for audio processing. This flexibility allows you to select the appropriate model scale based on your specific transcription accuracy and computational resource requirements.

What are the limitations of using ASR for real-time meeting note-taking?

Limitations of using ASR for real-time meeting note-taking include processing latency and hardware constraints. Real-time speech processing requires significant computational resources, and selecting larger models may delay immediate transcription outputs.