Skip to content

AbhigyaKrishna/Bourbon

Repository files navigation

Bourbon

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.

Features

  • 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.

Installation

To get started with Bourbon, follow these steps:

  1. Clone the repository:
    git clone https://github.com/AbhigyaKrishna/Bourbon.git
  2. Navigate to the project directory:
    cd Bourbon
  3. Build the project using Gradle:
    ./gradlew build

Contributing

We welcome contributions! To contribute, please follow these steps:

  1. Fork the repository
  2. Create a new branch (git checkout -b feature-branch)
  3. Make your changes
  4. Commit your changes (git commit -am 'Add new feature')
  5. Push to the branch (git push origin feature-branch)
  6. Create a new Pull Request