1
0
Форкнуть 0
Python SDK for the Microsoft Speaker Recognition API, part of Cognitive Services
Перейти к файлу
MIDDLEEAST\mosher 78aace1983 Merge branch 'mosher/OSTCompliance' 2018-03-20 15:02:53 +02:00
Identification Switch to new APIM domain 2017-01-17 18:11:05 +02:00
Verification Switch to new APIM domain 2017-01-17 18:11:05 +02:00
CONTRIBUTING.md Updated ReadMe & Contributing (#1) 2016-07-06 11:20:05 -07:00
LICENSE-IMAGE.md Add contributing & license files 2016-06-15 14:35:54 -07:00
LICENSE.md Add contributing & license files 2016-06-15 14:35:54 -07:00
README.md Removed obsolete code of conduct, and data collection disclaimer. 2018-03-20 15:01:47 +02:00

README.md

Microsoft Speaker Recognition API: Python Sample

This repo contains Python samples (using Python 3) to demonstrate the use of Microsoft Speaker Recognition API, an offering within Microsoft Cognitive Services, formerly known as Project Oxford.

Run the Sample

First, you must obtain a free Speaker Recognition API subscription key by following the instructions on our website.

To use this sample application, there are four different scenarios:

  1. Create a user profile: python Identification\CreateProfile.py <subscription_key>
  2. Print all user profiles: python Identification\PrintAllProfiles.py <subscription_key>
  3. Enroll user profiles: python Identification\EnrollProfile.py <subscription_key> <profile_id> <enrollment_file_path>
  4. Identify test files: python Identification\IdentifyFile.py <subscription_key> <identification_file_path> <profile_ids>...

Contributing

We welcome contributions. Feel free to file issues and pull requests on the repo and we'll address them as we can. Learn more about how you can help on our Contribution Rules & Guidelines.

You can reach out to us anytime with questions and suggestions using our communities below:

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

License

All Microsoft Cognitive Services SDKs and samples are licensed with the MIT License. For more details, see LICENSE.

Sample images are licensed separately, please refer to LICENSE-IMAGE.