Need to build a realtime AI voice conversation bot with twilio #1532
Replies: 3 comments 3 replies
-
I think since there is already a chatbot, as long as the output of the chatbot is taken as input, fed into the TTS model, and then converted into voice for playback, it will work. For the user’s feedback, you can first record it, then input the audio into Whisper to convert it into text, and then input it into the chatbot. This is a bit like the talk-llama in the examples. |
Beta Was this translation helpful? Give feedback.
-
If you're trying to build something quickly, maybe a SaaS service like https://vapi.ai/ is worth looking into. They support Twilio, I believe. |
Beta Was this translation helpful? Give feedback.
-
I am new to AI, i am primarily a backend engineer, i have been given a task to create an AI voice conversation assistant which is connected to twilio and can talk to customer, understand what they want such as refund/bookTable/placeAnOrder etc ,we have already built a chatbot with OPENAI Assistant, now we want to add conversation over top of it, i really dont know where to start, but i want to create a prototype as soon as possible, it would be really helpful if anyone can give me some kind of roadmap
Beta Was this translation helpful? Give feedback.
All reactions