video-vec2wav2-tokenizer k9cli
video-vec2wav2-tokenizer Production-ready pipeline (Python package video_vec2wav2_tokenizer, CLI command video2dataset) that turns a folder of videos into clean AI training datasets for speech recognition (ASR) and text-to-speech (TTS). videos ──► audio (16 kHz mono PCM) ──► whisper transcript ──► clips ──► metadata.csv / dataset.jsonl / tts_metadata.csv / report.json Video processing — recursive scan of mp4 / mkv / avi / mov / webm, FFmpeg audio extraction to mono ·… See the full description on the dataset page: https://huggingface.co/datasets/k9cli/video-vec2wav2-tokenizer.
- 类型
- dataset
- 下载量
- 2,314,634
- 点赞
- 16
- 访问
- public
- 文件
- 0
README
# video-vec2wav2-tokenizer Production-ready pipeline (Python package `video_vec2wav2_tokenizer`, CLI command `video2dataset`) that turns a folder of videos into clean **AI training datasets for speech recognition (ASR) and text-to-speech (TTS)**. ``` videos ──► audio (16 kHz mono PCM) ──► whisper t…