DEV Community

Cover image for Your personal fitness trainer at your service!
Shubrah Gupta
Shubrah Gupta

Posted on

Your personal fitness trainer at your service!

This is a submission for Twilio Challenge v24.06.12

I used to be hesitant about fitness, worrying about how much effort it would take and what might happen if I did an exercise wrong. I thought it would be too much work, but then I just went for it. Guess what? It's awesome! Fitness is the best way to prolong your life, live to your maximum potential, and keep yourself free from illness. And we've created just the thing you need to get started!

What We Built

We(@khemraj_bawaskar_f283a984 and I) have developed a fitness bot on Whatsapp designed to support and enhance your fitness journey. Our fitness bot offers motivational fitness quotes, assists in planning your workouts and diet, and schedules reminders to ensure you stay hydrated and eat your meals on time. You can also ask the bot any fitness-related queries, and it will provide the best possible answers and advice.

Demo

Twilio and AI

We have leveraged the WhatsApp Sandbox feature of Twilio to create a bot that utilizes a webhook link for a Flask server. By integrating Azure OpenAI LLM for advanced AI capabilities and Twilio's voice call feature, our bot can call users to remind them about their scheduled reminders.

We have certain commands such as '/tip' or '/dietplan' or '/workoutplan' or '/reminder' or '/query' to generate the response from the bot.

To get into the sandbox, follow this:
Whatsapp Sandbox
This link can help you get started with the Twilio Whatsapp sandbox: https://www.twilio.com/docs/whatsapp/sandbox

When the sandbox starts, the user can get started with '/start' command, which throws the following message:

Hi, start your wellness journey now. please use '/tip' or '/dietplan' or '/workoutplan' or '/reminder' or '/query' tag along with the information needed.

These templates can be used:

'/dietplan weight: 50Kg, height: 5 feet, purpose: muscle-enhancement, non-veg food'

'/workoutplan weight: 50Kg, height: 5 feet, purpose: leg-muscles-enhancement, exercise mode: mid'

'/query I am unable to feel my back-muscle while doing lat-pull downs. What should I do to improve?'

'/reminder Please set an call reminder for lunch at 2 PM on 25/06/2024'

'/tip'

The user can accordingly use the commands and get responses.

  1. /tip: Provides motivational fitness/workout quotes to keep you inspired.
  2. /reminder: Helps to schedule a reminder with a time and description, and a voice call comes at the scheduled time to remind the user.
  3. /query: The bot answers the query with the best possible suggestions.
  4. /workoutplan: The bot creates a workout plan for the user for a day according to the given weight, height, purpose of the workout, and intensity of the exercise mode.
  5. /dietplan: The bot creates a diet plan for the user for a day according to the given weight, height, purpose of the diet(for bulking/cutting/normal muscle growth), and preference of the food(veg/non-veg).

Checkout our Github repo: FitnessBot repository

Additional Prize Categories

Our team believes that our submission of the fitness bot qualifies for two of the categories:

  1. Twilio Times Two: We have utilized two APIs provided by Twilio: the voice calling API and the WhatsApp Sandbox messaging API.

  2. Impactful Innovators: We believe this project can drive a positive impact on society by promoting fitness. Beginners can overcome their nervousness by asking the bot relevant questions, helping them become more fit and start their fitness journey with confidence.

Top comments (2)

Collapse
 
harsh9838 profile image
Harsh Vardhan

Incredible!

Collapse
 
keerthana_p_f49da22e47be0 profile image
Keerthana P

Great job