šŸš€ Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more →
Socket
Sign inDemoInstall
Socket

ms-cognitive-speaker-recognition

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ms-cognitive-speaker-recognition

API client for Microsoft Cognitive Services (Speaker Recognition)

0.1
PyPI
Maintainers
1

ms-cognitive-speaker-recognition (cognitive_sr)

Python 2/3 client for the Microsoft Speaker Recognition API (Microsoft Cognitive Services)

https://www.microsoft.com/cognitive-services/en-us/speaker-recognition-api

See the examples folder for end to end demonstration.

.. code-block:: python

import cognitive_sr

speech_identification = cognitive_sr.SpeechIdentification(subscription_key)

result = speech_identification.identify_profile(profile_ids, wav_data)

print('Identified wav as profile: ', result['identifiedProfileId'])
print('Confidence is: ', result['confidence'])

Installation

To install, simply:

.. code-block:: bash

$ pip install ms-cognitive-speaker-recognition

Keywords

speaker

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts