Skip to content

Latest commit

 

History

History
 
 

speech_data_explorer

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Speech Data Explorer

Dash-based tool for interactive exploration of ASR/TTS datasets.

Features:

  • dataset's statistics (alphabet, vocabulary, duration-based histograms)
  • navigation across dataset (sorting, filtering)
  • inspection of individual utterances (waveform, spectrogram, audio player)

Please make sure that requirements are installed. Then run:

python data_explorer.py path_to_manifest.json

Speech Data Explorer