lhotse-speech / lhotse

Tools for handling speech data in machine learning projects.
https://lhotse.readthedocs.io/en/latest/
Apache License 2.0
954 stars 219 forks source link

Data preparation on custom dataset #1188

Open shreyasinghal-17 opened 1 year ago

shreyasinghal-17 commented 1 year ago

How can i prepare my own dataset using lhotse. I'm having audios and its corresponding transcripts. i want to use it to create a dataset that is consumable by k2.

how can i create supervision_set manifest?

desh2608 commented 1 year ago

Please check lhotse/recipes for examples about how to prepare manifests.