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
- 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
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
# 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
Traverse to your alexa developers account @ alexa demo page for a demo
Traverse to the jovo web hook url for a demo
Want to contribute? Great!
- Unit test cases
- Data model
MIT Free Software
- 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 ?