MyFitnessAI is a simple workout generator app, built in just a few hours. It utilizes the GPT-3.5 API to create personalized workouts for users.
- Quick and easy AI-generated workout plans based on user preferences.
- Supports various fitness levels, goals, and workout styles.
- Adapts to individual equipment availability and workout environments.
- Includes optional warm-up and cooldown exercises within generated plans.
- Addresses specific target muscle groups and user concerns, such as soreness or injuries.
The following technologies were used to build MyFitnessAI:
- React / Vite: The frontend library for building the user interface.
- Node.js: The runtime environment for executing server-side JavaScript.
- Express: The backend framework for handling API requests.
- Joi: Validation library for ensuring data integrity.
- GPT-3.5 Turbo: OpenAI's API used to generate the personalized workouts.