Gym Trainer
Gym Trainer is a chatbot specifically designed to assist users with fitness and workout-related inquiries.
비디오
설명
Gym Trainer Gym Trainer is a chatbot specifically designed to assist users with fitness and workout-related inquiries. By integrating extensive data about various exercises, workout routines, and fitness goals into a large language model (LLM), this chatbot provides tailored workout plans, nutrition advice, and fitness tips for users of all experience levels.
Features Interactive chatbot interface for fitness and workout-related questions. Extensive database of exercises, workout plans, and nutrition advice. Personalized workout and diet recommendations based on user queries. Real-time tracking of fitness progress and goal suggestions. Installation To get started with Gym Trainer, follow these steps:
Clone the repository:
git clone https://github.com/your-username/gym-trainer.git cd GymTrainer
Install the Gaia Node by running the following command: curl -sSfL 'https://github.com/GaiaNet-AI/gaianet-node/releases/latest/download/install.sh' | bash
Run the following command to update your config.json to run with a small language model: gaianet init --config https://raw.githubusercontent.com/harishkotra/Gaia-8G/refs/heads/main/config_8g.json
Start the node: gaianet start
How to Use Open your web browser and navigate to the generated link. Start interacting with the chatbot by typing your fitness-related questions (e.g., workout routines, muscle-building exercises, diet plans).
License This project is licensed under the MIT License. See the LICENSE file for details.
해커톤 진행 상황
During the hackathon, we developed Gym Trainer, a chatbot designed to provide personalized workout plans and fitness advice. Using a large language model (LLM), the chatbot offers tailored recommendations for exercises, routines, and nutrition based on user input. We focused on integrating an extensive fitness database and real-time goal tracking to enhance the user experience, overcoming challenges in creating personalized plans for diverse fitness levels.