Inspiration

I recently began my weight loss journey and wondered if I can use AI to generate tailored workout sessions and also plan my meals to meet my daily calorie deficit goal.

What it does

Gym Wizard is an online AI tool powered by OpenAI. The goal of this project is to demonstrate how generative AI can be used in providing quick and easy advise for beginner and experienced gym goers. Gym Wizard can generate a workout plan, recommend meal plans to help you meet your calorie deficit and also identify and advise on how to use gym machines and equipment.

How we built it

Gym Wizard was developed using C# and .NET 8 for the frontend and backend. Gym Wizard use OpenAI API for generating suggestions for users. Also the code was written to convert user input into well structured prompts and well translate prompts into well structured html for the web application.

Challenges we ran into

Converting user input into prompts was very challenging. The right input need to be structured well to fit the prompt style queries expected by the OpenAI API to get the best tailored results. Also structuring the result to fit a web application was quite challenging.

Accomplishments that we're proud of

First Generative AI application!!

What we learned

Learned a lot about developing prompt based generative AI applications. Also learned a lot about using OpenAI for developing content and applications.

What's next for Gym Wizard

Gym Wizard is available to clone for any users on a weight loss journey.

Built With

Share this project:

Updates