{ "info": { "author": "Quan Wang", "author_email": "quanw@google.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# VB Diarization with Eigenvoice and HMM Priors\n\n## Overview\n\nThis is a **refactored** version of the VB diarization software available at\n[BUT Speech@FIT](https://speech.fit.vutbr.cz/software/vb-diarization-eigenvoice-and-hmm-priors).\n\nI am **NOT** the original author of the library.\n\n## Notes from original author\n\nThis python code implements speaker diarization algorithm described in:\nhttp://www.fit.vutbr.cz/~burget/VB_diarization_slides.pdf\n\nThis algorithm is based on a generalized version of the model described in:\n\n```\nKenny, P. Bayesian Analysis of Speaker Diarization with Eigenvoice Priors, Montreal, CRIM, May 2008, http://www.crim.ca/perso/patrick.kenny/BayesCluster.pdf\n\nKenny, P., Reynolds, D., and Castaldo, F. Diarization of Telephone Conversations using Factor Analysis IEEE Journal of Selected Topics in Signal Processing, December 2010, http://www.crim.ca/perso/patrick.kenny/Kenny_sdfa.pdf\n```\n\nThe generalization introduced in this implementation lies in using an HMM instead of the simple mixture model when modeling generation of segments (or even frames) from speakers. HMM limits the probability of switching between speakers when changing frames, which makes it possible to use the model on frame-by-frame bases without any need to iterate between\n1) clustering speech segments and\n2) re-segmentation (i.e. as it was done in the paper above).\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/wq2012/VB_diarization", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "vbdiar", "package_url": "https://pypi.org/project/vbdiar/", "platform": "", "project_url": "https://pypi.org/project/vbdiar/", "project_urls": { "Homepage": "https://github.com/wq2012/VB_diarization" }, "release_url": "https://pypi.org/project/vbdiar/0.0.1/", "requires_dist": null, "requires_python": "", "summary": "VB Diarization with Eigenvoice and HMM Priors", "version": "0.0.1" }, "last_serial": 4791841, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "45528ed05de503a3f1884e40a7e343ff", "sha256": "bde47ba75b64cfd734efb9670e7887c28883505ab4ec870c617f75919f3280f4" }, "downloads": -1, "filename": "vbdiar-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "45528ed05de503a3f1884e40a7e343ff", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 8047, "upload_time": "2019-02-07T16:26:08", "url": "https://files.pythonhosted.org/packages/95/fe/8c5577bd07ea36759c721dc79079d57c26f359c53ab6bbc1acfefa64753d/vbdiar-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a80bf1e0e4dbf495180d95fb8f8b8b82", "sha256": "e7e22e1ffe519b9f6252d4ea4730c5728670601c8b1caa0e2ca03590a0e90a9d" }, "downloads": -1, "filename": "vbdiar-0.0.1.tar.gz", "has_sig": false, "md5_digest": "a80bf1e0e4dbf495180d95fb8f8b8b82", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7354, "upload_time": "2019-02-07T16:26:10", "url": "https://files.pythonhosted.org/packages/ff/59/c88a1928a24a45ae7cb30ee0ff56634caced698d1ae249ba8f700d1c66ee/vbdiar-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "45528ed05de503a3f1884e40a7e343ff", "sha256": "bde47ba75b64cfd734efb9670e7887c28883505ab4ec870c617f75919f3280f4" }, "downloads": -1, "filename": "vbdiar-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "45528ed05de503a3f1884e40a7e343ff", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 8047, "upload_time": "2019-02-07T16:26:08", "url": "https://files.pythonhosted.org/packages/95/fe/8c5577bd07ea36759c721dc79079d57c26f359c53ab6bbc1acfefa64753d/vbdiar-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a80bf1e0e4dbf495180d95fb8f8b8b82", "sha256": "e7e22e1ffe519b9f6252d4ea4730c5728670601c8b1caa0e2ca03590a0e90a9d" }, "downloads": -1, "filename": "vbdiar-0.0.1.tar.gz", "has_sig": false, "md5_digest": "a80bf1e0e4dbf495180d95fb8f8b8b82", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7354, "upload_time": "2019-02-07T16:26:10", "url": "https://files.pythonhosted.org/packages/ff/59/c88a1928a24a45ae7cb30ee0ff56634caced698d1ae249ba8f700d1c66ee/vbdiar-0.0.1.tar.gz" } ] }