🔍RepoLensrepolens.ru
  • /trending
  • /top500
  • /weekly
  • /categories
  • /about

© 2026 RepoLens · repolens.ru

root@repolens:~# updating the stack

@exvadimka

Данные обновляются автоматически через GitHub API

← к каталогу
#25✅нужен почти всегда

🎙️ whisper/ openai

OpenAI Whisper — это универсальная модель распознавания речи, которая преобразует аудио в текст на нескольких языках. Она обучена на большом наборе разнообразных аудиоданных и справляется с разными акцентами, фоновым шумом и техническим жаргоном. Модель работает эффективно даже без дополнительной настройки под конкретные задачи.

Открыть на GitHub ↗обновлён 2мес назад
Звёзды
★ 103.9k
Форки
12.6k
За неделю
—
За месяц
—
Рост %
—
Язык
Python

Установка и запуск

Setup

We used Python 3.9.9 and PyTorch 1.10.1 to train and test our models, but the codebase is expected to be compatible with Python 3.8-3.11 and recent PyTorch versions. The codebase also depends on a few Python packages, most notably OpenAI's tiktoken for their fast tokenizer implementation. You can download and install (or update to) the latest release of Whisper with the following command:

pip install -U openai-whisper

Alternatively, the following command will pull and install the latest commit from this repository, along with its Python dependencies:

pip install git+https://github.com/openai/whisper.git 

To update the package to the latest version of this repository, please run:

pip install --upgrade --no-deps --force-reinstall git+https://github.com/openai/whisper.git

It also requires the command-line tool ffmpeg to be installed on your system, which is available from most package managers:

# on Ubuntu or Debian
sudo apt update && sudo apt install ffmpeg

# on Arch Linux
sudo pacman -S ffmpeg

# on MacOS using Homebrew (https://brew.sh/)
brew install ffmpeg

# on Windows using Chocolatey (https://chocolatey.org/)
choco install ffmpeg

# on Windows using Scoop (https://scoop.sh/)
scoop install ffmpeg

…

Из README репозитория · полный README на GitHub

Категории

🤖AI🎬Медиа

Анонс

🎙️ **OpenAI Whisper** — мощная модель распознавания речи, которая превращает аудио в текст с высокой точностью. 🔹 Поддерживает 97 языков 🔹 Работает с шумом и акцентами 🔹 Доступна для локального использования Отличный инструмент для субтитров, транскрибации и голосовых помощников. Попробуй сам! #whisper #openaI #speechrecognition