New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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
  • Socket score

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

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc