Inspiration: I wanted to find a working, unsuspicious, training plan that was free for me based on my BMI and that could help me but I didn't. I did some research and learned about how humans gain and lose weight and muscle mass. This paved the way for the Diet generator portion. I also looked at the most effective exercises for specific muscle groups; creating the training plan! The use was for me, until I realized how much it could help others start their fitness journey.
What it does: You input your height, weight, age, gender, activity level, and preferences for weight loss and gain to get your tailored diet plan and training plan. They follow the pattern of 3 sets 3-5 times a week due to their intensity.
How we built it: I utilized Python to create this project and there are a few functions I made, not so difficult to understand, but were crucial to the plan.
Challenges we ran into: There was a rounding issue that I had, because I started coding a month ago, but I fixed it using some logical thinking:
Issue: I wanted to round to the tens place value Solution: '''print(round(variable_x, -1), "text....") puts "xxx0.0 text...." '''
Log in or sign up for Devpost to join the conversation.