Bourbon is an AI gym partner designed to help fitness enthusiasts by providing a curated list of exercises and diet plans according to their available equipment, region, culture, and physical disabilities.
- Curated Exercise List: Personalized exercises based on available equipment and physical limitations.
- Regional Diet Plans: Customized diet plans according to regional and cultural preferences, including veg and non-veg options.
- Gemini API Integration:
- Exercise and Diet Crafting: Streamlined exercise and diet plans using Gemini API.
- Calorie Counting: Check calorie counts for specific foods and evaluate the nutritional content of whole meals.
- Recipe Crafting: Create meal recipes as per the diet plan and suggest additional diets based on household availability.
To get started with Bourbon, follow these steps:
- Clone the repository:
git clone https://github.com/AbhigyaKrishna/Bourbon.git
- Navigate to the project directory:
cd Bourbon
- Build the project using Gradle:
./gradlew build
We welcome contributions! To contribute, please follow these steps:
- Fork the repository
- Create a new branch (
git checkout -b feature-branch
) - Make your changes
- Commit your changes (
git commit -am 'Add new feature'
) - Push to the branch (
git push origin feature-branch
) - Create a new Pull Request