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

LanguageXange/node-assist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Update:

The live demo is no longer working as Heroku has removed free dynos plan 😭 Please find alternatives for hosting.

Simple Voice Assistant with Socket.IO, Web Speech API, & Express.

Demo App

Check out the live demo here

For it to work, please make sure to enable the microphone access and allow pop-ups.

When you mention the keywords such as "code", "developer", "get hired", "get started", the voice assistant will open a new page related to the keyword.

If you go to index.js, you will see an array of hardcoded keywords.

Not sure how to work with Node.js? Check out Adam's Complete Node.js Developer Course

More Resources

  1. Speech Recognition
  2. Speech Recognition Browser Compatibility
  3. Socket IO Emitting Events
  4. Heroku deployment with Git