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
- Register @ twilio to get a free trial number + some free credits.
- Register @ Vapi for free - you get $10 free credits too.
- 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.
Twilio Account SID and Auth Token can be obtained here.
- 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.
- 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.
This project is licensed under the MIT License.