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
- Host: GitHub
- URL: https://github.com/osmr/deepspeech_features
- Owner: osmr
- License: mit
- Created: 2020-04-06T13:02:22.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-07T18:44:06.000Z (about 6 years ago)
- Last Synced: 2025-03-31T09:11:13.497Z (about 1 year ago)
- Language: Python
- Size: 17.6 KB
- Stars: 20
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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=
```