Skip to content

syedzubeen/ripped-mindsdb-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Ripped - AI Powered Health Solution

logo

Ripped is a Flask-based web application that harnesses the power of AI to promote fitness and a healthy lifestyle. With its user-friendly interface and intelligent features, Ripped aims to encourage individuals to embark on their journey towards improved health and fitness.

Features

  • Personalized Workouts: Ripped tailors workout plans based on user preferences, fitness levels, and goals.

transformation_gif

  • Monitoring Calories: The application allows you to calculate the calories for any eatable/food item.

caloriecounter_gif

  • Customised Healthy Recipes: Ripped provides customized healthy recipes, curated just for you, taking your dietary restrictions into consideration as well.

recipe_gif

  • BMI Calculator: Ripped's BMI calculator is simple yet effective in helping you know where you lie on the health index.

bmiindex_gif

  • AI Health Assistant: Users can interact with our AI Assistant and discuss their health issues, progress, or any other queries that they may have.

aiassistant

Getting Started

Follow these steps to get Ripped up and running on your local machine:

  1. Clone the Repository:
    git clone https://github.com/syedzubeen/ripped-mindsdb-project.git
    cd app
    
  2. Create a Virtual Environment:
    python -m venv venv
    Linux: source venv/bin/activate
    Windows: venv\Scripts\activate
    
  3. Install Dependencies:
    pip install requests, asyncio
    
  4. Create an env_vars.txt file in the app directory with the following content:
    USERNAME=<MindsDB Cloud Username>
    PASSWORD=<MindsDB Cloud Password>
    
  5. Run the Application:
    flask run
    
  6. Access the Application:
    Open your web browser and navigate to http://localhost:5000 to access Ripped.
    

Issue

This repository is maintained actively, so if you face any issue please raise an issue.

Liked the work!

Give the repository a star :)

License

Ripped is licensed under the MIT License.