{ "info": { "author": "Rob Ladbrook", "author_email": "mscognitive@slyfx.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Programming Language :: Python", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6" ], "description": "ms-cognitive-speaker-recognition (cognitive_sr)\n===============================================\n\nPython 2/3 client for the Microsoft Speaker Recognition API (Microsoft Cognitive Services)\n\nhttps://www.microsoft.com/cognitive-services/en-us/speaker-recognition-api\n\nSee the examples folder for end to end demonstration.\n\n\n.. code-block:: python\n\n import cognitive_sr\n\n speech_identification = cognitive_sr.SpeechIdentification(subscription_key)\n\n result = speech_identification.identify_profile(profile_ids, wav_data)\n\n print('Identified wav as profile: ', result['identifiedProfileId'])\n print('Confidence is: ', result['confidence'])\n\n\nInstallation\n------------\n\nTo install, simply:\n\n.. code-block:: bash\n\n $ pip install ms-cognitive-speaker-recognition", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/robladbrook/ms-cognitive-speaker-recognition/tarball/0.1", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/robladbrook/ms-cognitive-speaker-recognition", "keywords": "speaker,voice,microsoft,recognition,cognitive", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "ms-cognitive-speaker-recognition", "package_url": "https://pypi.org/project/ms-cognitive-speaker-recognition/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/ms-cognitive-speaker-recognition/", "project_urls": { "Download": "https://github.com/robladbrook/ms-cognitive-speaker-recognition/tarball/0.1", "Homepage": "https://github.com/robladbrook/ms-cognitive-speaker-recognition" }, "release_url": "https://pypi.org/project/ms-cognitive-speaker-recognition/0.1/", "requires_dist": null, "requires_python": null, "summary": "API client for Microsoft Cognitive Services (Speaker Recognition)", "version": "0.1" }, "last_serial": 2568470, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "eb8b81aa3cc3a147e6910718fe3867f2", "sha256": "91a3b20945a6a33f895965dcc9ecb3da9f218bcaaffa589407fe71e13443ac7f" }, "downloads": -1, "filename": "ms-cognitive-speaker-recognition-0.1.tar.gz", "has_sig": false, "md5_digest": "eb8b81aa3cc3a147e6910718fe3867f2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3614, "upload_time": "2017-01-12T00:07:50", "url": "https://files.pythonhosted.org/packages/0d/a5/8cb2c4745c402e756b5e21495bd736c5cf298d72ec8433394a5cb372464c/ms-cognitive-speaker-recognition-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "eb8b81aa3cc3a147e6910718fe3867f2", "sha256": "91a3b20945a6a33f895965dcc9ecb3da9f218bcaaffa589407fe71e13443ac7f" }, "downloads": -1, "filename": "ms-cognitive-speaker-recognition-0.1.tar.gz", "has_sig": false, "md5_digest": "eb8b81aa3cc3a147e6910718fe3867f2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3614, "upload_time": "2017-01-12T00:07:50", "url": "https://files.pythonhosted.org/packages/0d/a5/8cb2c4745c402e756b5e21495bd736c5cf298d72ec8433394a5cb372464c/ms-cognitive-speaker-recognition-0.1.tar.gz" } ] }