Table of contents
With Replicate, you can run WhisperX in the cloud with one line of code.
You can run WhisperX with our official JavaScript client:
Set the REPLICATE_API_TOKEN
environment variable:
Import and set up the client:
Run daanelson/whisperx using Replicate’s API:
Note that WhisperX takes an audio file as input. You can provide URLs and or base 64 strings here as values for the image.
To learn more, take a look at the guide on getting started with Node.js.
You can run WhisperX with our official Python client:
Set the REPLICATE_API_TOKEN
environment variable:
Run daanelson/whisperx using Replicate’s API:
Note that WhisperX takes an audio file as input. You can provide URLs and or base 64 strings here as values for the image.
To learn more, take a look at the guide on getting started with Python.
You can call the HTTP API directly with tools like cURL:
Set the REPLICATE_API_TOKEN
environment variable:
Run daanelson/whisperx using Replicate’s API:
Note that WhisperX takes an audio file as input. You can provide URLs and or base 64 strings here as values for the image.
To learn more, take a look at Replicate’s HTTP API reference docs.
You can also run WhisperX using other Replicate client libraries for Golang, Swift, Elixir, and others