Skip to content

replicate/cog-whisper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>"