OSS Tanbou

Whisper — speech recognition for multilingual transcription, English translation, and language ID

Discovery score 311.9OSS health 63
About these scores

Discovery score is an unbounded weighted, log-compressed index of stars, watchers, forks, and contributors. Growth momentum is its change over the observed period; OSS health is a 0–100 score from available repository recency, Community Health, and release data.

Stars
108,957
Primary language
Python
License
MIT
Repository last updated
Aug 31, 2026

Overview

Whisper is a general-purpose speech recognition model trained on diverse audio. One Transformer model handles multilingual speech recognition, translation from non-English speech into English, and language identification through a CLI and Python API.

Based on official documentation; not hands-on tested · Content checked:

Transcribe audio with language identification and English translation

It represents several speech tasks as token-sequence prediction, supporting file transcription, spoken-language identification, and English translation with multilingual models. Sizes range from tiny through large plus the speed-oriented turbo model, with examples for both the CLI and Python.

Sources: [1]

For embedding multilingual audio processing in local workflows

It is a candidate for batch or Python application workflows that transcribe recordings and video, identify language, or translate non-English speech into English. Model size can be selected around accuracy, speed, and available VRAM.

Sources: [1]

Check memory, per-language accuracy, and translation support

README estimates range from roughly 1 to 10 GB of VRAM by model, and real speed and accuracy vary with language, speaking speed, and hardware. Turbo is not trained for translation, so English translation requires a multilingual tiny, base, small, medium, or large model. The runtime also needs Python, PyTorch-related packages, and ffmpeg.

Sources: [1]

Official sources

  1. [1]Whisper README(2026-09-13)
Supplemental curator note

Selected for using corporate and research authority plus several major ports and optimized implementations to expand discovery despite having no topics.

Growth trends

Last 30 days

108,957 Stars

Trend data is still being collected.

Built with

  • Python

Categories and tags

GitHub dataView detailed GitHub data
Stars
108,957
Forks
13,205
Watchers
783
Open issues
0
Contributors
83
Primary language
Python
License
MIT
Repository last updated
Aug 31, 2026
Report incorrect information

Tell us if any listing information is incorrect or outdated.