thepianist9's picture
Upload folder using huggingface_hub
5a256aa verified

A newer version of the Gradio SDK is available: 5.1.0

Upgrade

Routines for DeepSpeech features processing

Several routines for DeepSpeech features processing, like speech features generation for VOCA model.

Installation

pip3 install -r requirements.txt

Usage

Generate wav files:

python3 extract_wav.py --in-video=<you_data_dir>

Generate files with DeepSpeech features:

python3 extract_ds_features.py --input=<you_data_dir>