- using Mirosoft Speaker Recognition REST API (Preview)
- require NodeJS, npm, MongoDB, React
- Clone the directory
- Replace the Azure subscription key in the .env file if necessary
- Open terminal and execute
npm i
inside the root directory - Navigate into the client folder and execute
npm i
- Run MongoDB by opening another terminal and execute
mongod
- Execute
npm start
in the root directory
[Recorderjs] (https://github.com/mattdiamond/Recorderjs) [Speaker Recognition API] (https://github.com/rposbo/speaker-recognition-api)