shivkanthbuddha / IKNOW

A Voice based Insurance assistant which serves the needs of Top management of an insurance company to take decisions which affect the the company's bottom line

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IKnow

Build Status

The Insurance assistant which serves the needs of Top management of an insurance company to take decisions which affect the the company's bottom line.

  • It is Voice based application (Voice bot) runs on Amazon echo ( Alexa )
  • it is build using the JOVO Framework

New Features!

  • Multi lingual capabilities
  • Integration with Google sheets ( Seperates the content with application logic)

It is Voice based application (Voice bot) runs on Amazon echo ( Alexa ) and and Google Home (Google Assistant) Devices Since it is build using the JOVO Framework

Technologies

IKnow uses a number of open source projects to work properly:

  • Jovo Framework -Application Framework
  • Alexa SDK - Amazon's Software development kit to develop voice based application for Alexa devices ( Alexa Skills)
  • Google Actions - Google's Software development kit to develop voice based application for Google Home devices ( Google Actions
  • AWS Lambda - AWS Lambda lets you server side code without provisioning or managing servers (prod).
  • Node.js - evented I/O for the backend

Installation

# Install node (npm) dependencies
$ npm install

# Builds the files for your alexa skill and google actions  ( optional:  Use this command post local changes )
$ jovo build

# Deploys this new  skill to your Alexa developers account @ https://developer.amazon.com/alexa/console/ask
$ jovo deploy

# Start the Server ( jovo web hoot url will appear on the console e.g. https://webhook.jovo.cloud/1fdd42ff-7057-4841-a4cf-1234567890)
$ jovo run watch 

Note : jovo deploy - automatically deploys the to alexa developers account but google actions needs manual intervention click me to know more

Demo

Traverse to your alexa developers account @ alexa demo page for a demo

Alternate Demo

Traverse to the jovo web hook url for a demo

Development

Want to contribute? Great!

Todos

  • Unit test cases
  • Data model

License

MIT Free Software

Happy Path user utterances

  • Start i Know
  • what are the total policy revenues ?
  • What are the total claim costs ?
  • how much are the Underwriting expenses ?
  • Is the company making profit or loss ?

About

A Voice based Insurance assistant which serves the needs of Top management of an insurance company to take decisions which affect the the company's bottom line

License:Apache License 2.0


Languages

Language:JavaScript 100.0%