vishnun / smart-conversations

A simple web speech api based tool to highlight certain words based on context of the conversation to trigger thinking on the topic

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

smart-conversations

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.

About

A simple web speech api based tool to highlight certain words based on context of the conversation to trigger thinking on the topic

License:Apache License 2.0


Languages

Language:JavaScript 49.0%Language:CSS 30.1%Language:HTML 20.0%Language:Python 0.9%