A survey conducted by the Centers for Disease Control and Prevention found that at least 23% of adults in the United States were following a one-size-fits-all diet approach (CDC, 2018). The one-size-fits-all diet approach assumes that all individuals have the same nutritional needs and that a single diet can be universally applied to all people. A study published in the journal Nutrients found that personalized nutrition advice based on individual factors, including age, sex, body size, activity level, genetics, and underlying health conditions was more effective in promoting weight loss, muscle gain, and improving dietary quality than a one-size-fits-all approach (D'Alessandro et al., 2020).
A survey conducted by the International Food Information Council Foundation found that 58% of respondents were interested in personalized nutrition advice based on their individual needs and preferences (IFIC, 2020). This suggests that there is a growing demand for more personalized nutrition guidance.
NutriMind, a mobile software application that uses machine learning to provide personalized nutrition recommendations based on a user's dietary preferences, health goals, and exercise habits. It aims to solve the one-size-fits-all diet approach problem by providing users with tailored nutrition advice.
NutriMind enables users to:
Ideation and Planning (1 week)
Design and Prototype (4 weeks)
Development (12 weeks)
Testing and Launch (4 weeks)
Update the Project Board
Ready
columnReady
column to the In progress
columnClone the Repository (if you haven't already)
git clone https://github.com/nathan-wick/nutrition-ai.git
Enter
to run the commandCreate a New Branch
git checkout -b branchName dev
branchName
with the issue number (For example, a branch for issue #42 would be named 42
)Enter
to run the command
Commit and push your changes
git commit -m "description"
description
with a very short description of the changes you have made (For example, if you updated the README, a good description would be Update README
)Enter
to run the commandgit push
Enter
to run the commandCreate a pull request
New pull request
dev
branchCloses #issueNumber
where issueNumber
is replaced with the issue's numberUpdate the Project Board
In progress
columnIn progress
column to the In review
column