Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lindt/aimlanz
Insurance Chat Bot Mockup
https://github.com/lindt/aimlanz
Last synced: 2 days ago
JSON representation
Insurance Chat Bot Mockup
- Host: GitHub
- URL: https://github.com/lindt/aimlanz
- Owner: lindt
- License: mit
- Created: 2016-11-22T21:07:12.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-22T22:01:57.000Z (about 8 years ago)
- Last Synced: 2024-11-08T11:56:33.659Z (about 2 months ago)
- Language: Python
- Size: 1.63 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# aimlanz - Insurance Chat Bot Mockup
Goal is to reduce service and acquisition costs for insurance companies.
Getting the insurance needs for the customer out of a conversation.Chat Bot based on AIML - Artifical Intelligence Markup Language
## Advantages
- based on existing NLTP technology
- Usage of aiml for insurance specific questions and knowledge acquisition
- Offers are calculated in Python itself to be able to query existing databases## Example usage
It loads a special tailored insurance aiml file
`Loading allianz.aiml... done (0.00 seconds)`Then you can interact with the bot and
`Enter your message >> my dogs name is Mike`Answer:
`That is interesting that you have a dog named Mike`Ask for insurances:
`Enter your message >> what personal offers do you have?`Answer:
`Your personal offers are: A generic dog insurance,but we can tailor it to your need if you tell us your dogs race. If you take them all, you will get 5% discount`Add more details on the Dog:
`Enter your message >> my dog is a pitbull`Answer:
`These days many people have pitbull dogs`Ask again for insurances:
`Enter your message >> what personal offers do you have?`Answer:
`Your personal offers are: A dog insurance for your pitbull If you take them all, you will get 5% discount`Add more personal details:
`Enter your message >> i have a car from BMW`Answer:
`That is interesting that you have a car from BMW`Ask for insurances and now also get a car insurance offered:
`Enter your message >> what personal offers do you have?`Answer:
```Your personal offers are: A car insurance
A dog insurance for your pitbull If you take them all, you will get 10% discount```