replicate / cog-whisper

Run OpenAI Whisper as a Cog model

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Whisper Cog model

Replicate

This is an implementation of Whisper as a Cog model. Cog packages machine learning models as standard containers.

First, run get_weights.sh from the project root to download pre-trained weights:

./scripts/get_weights.sh

You can then build a container and run predictions like so:

cog predict -i audio="<path/to/your/audio/file>"

About

Run OpenAI Whisper as a Cog model

License:Apache License 2.0


Languages

Language:Python 89.0%Language:Shell 11.0%