- Personalized Workouts: Ripped tailors workout plans based on user preferences, fitness levels, and goals.
- Monitoring Calories: The application allows you to calculate the calories for any eatable/food item.
- Customised Healthy Recipes: Ripped provides customized healthy recipes, curated just for you, taking your dietary restrictions into consideration as well.
- BMI Calculator: Ripped's BMI calculator is simple yet effective in helping you know where you lie on the health index.
- AI Health Assistant: Users can interact with our AI Assistant and discuss their health issues, progress, or any other queries that they may have.
Follow these steps to get Ripped up and running on your local machine:
- Clone the Repository:
git clone https://github.com/syedzubeen/ripped-mindsdb-project.git cd app
- Create a Virtual Environment:
python -m venv venv Linux: source venv/bin/activate Windows: venv\Scripts\activate
- Install Dependencies:
pip install requests, asyncio
- Create an env_vars.txt file in the app directory with the following content:
USERNAME=<MindsDB Cloud Username> PASSWORD=<MindsDB Cloud Password>
- Run the Application:
flask run
- Access the Application:
Open your web browser and navigate to http://localhost:5000 to access Ripped.
This repository is maintained actively, so if you face any issue please raise an issue.
Give the repository a star :)
Ripped is licensed under the MIT License.