Skip to content
Neha-Setia edited this page Oct 14, 2020 · 3 revisions

Welcome to the covid_health_insurance_assistance wiki!

Short title

Covid Insurance Policy Assistant.

Long title

Covid Health Insurance Policy Assistant to evaluate various insurance providers based on your profile.

Author

URLs

Github repo

Summary

Technologies

  • Python: An open-source interpreted high-level programming language for general-purpose programming.

Description

This Code Pattern will demonstrate a methodology to build an assistant that can answer queries regarding the Covid Insurance Policies of various companies. And it will also compare the policies and top-up related queries given by them. In Watson Assistant, we will create Dialog skills and using the search skill capability to develop a model in Watson Discovery that will understand the policies and provide an interactive interface to the user. This application will come in handy for various insurance brokers and also a layman who wants to know and compare the policies of various companies.

Flow

  1. Upload Documents on the Watson Discovery-to train the model using SDU on various Policy Documents.
  2. Watson Assistant will interact with the User to take personal details.
  3. After collecting personal information, search skill is initiated.
  4. The results will be fetched from the Watson Discovery-where the model has been trained on various Policy Documents.
  5. Showcase the results to the user.

Instructions

Find the detailed steps for this pattern in the readme file. The steps will show you how to:

  • Create Watson Assistant.
    • Create Dialog Skill.
  • Set up Discovery Service.
    • Create a new Collection.
    • Upload the Documents.
  • Integrating Search Skill in Watson Assistant.
  • Copy Integration ID and update to Flask.
  • Run the flask App.

Components and services

Runtimes

  • Python 3

Announcement

Various Insurance Providers have launched their Insurance policies specifically for Covid. In this chaos, it's not possible for a layman to select an appropriate Covid Insurance Policy for them and their families. This application will guide you through various covid insurance policies that you can explore for you and your family. This Code Pattern will demonstrate a methodology to build an assistant that can answer queries regarding the Covid Insurance Policies of various companies. And it will also compare the policies and top-up related queries given by them. The application is purely developed on the IBM Cloud Services-Watson Assistant and Watson Discovery.