Skip to content

Latest commit

 

History

History
101 lines (49 loc) · 4.6 KB

File metadata and controls

101 lines (49 loc) · 4.6 KB

If you’re new to WordWare.ai, check out my previous blogs on how to build a basic AI app using their platform. Once you’re familiar, you’ll realize how simple it is to get started.

Please check out:


Let’s Build a Personal VoiceBot:

1. Sign in to Wordware.ai 🔑

🚀 Head over to Wordware.ai and log in to get started!


2. Create a New Project 🛠️

3. Create a Flow:

Tap Create a New Flow to begin the magic, Name it, and set the input type.

4. Greeting the User:

First, I wanted my assistant to greet me and, if it’s a new user, provide a brief introduction like:

“Hey, I am your personal assistant. How can I help you today?”

For this, I used ElevenLabs’ text-to-speech API to generate the output.

Screenshot 2024-12-20 at 3 42 56 AM

5. Taking the User’s Query

Next, the VoiceBot takes the user’s query as an audio input.

Screenshot 2024-12-20 at 3 44 55 AM

6. Web Search for Responses

I used a web search based on the user’s query to gather relevant information. By just entering ‘/’ for commands.

Screenshot 2024-12-20 at 3 46 59 AM

Note: The most important and easiest task, add ai generation ( placeholder to add LLM completion).

Screenshot 2024-12-20 at 3 50 51 AM

7. Generating a Response

Last, the VoiceBot produces a brief summary based on the Web search results (I used Claude 3.5 LLM here), which totals 100 words at most because, come on, let AI be intelligent and precise.

Screenshot 2024-12-20 at 3 49 09 AM

And tadaaaaa….. it’s ready! 🎉

Screenshot 2024-12-20 at 4 03 07 AM

Currently, I am trying to improve it with the new features. So, this is a simple demo of my app, which I did in a few minutes.

Go ahead, give it a shot, and enjoy creating something awesome. I’m excited to hear how it turns out!


  • Application:

https://app.wordware.ai/explore/apps/6a3ab4be-74e2-4ffe-8148-a7bfe0d8187a

  • Contributing:

Do you have any project ideas in your mind? Would you be interested in contributing? I welcome your improvements and ideas.

Happy Coding!!! 😄 🤜🤛