Data processing and analysis functions for the Speakerbox Demographics and Interruptions paper.
Stable Release: pip install speakerbox-analysis
Development Head: pip install git+https://github.com/PugetSoundClinic-PIT/speakerbox-analysis.git
Pull Seattle data for training, prepare and make splits, and finally train and evaluate a new Seattle Speakerbox model.
speakerbox-analysis all_in_one prepare_dataset_and_train_and_eval_modelThe above command is shorthand for the following:
speakerbox-analysis data prepare_for_model_training
speakerbox-analysis model train_and_evalFor full package documentation please visit PugetSoundClinic-PIT.github.io/speakerbox-analysis.
See CONTRIBUTING.md for information related to developing the code.
MIT License