SlideShare a Scribd company logo
1 of 3
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 02 | Feb 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 2884
Personal Nutritionist using FatSecret API
Gunjan Ghanwat1, Somesh Bankar2, Malini Ghuge3, Deepali Kadam4
1,2,3BE student, Information Technology, Datta Meghe College Of Engineering, Airoli, India
4Professor, Information Technology, Datta Meghe College Of Engineering, Airoli, India
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract-In today’s fast-paced life people arebeingcasual
towards their health and fitness and many of us can not
afford personal nutritionists who can guide our calorie
intake in order to be healthy and active. So we thought to
develop an application that will help people to recommend
food based on their body type and calorie intake capacity.
The classification of the user and based on this classification
recommendation of the food accordingtotheireatinghabits,
these are the two important tasks done in this project. The
user is classified into different body types like Normal,
Overweight, Underweight and Obese by using Naive Bayes
algorithm. For this classification, we are considering factor-
like BMI & Fat-percentage. BMR and Fat-percentage are
other important factors to calculate calorie intake. Based on
the calorie intake and body type food is recommendedtothe
user with the help of Fatsecret API. The system is developed
for the adaptive delivery of the nutrient contents food to be
fit and healthy. This system recommends not only the
nutrient content food but also the recipes regarding that
food. We have developed the website forthisprojectforuser
interaction.
Key Words: FatSecret API, BMI, BMR, fat-percentage,
food recommendation, Naive bayes algorithm
1. INTRODUCTION
Health is an important factor in life. Healthy food has a great
impact on lifestyle quality. Unhealthy food leads to many
health issues. So one should know about what kind of food
items they should eat so that they can live a healthy life.
Every person has a different body structure and a different
living lifestyle. We are considering the different factors like
BMI, BMR and Body Fat-percentage to recommend food to
the user. We are considering the factor BMI provides the
information needed to successfully manage your weight.
Hence it is not a sufficient factor to recommend food to the
user. Every person possesses a different kind of metabolism
i.e. BMR. BMR suggests the intake of calories. Metabolism is
calculated according to your different living habitats.
Different living habitats like some people are living
sedentary lifestyle that they do little ornoexercise,someare
lightly active that they do light exercise or play sports 1-3
days in a week, some are moderately active that they do
moderate exercise or play sports 3-5 days in a week, some
are very active that they do hard exercise or play sports 6-7
days in a week. Based on these different living habits person
possesses the different metabolism. With the help of this we
can find the accurate calorie intake of that person and
suggests the proper nutrient content food do them.
1.1 Why BMI and Body Fat-percentage
BMI is used to classify the user intodifferentbodytypessuch
as normal, overweight, underweight and obese. But BMI
does not work for everyone. Some people’s weight and
height measurements put them in the overweight or even
obese category while in reality, they are lean and muscular.
On the other hand, some people’s BMI indicatesthatthey are
healthy, when they are actually overweight, with little lean
tissue and to much fatty tissue. So, it is important to find out
the Body Fat-percentage with the BMI to classify the user
into a correct body type.
1.2 Why FatSecret API
Recommendation of the appropriate food with their
nutrition value is very essential for the user. FatSecret API is
the best food and nutrition database. It consists of various
food items and their nutrition values. FatSecretAPIprovides
“customer key” and “customer secret “for user
authentication but only for developers. FatSecret provides
different types of API’s like python, Java, REST, PHP, for
developer’s convenience we have used python API. Python
has a fatsecret module which includes many methods such
as Food-search(), Recipe-get(),Food-entries-copy() etc.
2. Methodology
This section discusses what are the requirements of this
project, system architecture andtherequiredtechnologiesto
create it. The first step is to create the user interface. So, for
user interaction, we havedevelopeda website.Wehaveused
Bootstrap for the front end of the website and for the
backend purpose we have used the flask and MySQL for the
database connection. User inserts information like
weight(kg), height(cm), gender , daily-routine and age.
Based on this information the user’s BMI, BMR and Fat-
percentage are calculated and based on these factors the
user is classified as normal, overweight, underweight and
obese This process is diagrammatically is represented as
shown in the fig. To Calculate BMI, we have taken the height
and weight of the user.
Fig-1: Flow of Calculation
Calculate BMR, for determining the calories intake of a
person. For more accuracy of classification,wecalculatedfat
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 02 | Feb 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 2885
percentage. BMI is calculated by the equation. Based on the
above information user is classified as normal, over-weight,
under-weight and obese using the Naive Bayes algorithm
and overall calorie intake of a user is also calculated using
formulas. The lifestyle of the user is also considered for
calculating calorie intake.
To find Calorie intake another factor considered is the
Activity level of the user. The table for the Activity level and
based on its calorie intake value is given in the table 1.
Table -1: Calorie intake based on activity level
Activity Level Calorie
(kcal)
Without workout 2,000 -2,050 kcal
For Less physical
activities
2,050-2,500 kcal
For moderate level of
physical activities
2,500-2,605 kcal
For the extreme level of
physical activity.
2,605-2,670 kcal
Very intensive physical
activity.
2,800-3,000 kcal
2.1 Recommendation of Food
Based on the recommended calorie intake, food issuggested
to the user. In our project based on the user body
requirements of the nutrientssuchasprotein,carbohydrates
and fats food are recommended. The following is the
flowchart that shows how calorie intake will divide into
nutrients requirements for a particular user.
Fig-2: Flow of division of calories
Fat secrete API plays an important role in the process of the
recommendation of the food to the user. The food dataset is
available in fat secrete API useful for the food
recommendation. The general food dataset is generated by
referring the “Food and Nutrition” book provided by the
government. Based on generic food data food is classified as
high-protein, high-fat, high-carbohydrates. Further withthe
help of FatSecret API more variety of food recommended
based on user calorie intake. The following figure shows the
detail food recommendation process.
Fig-3: Flow of selection of foods
Website developed in this project for the user interface will
keep the track of the user’s fitness monthly. So that user can
analyse themselves based on their body structure.
3. CONCLUSION
The working of the project is based on two main processes
like Body-type Classification and Food-Recommendation.In
Body-Type Classification we intend to classify theusermore
significantly and accurately by considering various aspects
like BMI, BMR and Fat-percentage. Whereas in Food-
Recommendation, the food based on user’s calorie intake is
recommended based on the generic food database created
by referring the Book of Food and Nutrition values. Further,
more varieties of the recommended food and it’s nutritional
values are provided to the user with the help of Fat-secret
API.
ACKNOWLEDGEMENT
We express our sincere thankfulness to our Project Guide
Prof. Deepali Kadam for her successful guidance to our
project. Without her help, it would be a tough job for us to
accomplish this task. I thank our Guide for her consistent
guidance, encouragement, and motivation throughout our
period of work.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 02 | Feb 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 2886
REFERENCES
[1] Kovasznai, Gergely."Developinganexpertsystemfor diet
recommendation."2011 6th IEEE International Symposium
on Applied Computational Intelligence and Informatics
(SACI).IEEE, 2011.
[2] Kim, Jong-Hun, et al. "Design of diet recommendation
system for healthcare service based on user information."
2009 Fourth International ConferenceonComputerSciences
and Convergence Information Technology. IEEE, 2009.
[3] Javadi, Bahman, etal."Smartnutritionmonitoringsystem
using heterogeneous Internet of Things
platform." International Conference on Internet and
Distributed Computing Systems.Springer, Cham, 2017.
[4] Husain, Wahidah, et al. "Application of data mining
techniques in a personalized diet recommendation system
for cancer patients." 2011 IEEE Colloquium on Humanities,
Science and Engineering. IEEE, 2011
[5] Hussain, Muhammad Abrar, et al. "Income Based Food
List Recommendation for Rural People Using Fuzzy
Logic." 2018 IEEE/ACIS 17th International Conference on
Computer and Information Science (ICIS).IEEE, 2018.
[6] Agapito, Giuseppe,etal."DIETOS:a recommendersystem
for adaptive diet monitoring and personalized food
suggestion." 2016 IEEE 12th International Conference on
Wireless and Mobile Computing, Networking and
Communications (WiMob).IEEE, 2016.
[7] Hsiao, Jen-Hao, and Henry Chang. "SmartDiet:Apersonal
diet consultant for healthy meal planning." 2010 IEEE 23rd
InternationalSymposiumon Computer-BasedMedicalSystems
(CBMS).IEEE, 2010.
[8] Hariadi, RidhoRahman, WijayantiNurulKhotimah, and
EkoAdhiWiyono. "Design and implementation of food
nutrition information system using SURF and FatSecret
API." 2015 International Conference on Advanced
Mechatronics, Intelligent Manufacture, and Industrial
Automation (ICAMIMIA).IEEE, 2015.
[9] Ratnawati, Dian Eka. "Mobile-based expert system for
human diet planning using optimum neighbor." 2016
International Conference on Advanced Computer Science and
Information Systems (ICACSIS).IEEE, 2016.
[10] Khan, Abdus Salam, and Achim Hoffmann. "Building a
case-based diet recommendation system without a
knowledge engineer." Artificial Intelligence in Medicine 27.2
(2003): 155-179.
[11] T.Longvah,R.Ananthan “Indian Food Composition
Tables” National Institute of Nutrition(Indian Council of
Medical Research),2017.
[12] https://www.fatsecret.com/
[13] https://calculator.net/

More Related Content

What's hot

IRJET- IoT based Smart Fitness Tracker for Gymnasiums
IRJET- IoT based Smart Fitness Tracker for GymnasiumsIRJET- IoT based Smart Fitness Tracker for Gymnasiums
IRJET- IoT based Smart Fitness Tracker for GymnasiumsIRJET Journal
 
Food Intake for Body Weight Management System using Linear Programming Model
Food Intake for Body Weight Management System using Linear Programming ModelFood Intake for Body Weight Management System using Linear Programming Model
Food Intake for Body Weight Management System using Linear Programming Modelijtsrd
 
Clinicians' Challenge 2014 Update - Winners reporting back
Clinicians' Challenge 2014 Update - Winners reporting backClinicians' Challenge 2014 Update - Winners reporting back
Clinicians' Challenge 2014 Update - Winners reporting backHealth Informatics New Zealand
 
My HealthyMe Poster ( unifed )
My HealthyMe Poster ( unifed )My HealthyMe Poster ( unifed )
My HealthyMe Poster ( unifed )Taha Merghani
 
My fitness planner v2.0
My fitness planner v2.0My fitness planner v2.0
My fitness planner v2.0Nitin Malik
 
Fit Chain overview
Fit Chain overviewFit Chain overview
Fit Chain overviewFit Chain
 
Fit day assesment jasmine robinson
Fit day assesment jasmine robinsonFit day assesment jasmine robinson
Fit day assesment jasmine robinsonJrr03003
 

What's hot (7)

IRJET- IoT based Smart Fitness Tracker for Gymnasiums
IRJET- IoT based Smart Fitness Tracker for GymnasiumsIRJET- IoT based Smart Fitness Tracker for Gymnasiums
IRJET- IoT based Smart Fitness Tracker for Gymnasiums
 
Food Intake for Body Weight Management System using Linear Programming Model
Food Intake for Body Weight Management System using Linear Programming ModelFood Intake for Body Weight Management System using Linear Programming Model
Food Intake for Body Weight Management System using Linear Programming Model
 
Clinicians' Challenge 2014 Update - Winners reporting back
Clinicians' Challenge 2014 Update - Winners reporting backClinicians' Challenge 2014 Update - Winners reporting back
Clinicians' Challenge 2014 Update - Winners reporting back
 
My HealthyMe Poster ( unifed )
My HealthyMe Poster ( unifed )My HealthyMe Poster ( unifed )
My HealthyMe Poster ( unifed )
 
My fitness planner v2.0
My fitness planner v2.0My fitness planner v2.0
My fitness planner v2.0
 
Fit Chain overview
Fit Chain overviewFit Chain overview
Fit Chain overview
 
Fit day assesment jasmine robinson
Fit day assesment jasmine robinsonFit day assesment jasmine robinson
Fit day assesment jasmine robinson
 

Similar to IRJET - Personal Nutritionist using Fatsecret API

IRJET- Artificial Intelligence Dietician
IRJET- Artificial Intelligence DieticianIRJET- Artificial Intelligence Dietician
IRJET- Artificial Intelligence DieticianIRJET Journal
 
Fitness Trainer Application Using Artificial Intelligence
Fitness Trainer Application Using Artificial IntelligenceFitness Trainer Application Using Artificial Intelligence
Fitness Trainer Application Using Artificial IntelligenceIRJET Journal
 
IRJET- Estimation of Calorie Content in a Diet
IRJET- Estimation of Calorie Content in a DietIRJET- Estimation of Calorie Content in a Diet
IRJET- Estimation of Calorie Content in a DietIRJET Journal
 
IRJET- Virtual Dietitian: An Android based Application to Provide Diet
IRJET-  	  Virtual Dietitian: An Android based Application to Provide DietIRJET-  	  Virtual Dietitian: An Android based Application to Provide Diet
IRJET- Virtual Dietitian: An Android based Application to Provide DietIRJET Journal
 
B-Fit: A Fitness and Health Recommendation System
B-Fit: A Fitness and Health Recommendation SystemB-Fit: A Fitness and Health Recommendation System
B-Fit: A Fitness and Health Recommendation SystemIRJET Journal
 
WEB BASED NUTRITION AND DIET ASSISTANCE USING MACHINE LEARNING
WEB BASED NUTRITION AND DIET ASSISTANCE USING MACHINE LEARNINGWEB BASED NUTRITION AND DIET ASSISTANCE USING MACHINE LEARNING
WEB BASED NUTRITION AND DIET ASSISTANCE USING MACHINE LEARNINGIRJET Journal
 
IRJET- Amalgamation of Health and Nutrition with Technology to Innovate Salu...
IRJET-	 Amalgamation of Health and Nutrition with Technology to Innovate Salu...IRJET-	 Amalgamation of Health and Nutrition with Technology to Innovate Salu...
IRJET- Amalgamation of Health and Nutrition with Technology to Innovate Salu...IRJET Journal
 
Pro Body Tracker
Pro Body TrackerPro Body Tracker
Pro Body TrackerIRJET Journal
 
MyDietDiary: Diet RecommendationSystem
MyDietDiary: Diet RecommendationSystemMyDietDiary: Diet RecommendationSystem
MyDietDiary: Diet RecommendationSystemIRJET Journal
 
Food Classification and Recommendation for Health and Diet Tracking using Mac...
Food Classification and Recommendation for Health and Diet Tracking using Mac...Food Classification and Recommendation for Health and Diet Tracking using Mac...
Food Classification and Recommendation for Health and Diet Tracking using Mac...IRJET Journal
 
Report for BMI and BMR
Report for BMI and BMRReport for BMI and BMR
Report for BMI and BMRHafizd Zulhasni
 
Food Image to the Recipe Generator
Food Image to the Recipe GeneratorFood Image to the Recipe Generator
Food Image to the Recipe GeneratorIRJET Journal
 
Draft scientific paper
Draft scientific paperDraft scientific paper
Draft scientific paperAnne Everars
 
MyCalMate Android App_Project Presentation
MyCalMate Android App_Project PresentationMyCalMate Android App_Project Presentation
MyCalMate Android App_Project PresentationAishwarya Mohan
 
Lifestyler Pitch Presentation
Lifestyler Pitch Presentation Lifestyler Pitch Presentation
Lifestyler Pitch Presentation lifestylersimon
 
Food Recommendation System using Chatbot
Food Recommendation System using ChatbotFood Recommendation System using Chatbot
Food Recommendation System using ChatbotIRJET Journal
 
IRJET- Diabetes Prediction using Random Forest Classifier and Intelligent Die...
IRJET- Diabetes Prediction using Random Forest Classifier and Intelligent Die...IRJET- Diabetes Prediction using Random Forest Classifier and Intelligent Die...
IRJET- Diabetes Prediction using Random Forest Classifier and Intelligent Die...IRJET Journal
 

Similar to IRJET - Personal Nutritionist using Fatsecret API (20)

IRJET- Artificial Intelligence Dietician
IRJET- Artificial Intelligence DieticianIRJET- Artificial Intelligence Dietician
IRJET- Artificial Intelligence Dietician
 
Fitness Trainer Application Using Artificial Intelligence
Fitness Trainer Application Using Artificial IntelligenceFitness Trainer Application Using Artificial Intelligence
Fitness Trainer Application Using Artificial Intelligence
 
IRJET- Estimation of Calorie Content in a Diet
IRJET- Estimation of Calorie Content in a DietIRJET- Estimation of Calorie Content in a Diet
IRJET- Estimation of Calorie Content in a Diet
 
IRJET- Virtual Dietitian: An Android based Application to Provide Diet
IRJET-  	  Virtual Dietitian: An Android based Application to Provide DietIRJET-  	  Virtual Dietitian: An Android based Application to Provide Diet
IRJET- Virtual Dietitian: An Android based Application to Provide Diet
 
B-Fit: A Fitness and Health Recommendation System
B-Fit: A Fitness and Health Recommendation SystemB-Fit: A Fitness and Health Recommendation System
B-Fit: A Fitness and Health Recommendation System
 
WEB BASED NUTRITION AND DIET ASSISTANCE USING MACHINE LEARNING
WEB BASED NUTRITION AND DIET ASSISTANCE USING MACHINE LEARNINGWEB BASED NUTRITION AND DIET ASSISTANCE USING MACHINE LEARNING
WEB BASED NUTRITION AND DIET ASSISTANCE USING MACHINE LEARNING
 
FOODINDAHUD
FOODINDAHUDFOODINDAHUD
FOODINDAHUD
 
IRJET- Amalgamation of Health and Nutrition with Technology to Innovate Salu...
IRJET-	 Amalgamation of Health and Nutrition with Technology to Innovate Salu...IRJET-	 Amalgamation of Health and Nutrition with Technology to Innovate Salu...
IRJET- Amalgamation of Health and Nutrition with Technology to Innovate Salu...
 
Pro Body Tracker
Pro Body TrackerPro Body Tracker
Pro Body Tracker
 
MyDietDiary: Diet RecommendationSystem
MyDietDiary: Diet RecommendationSystemMyDietDiary: Diet RecommendationSystem
MyDietDiary: Diet RecommendationSystem
 
Food Classification and Recommendation for Health and Diet Tracking using Mac...
Food Classification and Recommendation for Health and Diet Tracking using Mac...Food Classification and Recommendation for Health and Diet Tracking using Mac...
Food Classification and Recommendation for Health and Diet Tracking using Mac...
 
Report for BMI and BMR
Report for BMI and BMRReport for BMI and BMR
Report for BMI and BMR
 
Food Image to the Recipe Generator
Food Image to the Recipe GeneratorFood Image to the Recipe Generator
Food Image to the Recipe Generator
 
Draft scientific paper
Draft scientific paperDraft scientific paper
Draft scientific paper
 
MyCalMate Android App_Project Presentation
MyCalMate Android App_Project PresentationMyCalMate Android App_Project Presentation
MyCalMate Android App_Project Presentation
 
HealthBuddy
HealthBuddyHealthBuddy
HealthBuddy
 
Lifestyler Pitch Presentation
Lifestyler Pitch Presentation Lifestyler Pitch Presentation
Lifestyler Pitch Presentation
 
Food Recommendation System using Chatbot
Food Recommendation System using ChatbotFood Recommendation System using Chatbot
Food Recommendation System using Chatbot
 
IRJET- Diabetes Prediction using Random Forest Classifier and Intelligent Die...
IRJET- Diabetes Prediction using Random Forest Classifier and Intelligent Die...IRJET- Diabetes Prediction using Random Forest Classifier and Intelligent Die...
IRJET- Diabetes Prediction using Random Forest Classifier and Intelligent Die...
 
An Android Application to Monitor Health Condition
An Android Application to Monitor Health ConditionAn Android Application to Monitor Health Condition
An Android Application to Monitor Health Condition
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTUREIRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsIRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASIRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProIRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemIRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignIRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

System Simulation and Modelling with types and Event Scheduling
System Simulation and Modelling with types and Event SchedulingSystem Simulation and Modelling with types and Event Scheduling
System Simulation and Modelling with types and Event SchedulingBootNeck1
 
THE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTION
THE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTIONTHE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTION
THE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTIONjhunlian
 
Industrial Safety Unit-IV workplace health and safety.ppt
Industrial Safety Unit-IV workplace health and safety.pptIndustrial Safety Unit-IV workplace health and safety.ppt
Industrial Safety Unit-IV workplace health and safety.pptNarmatha D
 
Industrial Safety Unit-I SAFETY TERMINOLOGIES
Industrial Safety Unit-I SAFETY TERMINOLOGIESIndustrial Safety Unit-I SAFETY TERMINOLOGIES
Industrial Safety Unit-I SAFETY TERMINOLOGIESNarmatha D
 
Unit7-DC_Motors nkkjnsdkfnfcdfknfdgfggfg
Unit7-DC_Motors nkkjnsdkfnfcdfknfdgfggfgUnit7-DC_Motors nkkjnsdkfnfcdfknfdgfggfg
Unit7-DC_Motors nkkjnsdkfnfcdfknfdgfggfgsaravananr517913
 
Concrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxConcrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxKartikeyaDwivedi3
 
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)Dr SOUNDIRARAJ N
 
Solving The Right Triangles PowerPoint 2.ppt
Solving The Right Triangles PowerPoint 2.pptSolving The Right Triangles PowerPoint 2.ppt
Solving The Right Triangles PowerPoint 2.pptJasonTagapanGulla
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girlsssuser7cb4ff
 
Introduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxIntroduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxk795866
 
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfCCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfAsst.prof M.Gokilavani
 
Vishratwadi & Ghorpadi Bridge Tender documents
Vishratwadi & Ghorpadi Bridge Tender documentsVishratwadi & Ghorpadi Bridge Tender documents
Vishratwadi & Ghorpadi Bridge Tender documentsSachinPawar510423
 
Internet of things -Arshdeep Bahga .pptx
Internet of things -Arshdeep Bahga .pptxInternet of things -Arshdeep Bahga .pptx
Internet of things -Arshdeep Bahga .pptxVelmuruganTECE
 
Introduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECHIntroduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECHC Sai Kiran
 
Main Memory Management in Operating System
Main Memory Management in Operating SystemMain Memory Management in Operating System
Main Memory Management in Operating SystemRashmi Bhat
 
Steel Structures - Building technology.pptx
Steel Structures - Building technology.pptxSteel Structures - Building technology.pptx
Steel Structures - Building technology.pptxNikhil Raut
 
The SRE Report 2024 - Great Findings for the teams
The SRE Report 2024 - Great Findings for the teamsThe SRE Report 2024 - Great Findings for the teams
The SRE Report 2024 - Great Findings for the teamsDILIPKUMARMONDAL6
 
Energy Awareness training ppt for manufacturing process.pptx
Energy Awareness training ppt for manufacturing process.pptxEnergy Awareness training ppt for manufacturing process.pptx
Energy Awareness training ppt for manufacturing process.pptxsiddharthjain2303
 

Recently uploaded (20)

System Simulation and Modelling with types and Event Scheduling
System Simulation and Modelling with types and Event SchedulingSystem Simulation and Modelling with types and Event Scheduling
System Simulation and Modelling with types and Event Scheduling
 
THE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTION
THE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTIONTHE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTION
THE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTION
 
POWER SYSTEMS-1 Complete notes examples
POWER SYSTEMS-1 Complete notes  examplesPOWER SYSTEMS-1 Complete notes  examples
POWER SYSTEMS-1 Complete notes examples
 
Industrial Safety Unit-IV workplace health and safety.ppt
Industrial Safety Unit-IV workplace health and safety.pptIndustrial Safety Unit-IV workplace health and safety.ppt
Industrial Safety Unit-IV workplace health and safety.ppt
 
Industrial Safety Unit-I SAFETY TERMINOLOGIES
Industrial Safety Unit-I SAFETY TERMINOLOGIESIndustrial Safety Unit-I SAFETY TERMINOLOGIES
Industrial Safety Unit-I SAFETY TERMINOLOGIES
 
Unit7-DC_Motors nkkjnsdkfnfcdfknfdgfggfg
Unit7-DC_Motors nkkjnsdkfnfcdfknfdgfggfgUnit7-DC_Motors nkkjnsdkfnfcdfknfdgfggfg
Unit7-DC_Motors nkkjnsdkfnfcdfknfdgfggfg
 
Concrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxConcrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptx
 
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
 
young call girls in Green Park🔝 9953056974 🔝 escort Service
young call girls in Green Park🔝 9953056974 🔝 escort Serviceyoung call girls in Green Park🔝 9953056974 🔝 escort Service
young call girls in Green Park🔝 9953056974 🔝 escort Service
 
Solving The Right Triangles PowerPoint 2.ppt
Solving The Right Triangles PowerPoint 2.pptSolving The Right Triangles PowerPoint 2.ppt
Solving The Right Triangles PowerPoint 2.ppt
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girls
 
Introduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxIntroduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptx
 
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfCCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
 
Vishratwadi & Ghorpadi Bridge Tender documents
Vishratwadi & Ghorpadi Bridge Tender documentsVishratwadi & Ghorpadi Bridge Tender documents
Vishratwadi & Ghorpadi Bridge Tender documents
 
Internet of things -Arshdeep Bahga .pptx
Internet of things -Arshdeep Bahga .pptxInternet of things -Arshdeep Bahga .pptx
Internet of things -Arshdeep Bahga .pptx
 
Introduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECHIntroduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECH
 
Main Memory Management in Operating System
Main Memory Management in Operating SystemMain Memory Management in Operating System
Main Memory Management in Operating System
 
Steel Structures - Building technology.pptx
Steel Structures - Building technology.pptxSteel Structures - Building technology.pptx
Steel Structures - Building technology.pptx
 
The SRE Report 2024 - Great Findings for the teams
The SRE Report 2024 - Great Findings for the teamsThe SRE Report 2024 - Great Findings for the teams
The SRE Report 2024 - Great Findings for the teams
 
Energy Awareness training ppt for manufacturing process.pptx
Energy Awareness training ppt for manufacturing process.pptxEnergy Awareness training ppt for manufacturing process.pptx
Energy Awareness training ppt for manufacturing process.pptx
 

IRJET - Personal Nutritionist using Fatsecret API

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 02 | Feb 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 2884 Personal Nutritionist using FatSecret API Gunjan Ghanwat1, Somesh Bankar2, Malini Ghuge3, Deepali Kadam4 1,2,3BE student, Information Technology, Datta Meghe College Of Engineering, Airoli, India 4Professor, Information Technology, Datta Meghe College Of Engineering, Airoli, India ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract-In today’s fast-paced life people arebeingcasual towards their health and fitness and many of us can not afford personal nutritionists who can guide our calorie intake in order to be healthy and active. So we thought to develop an application that will help people to recommend food based on their body type and calorie intake capacity. The classification of the user and based on this classification recommendation of the food accordingtotheireatinghabits, these are the two important tasks done in this project. The user is classified into different body types like Normal, Overweight, Underweight and Obese by using Naive Bayes algorithm. For this classification, we are considering factor- like BMI & Fat-percentage. BMR and Fat-percentage are other important factors to calculate calorie intake. Based on the calorie intake and body type food is recommendedtothe user with the help of Fatsecret API. The system is developed for the adaptive delivery of the nutrient contents food to be fit and healthy. This system recommends not only the nutrient content food but also the recipes regarding that food. We have developed the website forthisprojectforuser interaction. Key Words: FatSecret API, BMI, BMR, fat-percentage, food recommendation, Naive bayes algorithm 1. INTRODUCTION Health is an important factor in life. Healthy food has a great impact on lifestyle quality. Unhealthy food leads to many health issues. So one should know about what kind of food items they should eat so that they can live a healthy life. Every person has a different body structure and a different living lifestyle. We are considering the different factors like BMI, BMR and Body Fat-percentage to recommend food to the user. We are considering the factor BMI provides the information needed to successfully manage your weight. Hence it is not a sufficient factor to recommend food to the user. Every person possesses a different kind of metabolism i.e. BMR. BMR suggests the intake of calories. Metabolism is calculated according to your different living habitats. Different living habitats like some people are living sedentary lifestyle that they do little ornoexercise,someare lightly active that they do light exercise or play sports 1-3 days in a week, some are moderately active that they do moderate exercise or play sports 3-5 days in a week, some are very active that they do hard exercise or play sports 6-7 days in a week. Based on these different living habits person possesses the different metabolism. With the help of this we can find the accurate calorie intake of that person and suggests the proper nutrient content food do them. 1.1 Why BMI and Body Fat-percentage BMI is used to classify the user intodifferentbodytypessuch as normal, overweight, underweight and obese. But BMI does not work for everyone. Some people’s weight and height measurements put them in the overweight or even obese category while in reality, they are lean and muscular. On the other hand, some people’s BMI indicatesthatthey are healthy, when they are actually overweight, with little lean tissue and to much fatty tissue. So, it is important to find out the Body Fat-percentage with the BMI to classify the user into a correct body type. 1.2 Why FatSecret API Recommendation of the appropriate food with their nutrition value is very essential for the user. FatSecret API is the best food and nutrition database. It consists of various food items and their nutrition values. FatSecretAPIprovides “customer key” and “customer secret “for user authentication but only for developers. FatSecret provides different types of API’s like python, Java, REST, PHP, for developer’s convenience we have used python API. Python has a fatsecret module which includes many methods such as Food-search(), Recipe-get(),Food-entries-copy() etc. 2. Methodology This section discusses what are the requirements of this project, system architecture andtherequiredtechnologiesto create it. The first step is to create the user interface. So, for user interaction, we havedevelopeda website.Wehaveused Bootstrap for the front end of the website and for the backend purpose we have used the flask and MySQL for the database connection. User inserts information like weight(kg), height(cm), gender , daily-routine and age. Based on this information the user’s BMI, BMR and Fat- percentage are calculated and based on these factors the user is classified as normal, overweight, underweight and obese This process is diagrammatically is represented as shown in the fig. To Calculate BMI, we have taken the height and weight of the user. Fig-1: Flow of Calculation Calculate BMR, for determining the calories intake of a person. For more accuracy of classification,wecalculatedfat
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 02 | Feb 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 2885 percentage. BMI is calculated by the equation. Based on the above information user is classified as normal, over-weight, under-weight and obese using the Naive Bayes algorithm and overall calorie intake of a user is also calculated using formulas. The lifestyle of the user is also considered for calculating calorie intake. To find Calorie intake another factor considered is the Activity level of the user. The table for the Activity level and based on its calorie intake value is given in the table 1. Table -1: Calorie intake based on activity level Activity Level Calorie (kcal) Without workout 2,000 -2,050 kcal For Less physical activities 2,050-2,500 kcal For moderate level of physical activities 2,500-2,605 kcal For the extreme level of physical activity. 2,605-2,670 kcal Very intensive physical activity. 2,800-3,000 kcal 2.1 Recommendation of Food Based on the recommended calorie intake, food issuggested to the user. In our project based on the user body requirements of the nutrientssuchasprotein,carbohydrates and fats food are recommended. The following is the flowchart that shows how calorie intake will divide into nutrients requirements for a particular user. Fig-2: Flow of division of calories Fat secrete API plays an important role in the process of the recommendation of the food to the user. The food dataset is available in fat secrete API useful for the food recommendation. The general food dataset is generated by referring the “Food and Nutrition” book provided by the government. Based on generic food data food is classified as high-protein, high-fat, high-carbohydrates. Further withthe help of FatSecret API more variety of food recommended based on user calorie intake. The following figure shows the detail food recommendation process. Fig-3: Flow of selection of foods Website developed in this project for the user interface will keep the track of the user’s fitness monthly. So that user can analyse themselves based on their body structure. 3. CONCLUSION The working of the project is based on two main processes like Body-type Classification and Food-Recommendation.In Body-Type Classification we intend to classify theusermore significantly and accurately by considering various aspects like BMI, BMR and Fat-percentage. Whereas in Food- Recommendation, the food based on user’s calorie intake is recommended based on the generic food database created by referring the Book of Food and Nutrition values. Further, more varieties of the recommended food and it’s nutritional values are provided to the user with the help of Fat-secret API. ACKNOWLEDGEMENT We express our sincere thankfulness to our Project Guide Prof. Deepali Kadam for her successful guidance to our project. Without her help, it would be a tough job for us to accomplish this task. I thank our Guide for her consistent guidance, encouragement, and motivation throughout our period of work.
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 02 | Feb 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 2886 REFERENCES [1] Kovasznai, Gergely."Developinganexpertsystemfor diet recommendation."2011 6th IEEE International Symposium on Applied Computational Intelligence and Informatics (SACI).IEEE, 2011. [2] Kim, Jong-Hun, et al. "Design of diet recommendation system for healthcare service based on user information." 2009 Fourth International ConferenceonComputerSciences and Convergence Information Technology. IEEE, 2009. [3] Javadi, Bahman, etal."Smartnutritionmonitoringsystem using heterogeneous Internet of Things platform." International Conference on Internet and Distributed Computing Systems.Springer, Cham, 2017. [4] Husain, Wahidah, et al. "Application of data mining techniques in a personalized diet recommendation system for cancer patients." 2011 IEEE Colloquium on Humanities, Science and Engineering. IEEE, 2011 [5] Hussain, Muhammad Abrar, et al. "Income Based Food List Recommendation for Rural People Using Fuzzy Logic." 2018 IEEE/ACIS 17th International Conference on Computer and Information Science (ICIS).IEEE, 2018. [6] Agapito, Giuseppe,etal."DIETOS:a recommendersystem for adaptive diet monitoring and personalized food suggestion." 2016 IEEE 12th International Conference on Wireless and Mobile Computing, Networking and Communications (WiMob).IEEE, 2016. [7] Hsiao, Jen-Hao, and Henry Chang. "SmartDiet:Apersonal diet consultant for healthy meal planning." 2010 IEEE 23rd InternationalSymposiumon Computer-BasedMedicalSystems (CBMS).IEEE, 2010. [8] Hariadi, RidhoRahman, WijayantiNurulKhotimah, and EkoAdhiWiyono. "Design and implementation of food nutrition information system using SURF and FatSecret API." 2015 International Conference on Advanced Mechatronics, Intelligent Manufacture, and Industrial Automation (ICAMIMIA).IEEE, 2015. [9] Ratnawati, Dian Eka. "Mobile-based expert system for human diet planning using optimum neighbor." 2016 International Conference on Advanced Computer Science and Information Systems (ICACSIS).IEEE, 2016. [10] Khan, Abdus Salam, and Achim Hoffmann. "Building a case-based diet recommendation system without a knowledge engineer." Artificial Intelligence in Medicine 27.2 (2003): 155-179. [11] T.Longvah,R.Ananthan “Indian Food Composition Tables” National Institute of Nutrition(Indian Council of Medical Research),2017. [12] https://www.fatsecret.com/ [13] https://calculator.net/