Workout Planner – AI Powered Workout Generator
This is an AI-powered workout planner app built using Flutter for the frontend, Altogic for the backend and integrated with OpenAI’s ChatGPT-3 APIs. The app allows users to create custom workout routines based on their individual needs, preferences, and goals.
Getting Started
To get started with the app, follow these steps:
- Clone this repository to your local machine
git clone [email protected]:zinedkaloc/ai-workout-planner.git
- Set up the development environment for Flutter as per the official documentation
- Create an Altogic account and set up the backend APIs
- Set up OpenAI ChatGPT-3 API credentials and endpoints
- Add the necessary API endpoints to the
work_out_plan.dart
file - Run the app on an Android or iOS device or emulator
flutter run
Full tutorial on how to build AI-powered workout planner app with flutter is available on Altogic blog
Technologies Used
- Flutter
- Altogic
- OpenAI
Screenshots
License
This project is licensed under the MIT License
Comments are closed.