The voice API doesn't work when opening the html file directly.
Have to serve HTML on localhost.
- Run command
npm install http-server -g
- Inside this folder, run command
http-server
References:
- fuzzyset.js: http://glench.github.io/fuzzyset.js/, helps matching potentially erroneous user inputs (most commonly typos) to a known set of words.
- vuetify: https://github.com/vuetifyjs/vuetify, helps creating clean-looking forms and tables.
- apexcharts: https://github.com/apexcharts/apexcharts.js, helps creating simple pie charts.
- speechly: https://docs.speechly.com/quick-start/, offers an API that enables real-time speech recognition and parsing.
- https://healthyeater.com/calories-burned, provides info about calories burned after doing various common activities.