Voice Bot using Rasa and Botium Speech Processing tool

Hello everyone,

I have created a video tutorial on how to develop a Voice Bot using opensource tools like RASA & Botium Speech Processing.

check it out here:

Github Repo Links:

Botium Speech Processing tool:

Voice User Interface(VUI):

RASA Bot:

I hope this is helpful for many :relaxed:

3 Likes

Watched all 3, this looks good!

You mention running it locally. I see you’re on a mac (which I have), but my work machine is windows. Have you tried this on windows? If not, do you see any issue trying to get it to work since it’s mostly in docker?

Hey @jonathanpwheat, I haven’t tried on windows but it should work since it’s running on docker :blush:

Hello @JiteshGaikwad i am using gspeech-api Google Speech API which directly uses client library to make calls to rasa server. You are directly making HTTP calls in script.js of your voice UI GitHub - JiteshGaikwad/Voice-UI: Voice User Interface for integratin Botium Speech Processing tool & RASA. How to directly use library here.

@JiteshGaikwad Please help me. Once I run

docker-compose up -d

It is not starting the services and give following error.

@JiteshGaikwad can you please tell how to integrate this further with Asterisk? I am planning to build a IVR system.