Skip to content

An Automatic Speech Recognition Service for a variety of languages, powered by WhisperX

License

Notifications You must be signed in to change notification settings

opensource-spraakherkenning-nl/asrservice

Repository files navigation

Automatic Speech Recognition Service

This repository contains a Automatic Speech Recognition webservice for a variety of languages (including Dutch and English). The ASR is powered by WhisperX and the webservice is powered by CLAM. This webservice is developed at the Centre of Language and Speech Technology, Radboud University, Nijmegen.

Installation

For end-users and hosting partners, we provide a container image that ships with a web interface. You can pull a prebuilt image from the Docker Hub registry using docker as follows:

$ docker pull proycon/asrservice

Run the container as follows:

$ docker run -v /path/to/your/data:/data --env HF_TOKEN=$HF_TOKEN -p 8080:80 proycon/asrservice

Ensure that the directory you pass is writable. Replace $HF_TOKEN with your Huggingface token and accept the license agreements for the following models:

Assuming you run locally, the web interface can then be accessed on http://127.0.0.1:8080/.

If you want to deploy this service on your own infrastructure, you will want to set some of the environment variables defined in the Dockerfile when running the container, most notably the ones regarding authentication, as this is by default disabled and as such NOT suitable for production deployments.

About

An Automatic Speech Recognition Service for a variety of languages, powered by WhisperX

Resources

License

Stars

Watchers

Forks

Packages

No packages published