Sign inSign up

sskorol/vosk-api

By sskorol

Updated over 4 years ago

Vosk ASR API built on top of nvidia l4t-base:r32.5+ and cuda:11.3.0-devel-ubuntu20.04 with GPU

Image
3

1.2K

sskorol/vosk-api repository overview

Vosk API built on top of l4t-base:r32.5+ for Jetson Xavier/Nano and cuda:11.3.0-devel-ubuntu20.04 for PC with GPU support.

Use these images as a baseline to build your own offline ASR server with an incredible GPU performance.

Note that you have to enable nvidia runtime to make it work as expected.

In the case of Jetson boars, your JetPack should match the latest 32.5 version as well.

For PCs make sure you met the following prerequisites before building a corresponding image on your own.

Also, make sure you enabled GPU support in your code:

from vosk import GpuInit

GpuInit()

You can find sources on GitHub.

Important note: your host's CUDA version should match the container's. Jetson images were built with CUDA 10.1. As per the desktop version: CUDA 11.3.0 was used.

Tag summary

Content type

Image

Digest

Size

3.4 GB

Last updated

over 4 years ago

docker pull sskorol/vosk-api:0.3.37-pc