Speech compression and reconstruction with autoencoders
Get a lott of speech data and put them in the data/audio_ds
folder (It can be in any folder structure)
--time_per_sample [time per sample]\
--dataset ['mfcc', 'waveform', 'mel_spec']\
--params [params dict]\
--ignore_warning [true / false default- false]
python train_test_split.py\
--dataset ['mfcc', 'waveform', 'mel_spec']\
--train_pct [train_pct]
python calculate_stats.py --dataset [dataset]
python calculate_train_stats.py --dataset [dataset]