# deepspeech_features **Repository Path**: ppandaer/deepspeech_features ## Basic Information - **Project Name**: deepspeech_features - **Description**: No description available - **Primary Language**: Python - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-06-20 - **Last Updated**: 2024-06-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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= ```