Skip to main content

Modified version of Ina Speech Segmenter

Project description

ina-segmenter-modified

Credit To: https://github.com/ina-foss/inaSpeechSegmenter

Important Modification

We added numerical outputs for probabilities of each gender

Modified Usage:

seg = Segmenter()
data = seg(file_path)
df = pandas.DataFrame(data, columns=['Prediction', 'Start', 'End', 'Confidence'])
print(df)

Output Format: list[ResultFrame(prediction, start_time_seconds, end_time_seconds, confidence or probability)]

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ina-segmenter-modified-1.0.1.tar.gz (11.8 kB view hashes)

Uploaded Source

Built Distribution

ina_segmenter_modified-1.0.1-py3-none-any.whl (15.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page