A simple web speech api based tool to highlight certain words based on context of the conversation to trigger thinking on the topic
Needs SCSS
Setup SCSS from command line to watch files in styles/scss
directory and output them to public/css
directory.
You can use scout-app.io app for this purpose. It's free!!!
start python server As this is a simple web page. you can start a basic python http server to serve this app on a browser.
From the root directory:
python -m SimpleHTTPServer
Then go to: http://localhost:8000 to see the app.
You can change the default port for the server too.