Skip to content

Take a risk assessment given by an AI voice assistant underwriter

Notifications You must be signed in to change notification settings

DesmondChoy/ai_underwriter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

AI voice assistant insurance underwriter

Twitter Follow

Nobody enjoys buying life insurance, especially when the underwriting process requires form after form to be manually filled out. Would the process be less painful if customers had the option to complete underwriting by voice via a conversation with an AI voice assistant?

Try taking a short risk assessment yourself! Below are the steps to run it completely in Google colab and have it call your direct number!

Disclaimer: I'm not sponsored by any of the API providers mentioned below. Relevant Vapi docs

Steps

  1. Register @ twilio to get a free trial number + some free credits.
  2. Register @ Vapi for free - you get $10 free credits too.
  3. In Vapi, under Dashboard > Phone Numbers, import the free trial number. After importing, you'll see a UUID (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx). You'll need this later.

image

Twilio Account SID and Auth Token can be obtained here.

  1. In Google Colab secrets, input the following:
  • VAPI_API: Obtained here.
  • TWILIO_NUM: UUID obtained in Step 3.
  • CUST_NUM: Your mobile number, along with country code.
  1. Run the notebook!
    If you're running into geo-permissions errors after running the notebook, set your country to low-risk in twilio.

In my notebook, I opted to run mixtral by Groq. Vapi supports plug-and-play with a wide range of models including GPT4, Claude 3 Opus, etc. You just need to add your API keys. There's also a staggering amount of customization in terms of assistant voices, behaviour, etc.

License

This project is licensed under the MIT License.

About

Take a risk assessment given by an AI voice assistant underwriter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published