SlideShare a Scribd company logo
1 of 5
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 01 | Jan 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1545
Virtual Dietitian: An Android based Application to Provide Diet
Prof. Prajkta Khaire1, Rishikesh Suvarna2, Ashraf Chaudhary3
1Professor. Prajkta Khaire, Dept. of Information Technology Engineering, SSJCOE, Maharashtra, India
2Student Rishikesh Suvarna, Dept. of Information Technology Engineering, SSJCOE, Maharashtra, India
3Student Ashraf Chaudhary, Dept. of Information Technology Engineering, SSJCOE, Maharashtra, India
---------------------------------------------------------------------***----------------------------------------------------------------------
Abstract - This application provides the user with a
complex algorithm which can provide the user with a diet
plan based on his/her characteristics like height, weight,
BMI etc. In Today's busy life everyone can just dream of
having a proper balanced diet. A balanced diet is
important because your organs and tissues need proper
nutrition to work effectively. Without good nutrition, your
body is more prone to disease, infection, fatigue, and poor
performance. Children with a poor diet run the risk of
growth and developmental problems and poor academic
performance, and bad eating habits can persist for the rest
of their lives. At the core of a balanced diet are foods that
are low in unnecessary fats and sugars and high in
vitamins, minerals, and other nutrients. The following food
groups are essential parts of a balanced diet. Calories play
a vital role in our growth and energy. A good diet can help
you manipulate calorie intake based on your
requirements. The proposed application will provide the
user with a user-friendly User-Interface where they can
create an account, manage their account and get the diet
by the click of just one button. If the user is allergic to
some kind of food, it also has the feature to contact an
actual dietitian to consult. And there’s also a page where
the user can just read some interesting facts on health and
human body. This application will save a lot of user’s time
by not actually visiting a dietitian and getting everything
done on their phone.
Keywords: Health, Diet, BMI, Save Time
1. INTRODUCTION
Virtual dietitian android application is an application
which provides a generic diet to its users. It acts as a diet
consultant similar to a real Dietitian. This system acts in
a similar way as that of a dietitian. A person in order to
know his/her diet plan needs to give some information
to the dietitian such as its body type, weight, height and
working hour details. Similar way this system also
provides the diet plan according to the information
entered by the user. The system asks all his data from
the user and processes it to provide the diet plan to the
user. Thus, the user does not need to visit any dietitian
which also saves time and the user can get the required
diet plan in just a click. The system will give more
accurate results as it accepts the data entered by the user
and processes it depending on some metrics already
known to the application on the basis of which a diet
plan is generated and ask the user if the user accepts the
diet plan. If not accepted the system may also give and
alternative diet plan. This application not only provides
the user a proper & healthy diet but also provides the
user all the workout information. There is a card for
Work out details for all the workout programs for each
body part. If a user wants to stay fit and eat healthy, he
can surely follow the program provided to him. The
Application also has a card for Health Facts on the home
screen, which will provide all the general knowledge and
some amazing facts on our human body and body parts.
This Application can be a vital part of a user if he wishes
to maintain his health and body perfectly and follow the
diet plan & the workout plan provided to the user.
2. RELATED WORK
In the Literature Survey part, we observed the main goal
of our project which was to be made and started
searching for published papers on it which will help us in
building the application. We went across many IEEE &
Bayes Papers and found many papers which was some or
the other way connected to our project based on health.
We found many interesting papers as well as simple
ones, we gathered the data from them. In the existing
health care system, the primary requirement and
disadvantage is physical presence of patient and doctor
for every consultation. Also, there is a high chance of
misinterpretation of data as well as occurrence of errors.
Moreover, it is cumbersome and time consuming. With
the increase in volume of patients in the health care
institutes, traditional method of management has gone
out of phase. As a result of this, an advanced Health Care
Management System has been the demand of time. Some
Systems were built directly for sole purpose of a single
disease like Obesity, down syndrome etc. and some were
general purpose applications, some projects website
based and some were mobile application based. Our
project was to be built on android so that people can get
a good UI and also the app should be user-friendly. Some
of the applications were paid-to-use and some were free,
we wanted to build our project to be free to all. We
started gathering information on the existing system and
how it works and also a real dietitian works and
calculates a diet based on a person’s details like height,
age, weight, gender etc. Even the internet helped us a lot
for finding some basic formulas for calculating the diet
and total calories. A person’s diet totally depends upon
what kind of activity he does in a day. If he/she has a
hardworking job then they may lose more kcal as
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 01 | Jan 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1546
compared to other person who doesn’t do much of hard
work, so we have to calculate the Kcal based on the
activity level of the person. The total calories to be
consumed should be balanced proportion of macro
nutrients like Proteins, Carbohydrates and Fats, with the
ratio of 2:2:1. In the existing health care system, the
primary requirement and disadvantage is physical
presence of patient and doctor for every consultation.
Also, there is a high chance of misinterpretation of data
as 4 well as occurrence of errors. Moreover, it is
cumbersome and time consuming. With the increase in
volume of patients in the health care institutes,
traditional method of management has gone out of
phase. As a result of this, an advanced Health Care
Management System has been the demand of time.
3. DESIGN & IMPLEMENTATION METHODS
3.1 Design
In this, we design the overview and implementation of
the project was discussed. The modules discussed to be
implemented are listed with some details.
 User Dashboard
 New Diet
 Workouts
 Health Facts
In the Design Process, we first designed the flow of
events in which the application would work, which can
be seen in the flowchart below In the Design Process, we
first designed the flow of events in which the application
would work, which can be seen in the flowchart below.
We have to design a user registration system to be able
to gain user information to calculate their details, we
designed the registration and login system using
Google’s Firebase – A cloud-based system to store our
data and authentication. It has a very easy to use
interface and the Doc helps in implementing it. In the
Registration process the app will take the details of users
like age, height, weight, gender etc. and store it in the
firebase database.
There will be a dashboard card, where after the user logs
in can view his details and also edit/ update the data.
The Diet Plan card will give the user his data based on
the details provided by the user while registering. All the
calculations to get results was through research &
getting the right formulas.
The Workout card was designed with the recycler view
of the android’s design system, it provides a list of items,
we can change or update any items in the recycler view.
Figure 1. Class Diagram of the application
Figure 2. Flowchart of the application
3.2 Implementation
Implementation is done with the help of the reference
papers used and the internet, the application is built
using Google’s very own Android Studio. The Android
Studio Docs helped us to implement certain design
features to out app and also add API’s for the firebase
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 01 | Jan 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1547
database & authentication. A few tutorials helped us to
create a stable application that can work properly.
The Formulas used for calculating the BMI (Body mass
Index) and to calculate the total calories to intake was
found on internet on some research.
Formula for BMI:
BMI = Weight / Height 2
Where,
Weight is in Kilograms,
Height is in Meters.
Formula for calculating Maintenance Calories:
Calories = (Weight * 22) * Activity Multiplier
Where,
Weight is in Kilograms,
Activity Multiplies refers to the amount of activity done
in a day; it ranges from 1.2 for moderate work to 2.0 for
extreme work done.
Calculating Diet & Providing Diet:
The Maintenance calories of the users has to be
calculated on the basis of his height, weight, age etc. The
Maintenance Calories are calculated with the help of the
formula given above, once the calories are calculated
then the system decides if the user is in a under-weight,
healthy or overweight category based on his BMI.
The User is then suggested which type of diet program
he / she should start, the user is still given the option to
opt for the diet category like, Gain weight, Maintain
Weight or Lose Weight. Based on the category selected
the diet is provided by the application to the user. The
Diet is based on the charts of diets calculated & created
by expert Dietitians and Nutritionists all over the globe.
The User still has to option to consult a physical dietitian
if he / she has some issues with the diet provided or has
some food allergies or irritations, for example some
people are Lactose Intolerant, so the dietitian will
suggest some replacement for the lactose-based
products in the diet.
Application UI:
Figure 3. Dashboard. Screenshot
Figure 4. Registration Page Screenshot
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 01 | Jan 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1548
Figure 5. Diet Page Screenshot
Figure 6. Nutrition Tab Screenshot
4. CONCLUSION
With the proposed application on mobile phones, we will
be able to bring the Dietitian App on the palm of every
individual. The application can be deployed on the cloud
by integrating different servers through the cloud in its
future iterations. With respect to the feedback of the App
users’ further improvements can be incorporated within
the system to make it more users friendly. In our
approach for implementing this project is we have
implemented a virtual dietitian using android. Our
system comprises of main components such as of a user
login and an admin login. The software system allows
the user to create their profiles and upload all their
details and their BMI is calculated by the system. The
admin can check each user details and can remove faulty
accounts. People who are in need of a serious health care
but are busy with their schedules, can start using our
application and start following the diet and workout
programs. With the help of this application, user doesn’t
have to go to an actual dietitian he can have a dietitian in
the palm of his hands.
FUTURE SCOPE
 This application can be further improved by
feedback suggestions from the users.
 This application can be improved with the help
of an expert nutritionist who can help us
creating different types of programs for
different classification of users.
 The project is easily extensible and can be
improved by further incremental releases of the
same.
 We plan to focus on improving the overall
performance of the system. Also, interaction
between guider and dietitian through video
calling and secure prescription will be focused
upon.
 Some more ways to achieve dietitian will be
focused.
REFERENCES
Published Survey Papers:
[1] 2395-0056, Prof. DV Chandran, Sayali Adarkar,
Apoorva Joshi, Preeti Kajbajd,, “Digital Medicine:
An android based application for health care
system”, IRJET, Volume-4, 04Apr-2017.
[2] 16-0227, Hilde A.E Geraedts, Wiebren Zijlstra,
Wei Zhang, Sophie L.W. Spoorenberg,
“Home Based Exercise Program Driven By
Tablet Application & Mobility Monitoring, Public
Health Research”, Volume 14-E12, Feb-2017.
[3] 73-93, Jonathan Lazar, Caitlin Woglon, Jeanhee
Chunk, Alison Schwartz, Richard Moore, Co-
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 01 | Jan 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1549
“Design Process of a Smart Phone App to Help
People with Down Syndrome“
Manage their Nutritional Habits, Journal of
Usability Studies, Volume 13, 02-Feb-2018.
[4] 305755235, Rodrigo Zenun Franco, Julie Anne
Lovegrove, Rosalind Fallaize, Foustina Hwang,
Popular Nutrition-Related Mobile Apps: A
Feature Assessment, JMIR MHEALTH &
UHEALTH, Volume-4 Issue-3, Aug-2016.
[5] 2456-3307, Talapanty Shweta, Vangari Sweta,
Singh Deepali, Prof. Shrikant Sanas, Gaonkar
Vaishnavi, “Artificial Intelligence Dietitian using
Android”, IJSR-CSEIT, Volume-2, 09-Apr-2017.
Documentations:
 1.Android Studio Documentations
 2.Java Documentations

More Related Content

What's hot

Online shoe store
Online shoe storeOnline shoe store
Online shoe storeAnushka Jha
 
Hospital managment system
Hospital managment systemHospital managment system
Hospital managment systemkousar Rahman
 
Medical store management system
Medical store management systemMedical store management system
Medical store management systemUpendra Sengar
 
The main purpose of the project is to manage the supermarket efficiently (rep...
The main purpose of the project is to manage the supermarket efficiently (rep...The main purpose of the project is to manage the supermarket efficiently (rep...
The main purpose of the project is to manage the supermarket efficiently (rep...Rajesh Roky
 
04.project billing system
04.project billing system04.project billing system
04.project billing systemgirivaishali
 
Online bus pass management system
Online bus pass management systemOnline bus pass management system
Online bus pass management systempiyush khadse
 
Employee information management system
Employee information management systemEmployee information management system
Employee information management systemMansoor Bhanpurawala
 
BIKE RENTAL SYSTEM.pptx
BIKE RENTAL SYSTEM.pptxBIKE RENTAL SYSTEM.pptx
BIKE RENTAL SYSTEM.pptxjack917474
 
Online Medicine Store
Online Medicine StoreOnline Medicine Store
Online Medicine StoreRohit Mondal
 
Hospital management-system
Hospital management-systemHospital management-system
Hospital management-systemsam143143
 
Online Hotel Management
Online Hotel ManagementOnline Hotel Management
Online Hotel ManagementSouvik Banik
 
Online Hotel Management System
Online Hotel Management SystemOnline Hotel Management System
Online Hotel Management SystemSanu Subham
 
Medical Store Management System Software Engineering Project
Medical Store Management System Software Engineering ProjectMedical Store Management System Software Engineering Project
Medical Store Management System Software Engineering Projecthani2253
 
synopsis on stock management system in medical store in php
synopsis on stock management system in medical store in phpsynopsis on stock management system in medical store in php
synopsis on stock management system in medical store in phpsachin993
 
Student feedback system
Student feedback systemStudent feedback system
Student feedback systemshindept123
 
Pharmacy Management System1
Pharmacy Management System1Pharmacy Management System1
Pharmacy Management System1Nuwan Lansakara
 
Project Report_Food Bazar_Ver1
Project Report_Food Bazar_Ver1Project Report_Food Bazar_Ver1
Project Report_Food Bazar_Ver1MEGHA JAIN
 
Online vehicle showroom DB project
Online vehicle showroom DB projectOnline vehicle showroom DB project
Online vehicle showroom DB projectTish997
 

What's hot (20)

Online shoe store
Online shoe storeOnline shoe store
Online shoe store
 
Hospital managment system
Hospital managment systemHospital managment system
Hospital managment system
 
Medical store management system
Medical store management systemMedical store management system
Medical store management system
 
The main purpose of the project is to manage the supermarket efficiently (rep...
The main purpose of the project is to manage the supermarket efficiently (rep...The main purpose of the project is to manage the supermarket efficiently (rep...
The main purpose of the project is to manage the supermarket efficiently (rep...
 
04.project billing system
04.project billing system04.project billing system
04.project billing system
 
Online bus pass management system
Online bus pass management systemOnline bus pass management system
Online bus pass management system
 
Employee information management system
Employee information management systemEmployee information management system
Employee information management system
 
BIKE RENTAL SYSTEM.pptx
BIKE RENTAL SYSTEM.pptxBIKE RENTAL SYSTEM.pptx
BIKE RENTAL SYSTEM.pptx
 
Online Medicine Store
Online Medicine StoreOnline Medicine Store
Online Medicine Store
 
Hms project report
Hms project reportHms project report
Hms project report
 
Hospital management-system
Hospital management-systemHospital management-system
Hospital management-system
 
Online Hotel Management
Online Hotel ManagementOnline Hotel Management
Online Hotel Management
 
My ppt
My pptMy ppt
My ppt
 
Online Hotel Management System
Online Hotel Management SystemOnline Hotel Management System
Online Hotel Management System
 
Medical Store Management System Software Engineering Project
Medical Store Management System Software Engineering ProjectMedical Store Management System Software Engineering Project
Medical Store Management System Software Engineering Project
 
synopsis on stock management system in medical store in php
synopsis on stock management system in medical store in phpsynopsis on stock management system in medical store in php
synopsis on stock management system in medical store in php
 
Student feedback system
Student feedback systemStudent feedback system
Student feedback system
 
Pharmacy Management System1
Pharmacy Management System1Pharmacy Management System1
Pharmacy Management System1
 
Project Report_Food Bazar_Ver1
Project Report_Food Bazar_Ver1Project Report_Food Bazar_Ver1
Project Report_Food Bazar_Ver1
 
Online vehicle showroom DB project
Online vehicle showroom DB projectOnline vehicle showroom DB project
Online vehicle showroom DB project
 

Similar to IRJET- Virtual Dietitian: An Android based Application to Provide Diet

IRJET- Cure it- The Medical Assistant Application
IRJET- Cure it- The Medical Assistant ApplicationIRJET- Cure it- The Medical Assistant Application
IRJET- Cure it- The Medical Assistant ApplicationIRJET Journal
 
IRJET- Artificial Intelligence Dietician
IRJET- Artificial Intelligence DieticianIRJET- Artificial Intelligence Dietician
IRJET- Artificial Intelligence DieticianIRJET Journal
 
Adaptive and Personalized Fitness App
Adaptive and Personalized Fitness AppAdaptive and Personalized Fitness App
Adaptive and Personalized Fitness AppYogeshIJTSRD
 
IRJET- Medicine Information Retrieval Application- Pharmaguide
IRJET- Medicine Information Retrieval Application- PharmaguideIRJET- Medicine Information Retrieval Application- Pharmaguide
IRJET- Medicine Information Retrieval Application- PharmaguideIRJET Journal
 
IRJET- Hybrid App for Health Record System
IRJET-  	  Hybrid App for Health Record SystemIRJET-  	  Hybrid App for Health Record System
IRJET- Hybrid App for Health Record SystemIRJET Journal
 
Bachelor thesis - Keep Healthy Application
Bachelor thesis - Keep Healthy Application Bachelor thesis - Keep Healthy Application
Bachelor thesis - Keep Healthy Application Ligia Alexandra Gaspar
 
Multipurpose Health Application
Multipurpose Health ApplicationMultipurpose Health Application
Multipurpose Health ApplicationIRJET 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
 
HealMe_minor_project.pptx
HealMe_minor_project.pptxHealMe_minor_project.pptx
HealMe_minor_project.pptxBangtangurl
 
Fitness Trainer Application Using Artificial Intelligence
Fitness Trainer Application Using Artificial IntelligenceFitness Trainer Application Using Artificial Intelligence
Fitness Trainer Application Using Artificial IntelligenceIRJET Journal
 
A Development of Android-based Mobile Application for Getting Ideal Weight
A Development of Android-based Mobile Application for Getting Ideal WeightA Development of Android-based Mobile Application for Getting Ideal Weight
A Development of Android-based Mobile Application for Getting Ideal WeightTELKOMNIKA JOURNAL
 
Eating Habit and Health Monitoring System using Android Based Machine Learning
Eating Habit and Health Monitoring System using Android Based Machine LearningEating Habit and Health Monitoring System using Android Based Machine Learning
Eating Habit and Health Monitoring System using Android Based Machine LearningIRJET Journal
 
Implementation Of Online Treatment System
Implementation Of Online Treatment SystemImplementation Of Online Treatment System
Implementation Of Online Treatment SystemIRJET Journal
 
Know the cost of healthcare app development with us!.pdf
Know the cost of healthcare app development with us!.pdfKnow the cost of healthcare app development with us!.pdf
Know the cost of healthcare app development with us!.pdfTechugo
 
Ultimate Guide to Fitness App Development
Ultimate Guide to Fitness App DevelopmentUltimate Guide to Fitness App Development
Ultimate Guide to Fitness App DevelopmentLucy Zeniffer
 
Srs dispensary-management
Srs dispensary-managementSrs dispensary-management
Srs dispensary-managementStayTuned3
 
Food Image to the Recipe Generator
Food Image to the Recipe GeneratorFood Image to the Recipe Generator
Food Image to the Recipe GeneratorIRJET Journal
 
IRJET- Medkwick - An E-Commerce Mobile Application based on Online Medici...
IRJET-  	  Medkwick - An E-Commerce Mobile Application based on Online Medici...IRJET-  	  Medkwick - An E-Commerce Mobile Application based on Online Medici...
IRJET- Medkwick - An E-Commerce Mobile Application based on Online Medici...IRJET Journal
 

Similar to IRJET- Virtual Dietitian: An Android based Application to Provide Diet (20)

Pro Body Tracker
Pro Body TrackerPro Body Tracker
Pro Body Tracker
 
HealthBuddy
HealthBuddyHealthBuddy
HealthBuddy
 
IRJET- Cure it- The Medical Assistant Application
IRJET- Cure it- The Medical Assistant ApplicationIRJET- Cure it- The Medical Assistant Application
IRJET- Cure it- The Medical Assistant Application
 
IRJET- Artificial Intelligence Dietician
IRJET- Artificial Intelligence DieticianIRJET- Artificial Intelligence Dietician
IRJET- Artificial Intelligence Dietician
 
Adaptive and Personalized Fitness App
Adaptive and Personalized Fitness AppAdaptive and Personalized Fitness App
Adaptive and Personalized Fitness App
 
IRJET- Medicine Information Retrieval Application- Pharmaguide
IRJET- Medicine Information Retrieval Application- PharmaguideIRJET- Medicine Information Retrieval Application- Pharmaguide
IRJET- Medicine Information Retrieval Application- Pharmaguide
 
IRJET- Hybrid App for Health Record System
IRJET-  	  Hybrid App for Health Record SystemIRJET-  	  Hybrid App for Health Record System
IRJET- Hybrid App for Health Record System
 
Bachelor thesis - Keep Healthy Application
Bachelor thesis - Keep Healthy Application Bachelor thesis - Keep Healthy Application
Bachelor thesis - Keep Healthy Application
 
Multipurpose Health Application
Multipurpose Health ApplicationMultipurpose Health Application
Multipurpose Health Application
 
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...
 
HealMe_minor_project.pptx
HealMe_minor_project.pptxHealMe_minor_project.pptx
HealMe_minor_project.pptx
 
Fitness Trainer Application Using Artificial Intelligence
Fitness Trainer Application Using Artificial IntelligenceFitness Trainer Application Using Artificial Intelligence
Fitness Trainer Application Using Artificial Intelligence
 
A Development of Android-based Mobile Application for Getting Ideal Weight
A Development of Android-based Mobile Application for Getting Ideal WeightA Development of Android-based Mobile Application for Getting Ideal Weight
A Development of Android-based Mobile Application for Getting Ideal Weight
 
Eating Habit and Health Monitoring System using Android Based Machine Learning
Eating Habit and Health Monitoring System using Android Based Machine LearningEating Habit and Health Monitoring System using Android Based Machine Learning
Eating Habit and Health Monitoring System using Android Based Machine Learning
 
Implementation Of Online Treatment System
Implementation Of Online Treatment SystemImplementation Of Online Treatment System
Implementation Of Online Treatment System
 
Know the cost of healthcare app development with us!.pdf
Know the cost of healthcare app development with us!.pdfKnow the cost of healthcare app development with us!.pdf
Know the cost of healthcare app development with us!.pdf
 
Ultimate Guide to Fitness App Development
Ultimate Guide to Fitness App DevelopmentUltimate Guide to Fitness App Development
Ultimate Guide to Fitness App Development
 
Srs dispensary-management
Srs dispensary-managementSrs dispensary-management
Srs dispensary-management
 
Food Image to the Recipe Generator
Food Image to the Recipe GeneratorFood Image to the Recipe Generator
Food Image to the Recipe Generator
 
IRJET- Medkwick - An E-Commerce Mobile Application based on Online Medici...
IRJET-  	  Medkwick - An E-Commerce Mobile Application based on Online Medici...IRJET-  	  Medkwick - An E-Commerce Mobile Application based on Online Medici...
IRJET- Medkwick - An E-Commerce Mobile Application based on Online Medici...
 

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

Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...VICTOR MAESTRE RAMIREZ
 
Earthing details of Electrical Substation
Earthing details of Electrical SubstationEarthing details of Electrical Substation
Earthing details of Electrical Substationstephanwindworld
 
Correctly Loading Incremental Data at Scale
Correctly Loading Incremental Data at ScaleCorrectly Loading Incremental Data at Scale
Correctly Loading Incremental Data at ScaleAlluxio, Inc.
 
Vishratwadi & Ghorpadi Bridge Tender documents
Vishratwadi & Ghorpadi Bridge Tender documentsVishratwadi & Ghorpadi Bridge Tender documents
Vishratwadi & Ghorpadi Bridge Tender documentsSachinPawar510423
 
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor CatchersTechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catcherssdickerson1
 
Electronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfElectronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfme23b1001
 
Indian Dairy Industry Present Status and.ppt
Indian Dairy Industry Present Status and.pptIndian Dairy Industry Present Status and.ppt
Indian Dairy Industry Present Status and.pptMadan Karki
 
Introduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxIntroduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxk795866
 
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
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
 
Instrumentation, measurement and control of bio process parameters ( Temperat...
Instrumentation, measurement and control of bio process parameters ( Temperat...Instrumentation, measurement and control of bio process parameters ( Temperat...
Instrumentation, measurement and control of bio process parameters ( Temperat...121011101441
 
Transport layer issues and challenges - Guide
Transport layer issues and challenges - GuideTransport layer issues and challenges - Guide
Transport layer issues and challenges - GuideGOPINATHS437943
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 
8251 universal synchronous asynchronous receiver transmitter
8251 universal synchronous asynchronous receiver transmitter8251 universal synchronous asynchronous receiver transmitter
8251 universal synchronous asynchronous receiver transmitterShivangiSharma879191
 
lifi-technology with integration of IOT.pptx
lifi-technology with integration of IOT.pptxlifi-technology with integration of IOT.pptx
lifi-technology with integration of IOT.pptxsomshekarkn64
 
Risk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdfRisk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdfROCENODodongVILLACER
 

Recently uploaded (20)

Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...
 
Earthing details of Electrical Substation
Earthing details of Electrical SubstationEarthing details of Electrical Substation
Earthing details of Electrical Substation
 
Correctly Loading Incremental Data at Scale
Correctly Loading Incremental Data at ScaleCorrectly Loading Incremental Data at Scale
Correctly Loading Incremental Data at Scale
 
Vishratwadi & Ghorpadi Bridge Tender documents
Vishratwadi & Ghorpadi Bridge Tender documentsVishratwadi & Ghorpadi Bridge Tender documents
Vishratwadi & Ghorpadi Bridge Tender documents
 
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor CatchersTechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
 
Electronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfElectronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdf
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
Indian Dairy Industry Present Status and.ppt
Indian Dairy Industry Present Status and.pptIndian Dairy Industry Present Status and.ppt
Indian Dairy Industry Present Status and.ppt
 
Introduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxIntroduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptx
 
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
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
 
Instrumentation, measurement and control of bio process parameters ( Temperat...
Instrumentation, measurement and control of bio process parameters ( Temperat...Instrumentation, measurement and control of bio process parameters ( Temperat...
Instrumentation, measurement and control of bio process parameters ( Temperat...
 
Transport layer issues and challenges - Guide
Transport layer issues and challenges - GuideTransport layer issues and challenges - Guide
Transport layer issues and challenges - Guide
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
8251 universal synchronous asynchronous receiver transmitter
8251 universal synchronous asynchronous receiver transmitter8251 universal synchronous asynchronous receiver transmitter
8251 universal synchronous asynchronous receiver transmitter
 
lifi-technology with integration of IOT.pptx
lifi-technology with integration of IOT.pptxlifi-technology with integration of IOT.pptx
lifi-technology with integration of IOT.pptx
 
POWER SYSTEMS-1 Complete notes examples
POWER SYSTEMS-1 Complete notes  examplesPOWER SYSTEMS-1 Complete notes  examples
POWER SYSTEMS-1 Complete notes examples
 
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
 
Risk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdfRisk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdf
 

IRJET- Virtual Dietitian: An Android based Application to Provide Diet

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 01 | Jan 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1545 Virtual Dietitian: An Android based Application to Provide Diet Prof. Prajkta Khaire1, Rishikesh Suvarna2, Ashraf Chaudhary3 1Professor. Prajkta Khaire, Dept. of Information Technology Engineering, SSJCOE, Maharashtra, India 2Student Rishikesh Suvarna, Dept. of Information Technology Engineering, SSJCOE, Maharashtra, India 3Student Ashraf Chaudhary, Dept. of Information Technology Engineering, SSJCOE, Maharashtra, India ---------------------------------------------------------------------***---------------------------------------------------------------------- Abstract - This application provides the user with a complex algorithm which can provide the user with a diet plan based on his/her characteristics like height, weight, BMI etc. In Today's busy life everyone can just dream of having a proper balanced diet. A balanced diet is important because your organs and tissues need proper nutrition to work effectively. Without good nutrition, your body is more prone to disease, infection, fatigue, and poor performance. Children with a poor diet run the risk of growth and developmental problems and poor academic performance, and bad eating habits can persist for the rest of their lives. At the core of a balanced diet are foods that are low in unnecessary fats and sugars and high in vitamins, minerals, and other nutrients. The following food groups are essential parts of a balanced diet. Calories play a vital role in our growth and energy. A good diet can help you manipulate calorie intake based on your requirements. The proposed application will provide the user with a user-friendly User-Interface where they can create an account, manage their account and get the diet by the click of just one button. If the user is allergic to some kind of food, it also has the feature to contact an actual dietitian to consult. And there’s also a page where the user can just read some interesting facts on health and human body. This application will save a lot of user’s time by not actually visiting a dietitian and getting everything done on their phone. Keywords: Health, Diet, BMI, Save Time 1. INTRODUCTION Virtual dietitian android application is an application which provides a generic diet to its users. It acts as a diet consultant similar to a real Dietitian. This system acts in a similar way as that of a dietitian. A person in order to know his/her diet plan needs to give some information to the dietitian such as its body type, weight, height and working hour details. Similar way this system also provides the diet plan according to the information entered by the user. The system asks all his data from the user and processes it to provide the diet plan to the user. Thus, the user does not need to visit any dietitian which also saves time and the user can get the required diet plan in just a click. The system will give more accurate results as it accepts the data entered by the user and processes it depending on some metrics already known to the application on the basis of which a diet plan is generated and ask the user if the user accepts the diet plan. If not accepted the system may also give and alternative diet plan. This application not only provides the user a proper & healthy diet but also provides the user all the workout information. There is a card for Work out details for all the workout programs for each body part. If a user wants to stay fit and eat healthy, he can surely follow the program provided to him. The Application also has a card for Health Facts on the home screen, which will provide all the general knowledge and some amazing facts on our human body and body parts. This Application can be a vital part of a user if he wishes to maintain his health and body perfectly and follow the diet plan & the workout plan provided to the user. 2. RELATED WORK In the Literature Survey part, we observed the main goal of our project which was to be made and started searching for published papers on it which will help us in building the application. We went across many IEEE & Bayes Papers and found many papers which was some or the other way connected to our project based on health. We found many interesting papers as well as simple ones, we gathered the data from them. In the existing health care system, the primary requirement and disadvantage is physical presence of patient and doctor for every consultation. Also, there is a high chance of misinterpretation of data as well as occurrence of errors. Moreover, it is cumbersome and time consuming. With the increase in volume of patients in the health care institutes, traditional method of management has gone out of phase. As a result of this, an advanced Health Care Management System has been the demand of time. Some Systems were built directly for sole purpose of a single disease like Obesity, down syndrome etc. and some were general purpose applications, some projects website based and some were mobile application based. Our project was to be built on android so that people can get a good UI and also the app should be user-friendly. Some of the applications were paid-to-use and some were free, we wanted to build our project to be free to all. We started gathering information on the existing system and how it works and also a real dietitian works and calculates a diet based on a person’s details like height, age, weight, gender etc. Even the internet helped us a lot for finding some basic formulas for calculating the diet and total calories. A person’s diet totally depends upon what kind of activity he does in a day. If he/she has a hardworking job then they may lose more kcal as
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 01 | Jan 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1546 compared to other person who doesn’t do much of hard work, so we have to calculate the Kcal based on the activity level of the person. The total calories to be consumed should be balanced proportion of macro nutrients like Proteins, Carbohydrates and Fats, with the ratio of 2:2:1. In the existing health care system, the primary requirement and disadvantage is physical presence of patient and doctor for every consultation. Also, there is a high chance of misinterpretation of data as 4 well as occurrence of errors. Moreover, it is cumbersome and time consuming. With the increase in volume of patients in the health care institutes, traditional method of management has gone out of phase. As a result of this, an advanced Health Care Management System has been the demand of time. 3. DESIGN & IMPLEMENTATION METHODS 3.1 Design In this, we design the overview and implementation of the project was discussed. The modules discussed to be implemented are listed with some details.  User Dashboard  New Diet  Workouts  Health Facts In the Design Process, we first designed the flow of events in which the application would work, which can be seen in the flowchart below In the Design Process, we first designed the flow of events in which the application would work, which can be seen in the flowchart below. We have to design a user registration system to be able to gain user information to calculate their details, we designed the registration and login system using Google’s Firebase – A cloud-based system to store our data and authentication. It has a very easy to use interface and the Doc helps in implementing it. In the Registration process the app will take the details of users like age, height, weight, gender etc. and store it in the firebase database. There will be a dashboard card, where after the user logs in can view his details and also edit/ update the data. The Diet Plan card will give the user his data based on the details provided by the user while registering. All the calculations to get results was through research & getting the right formulas. The Workout card was designed with the recycler view of the android’s design system, it provides a list of items, we can change or update any items in the recycler view. Figure 1. Class Diagram of the application Figure 2. Flowchart of the application 3.2 Implementation Implementation is done with the help of the reference papers used and the internet, the application is built using Google’s very own Android Studio. The Android Studio Docs helped us to implement certain design features to out app and also add API’s for the firebase
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 01 | Jan 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1547 database & authentication. A few tutorials helped us to create a stable application that can work properly. The Formulas used for calculating the BMI (Body mass Index) and to calculate the total calories to intake was found on internet on some research. Formula for BMI: BMI = Weight / Height 2 Where, Weight is in Kilograms, Height is in Meters. Formula for calculating Maintenance Calories: Calories = (Weight * 22) * Activity Multiplier Where, Weight is in Kilograms, Activity Multiplies refers to the amount of activity done in a day; it ranges from 1.2 for moderate work to 2.0 for extreme work done. Calculating Diet & Providing Diet: The Maintenance calories of the users has to be calculated on the basis of his height, weight, age etc. The Maintenance Calories are calculated with the help of the formula given above, once the calories are calculated then the system decides if the user is in a under-weight, healthy or overweight category based on his BMI. The User is then suggested which type of diet program he / she should start, the user is still given the option to opt for the diet category like, Gain weight, Maintain Weight or Lose Weight. Based on the category selected the diet is provided by the application to the user. The Diet is based on the charts of diets calculated & created by expert Dietitians and Nutritionists all over the globe. The User still has to option to consult a physical dietitian if he / she has some issues with the diet provided or has some food allergies or irritations, for example some people are Lactose Intolerant, so the dietitian will suggest some replacement for the lactose-based products in the diet. Application UI: Figure 3. Dashboard. Screenshot Figure 4. Registration Page Screenshot
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 01 | Jan 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1548 Figure 5. Diet Page Screenshot Figure 6. Nutrition Tab Screenshot 4. CONCLUSION With the proposed application on mobile phones, we will be able to bring the Dietitian App on the palm of every individual. The application can be deployed on the cloud by integrating different servers through the cloud in its future iterations. With respect to the feedback of the App users’ further improvements can be incorporated within the system to make it more users friendly. In our approach for implementing this project is we have implemented a virtual dietitian using android. Our system comprises of main components such as of a user login and an admin login. The software system allows the user to create their profiles and upload all their details and their BMI is calculated by the system. The admin can check each user details and can remove faulty accounts. People who are in need of a serious health care but are busy with their schedules, can start using our application and start following the diet and workout programs. With the help of this application, user doesn’t have to go to an actual dietitian he can have a dietitian in the palm of his hands. FUTURE SCOPE  This application can be further improved by feedback suggestions from the users.  This application can be improved with the help of an expert nutritionist who can help us creating different types of programs for different classification of users.  The project is easily extensible and can be improved by further incremental releases of the same.  We plan to focus on improving the overall performance of the system. Also, interaction between guider and dietitian through video calling and secure prescription will be focused upon.  Some more ways to achieve dietitian will be focused. REFERENCES Published Survey Papers: [1] 2395-0056, Prof. DV Chandran, Sayali Adarkar, Apoorva Joshi, Preeti Kajbajd,, “Digital Medicine: An android based application for health care system”, IRJET, Volume-4, 04Apr-2017. [2] 16-0227, Hilde A.E Geraedts, Wiebren Zijlstra, Wei Zhang, Sophie L.W. Spoorenberg, “Home Based Exercise Program Driven By Tablet Application & Mobility Monitoring, Public Health Research”, Volume 14-E12, Feb-2017. [3] 73-93, Jonathan Lazar, Caitlin Woglon, Jeanhee Chunk, Alison Schwartz, Richard Moore, Co-
  • 5. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 01 | Jan 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1549 “Design Process of a Smart Phone App to Help People with Down Syndrome“ Manage their Nutritional Habits, Journal of Usability Studies, Volume 13, 02-Feb-2018. [4] 305755235, Rodrigo Zenun Franco, Julie Anne Lovegrove, Rosalind Fallaize, Foustina Hwang, Popular Nutrition-Related Mobile Apps: A Feature Assessment, JMIR MHEALTH & UHEALTH, Volume-4 Issue-3, Aug-2016. [5] 2456-3307, Talapanty Shweta, Vangari Sweta, Singh Deepali, Prof. Shrikant Sanas, Gaonkar Vaishnavi, “Artificial Intelligence Dietitian using Android”, IJSR-CSEIT, Volume-2, 09-Apr-2017. Documentations:  1.Android Studio Documentations  2.Java Documentations