Eva is an attempt to build an open, extensible voice assistant app. Most voice-based assistants are proprietary and expensive. There is no doubt that big companies have spent lot of time and money building these assistants and it is very visible from the quality of speech recongition in these tools that a lot has gone into building them. However, there is a need for a open app in this space given the privacy concerns.
Eva is also an attempt to see how far we could go using web standards in building speech-driven web apps.
You will need the following things properly installed on your computer.
git clone <repository-url>
this repositorycd eva-web
npm install
bower install
ember serve
- Visit your app at http://localhost:4200.
Make use of the many generators for code, try ember help generate
for more details
ember test
ember test --server
ember build
(development)ember build --environment production
(production)
Specify what it takes to deploy your app.