An open API service indexing awesome lists of open source software.

https://github.com/osmr/deepspeech_features

Routines for DeepSpeech features processing
https://github.com/osmr/deepspeech_features

Last synced: about 1 year ago
JSON representation

Routines for DeepSpeech features processing

Awesome Lists containing this project

README

          

# Routines for DeepSpeech features processing
Several routines for [DeepSpeech](https://github.com/mozilla/DeepSpeech) features processing, like speech features generation for [VOCA](https://github.com/TimoBolkart/voca) model.

## Installation

```
pip3 install -r requirements.txt
```

## Usage

Generate wav files:
```
python3 extract_wav.py --in-video=
```

Generate files with DeepSpeech features:
```
python3 extract_ds_features.py --input=
```