daspinola / speech-to-emotion

Convert speech into positive/neutral/negative reactions with Chrome and Node.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Speech to emotion

Speak to the microphone and get a reaction if your sentence was positive, neutral or negative

Make it run

  • Clone the repository
  • In the terminal install the dependencies with npm install
  • Run npm run start
  • For development npm run start-debug is preferable

Contributing

This is a reference repository for this article and this video so I will only look into accept any bug fix or improvement that doesn't vastly change the current content.

On the other hand, you're encouraged to fork and improve it in your own repository, let me know what you come up with ^^.

About

Convert speech into positive/neutral/negative reactions with Chrome and Node.js

License:MIT License


Languages

Language:JavaScript 71.0%Language:CSS 18.4%Language:HTML 10.6%