Git Product home page Git Product logo

ka-vr's Introduction

##KA-VR - Web Assistant for the World

KA-VR

LOGO

Description

KA-VR is a virtual assistant that uses natural language processing to listen to a user's voice to execute tasks. Machine learning algorithms are implemented in such a way that KA-VR progressively learns a user's choice of words, such as actions, verbs, and context.

Table of Contents

##Technology Stack

  • React.js
  • Redux
  • Three.js
  • Node.js
  • Express
  • Neo4j
  • MySQL
  • MongoDB
  • Redis
  • Docker
  • Amazon Web Services

##Example / Usage Sign up for an account by going through the user flow. Once an account is established, voice commands can be used to search for web images, grab a video, get the weather for a location, or bring up top restaurant recommendations.

GIF

Example Voice Commands:

  • Calculate 32 divided by 4
  • Search Yelp for Coffee Shops in San Francisco
  • Play Video of Dogs
  • Search for news of San Francisco

A helper modal can be brought up by saying "help" after pressing "start".

Additionally, a command text box is available for commands to be entered.

##Getting Started

Requirements

Go to the following sites and follow the directions to get API keys:

Installing Dependencies

On every service's root directory where package.json file lies, run:

npm install

Create a .env file that includes the following API keys (Open Weather Map, YouTube, Yelp) in the apiserver service root directory:

APPID=''
YOUTUBE_API_KEY=''
YELP_CONSUMER_KEY=''
YELP_CONSUMER_SECRET=''
YELP_TOKEN=''
YELP_TOKEN_SECRET=''

On the main start folder, run:

bash start.sh

On separate terminal windows, run:

mongod
redis-server
mysql.server start
npm run seed

Download Neo4j, open the directory of the database, and start the application.

Go to localhost:3000 to see the application.

Architecture

High Level Architecture

Architecture

Future Road Map

  • Improve machine learning algorithm
  • Integrate Google Calendar as a widget on the dashboard
  • Gmail notifications
  • Additional authentication methods, such as Google
  • Soundcloud music
  • Spotify music
  • Uber estimated times, requests

Team Members

Team

Product Owner: Rodaan Rabang

Scrum Master: Victoria Tran

Development Team: Alex Lee, Kent Lee,

"Distributed under the MIT License."

ka-vr's People

Contributors

digitized avatar hellofromv avatar kqlee avatar rodaan avatar

Stargazers

 avatar

Watchers

 avatar  avatar

ka-vr's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.