Skip to content

A React web app for testing the Speaker Recognition API of Microsoft in Azure Cognitive Services. It uses the computer's microphone to capture the voice input then sends it as a blob to the express server.

Notifications You must be signed in to change notification settings

karloberas/Speaker-Recognition-React

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Speaker Recognition API Demo

  • using Mirosoft Speaker Recognition REST API (Preview)
  • require NodeJS, npm, MongoDB, React

Instructions

  1. Clone the directory
  2. Replace the Azure subscription key in the .env file if necessary
  3. Open terminal and execute npm i inside the root directory
  4. Navigate into the client folder and execute npm i
  5. Run MongoDB by opening another terminal and execute mongod
  6. Execute npm start in the root directory

References

[Recorderjs] (https://github.com/mattdiamond/Recorderjs) [Speaker Recognition API] (https://github.com/rposbo/speaker-recognition-api)

About

A React web app for testing the Speaker Recognition API of Microsoft in Azure Cognitive Services. It uses the computer's microphone to capture the voice input then sends it as a blob to the express server.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published