I am trying to integrate models built with Persephone into my ML pipeline. I started by developing models using the corpus.Corpus(...) and experiment.train_ready(...) functions. Is there an API available for me to apply the preprocessing steps in corpus.Corpus(...) to a single wav file and then use something similar to experiment.transcribe(...) to get the predicted model transcription for that same wav file?
cc: @oadams
I am trying to integrate models built with Persephone into my ML pipeline. I started by developing models using the
corpus.Corpus(...)andexperiment.train_ready(...)functions. Is there an API available for me to apply the preprocessing steps incorpus.Corpus(...)to a single wav file and then use something similar toexperiment.transcribe(...)to get the predicted model transcription for that same wav file?cc: @oadams