Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.

Commit

Permalink
Merge pull request #18 from khyew/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
yungshinlintw committed Jan 27, 2016
2 parents b8c1061 + 45d6b3d commit 086c459
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions SpeakerRecognition/Python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,19 @@ key management](<http://www.projectoxford.ai/doc/general/subscription-key-mgmt>)
To use this sample application, there are four different scenarios:

1. Create a user profile: Execute the following command

python Identification\CreateProfile.py <subscription_key>

2. Print all user profiles: Execute the following command

python Identification\PrintAllProfiles.py <subscription_key>

3. Enroll user profiles: Execute the following command

python Identification\EnrollProfile.py <subscription_key> <profile_id> <enrollment_file_path>

4. Identify test files: Execute the following command

python Identification\IdentifyFile.py <subscription_key> <identification_file_path> <profile_ids>...

Microsoft will receive the audio files you upload and may use them to improve
Expand Down

0 comments on commit 086c459

Please sign in to comment.