Skip to content

vamsib/eva-web

Repository files navigation

Eva-web

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.

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone <repository-url> this repository
  • cd eva-web
  • npm install
  • bower install

Running / Development

Code Generators

Make use of the many generators for code, try ember help generate for more details

Running Tests

  • ember test
  • ember test --server

Building

  • ember build (development)
  • ember build --environment production (production)

Deploying

Specify what it takes to deploy your app.

Further Reading / Useful Links

About

Extensible Voice Assistant

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published