You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Used Mozilla Common Voice to help build a dataset for the whole world
Downloaded my data containing a couple of thousand recordings through the Common Voice export page in my profile
Converted the mp3 files in the zip to wav files and put them in a folder called wavs
Then took the text from the export and put the name of the wav followed by the text, pipe separated: wav_file.wav|Text spoken, and put it in metadata.csv
replaced all the fancy quotes for " and the fancy apostrophes with '
zipped this up
Ran docker build . -t voice-cloning-app in the project dir
Then docker run --gpus all -p 5000:5000 -v$(pwd)/data:/app/data voice-cloning-app
I want to create my own dataset, how do I do this? I cant seem to make sense of the dataset section
The text was updated successfully, but these errors were encountered: