https://github.com/girish1729/speechai
Speech activated request response stub
https://github.com/girish1729/speechai
ai angularjs express nodejs synthesizers voice voice-recognition
Last synced: 3 months ago
JSON representation
Speech activated request response stub
- Host: GitHub
- URL: https://github.com/girish1729/speechai
- Owner: girish1729
- Created: 2017-03-16T07:16:44.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-20T11:30:46.000Z (about 8 years ago)
- Last Synced: 2025-01-04T22:22:04.111Z (4 months ago)
- Topics: ai, angularjs, express, nodejs, synthesizers, voice, voice-recognition
- Language: JavaScript
- Size: 2.55 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Speech recognition and voice synthesis stub
===========================================This project attempts to demonstrate how easy it can be
to do voice recognition and voice synthesis using any webkit
enabled browser. At the moment though this does work on Firefox
though it is based on webkit, but things will change soon.
Overview
========Using a simple Angular.js module I demonstrate how
simple it is to talk to an express server to return
an answer for a given question and how the user
can simply talk and listen.There is also a server to simulate an AI replying automaton.
You could simply build a lookup table of strings and return something
based on a pattern match. Possibilities are endless of course.Usage
========```
$ npm install
$ cd public
$ bower install
$ npm start```
Go to [http://localhost;2300](http://localhost:2300/)
Screenshot
========
Contact
=======Girish Venkatachalam