SlideShare a Scribd company logo
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 03 | Mar -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 2141
Eating Habit and Health Monitoring System Using Android Based
Machine Learning
Avinash Palve1,Snehal More2, Shivani Chaudhari3, Akshay Katke4, Kartike Kampassi5
1Professor, Avinash Palve, Dept. of Computer Engineering, TCOER, Pune, Maharashtra, India.
2Snehal More, Department of Computer Engineering, TCOER, Pune, Maharashtra, India
3Shivani Chaudhari, Department of Computer Engineering, TCOER, Pune, Maharashtra, India
4Akshay Katke, Department of Computer Engineering, TCOER, Pune, Maharashtra, India
5Kartike Kampassi, Department of Computer Engineering, TCOER, Pune, Maharashtra, India
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract – Now a days, there are many threats to human
health. Nutrition-related diseases are now becoming a
dangerous threat to human health. Balancing energy intake
and expenditure is crucial steptomaintainhealthylifestyle. To
collect the acoustic signals during eating and chewing, a
wearable device is to be worn around the person's neck . An
embedded hardware prototype will collect the food intake
data. Signals collected will be processedbythehardware. blue
tooth signal will send to Smartphone where food types are
recognized. We use hidden Markov models to detect chewing
or swallowing events. Developed an application on the
Smartphone, which verifies the food intake results and gives
relevant suggestions on healthier habits. Itnotifiestheuser by
giving notification to the user.
Key Words: Health, Signal, Food, Smart phone,
Acoustic, Bluetooth etc..
1.INTRODUCTION
It is Important to maintain a healthy lifestyle in our day to
day life. Daily food intake must be worth neither it may lead
to various diseases and other consequences. If proper care
isn't taken then severe disorders may become threat.
Present solutions to measure calorie expenditure are, such
as Fit-bit, Philips Direct Life, etc. However, continuouslyand
non-invasive monitoring on calorie intake remains a
challenge. Currently present solutions rely on self-reports,
which are not convenient because the food intakes differ
from person to person or to different age groups.Todevelop
easy-to-use solution to detect the daily food intake and its
expenditure endorse Android Based Healthcare System
Using Machine Learning. We propose this system as it is
desirable to develop more accurate and more easy methods
to monitor the food intake. It is user friendly, easy to use,
interactive with any smart phone which can handle it and
understand its working in detail properly.
2. RELATED WORK
Advances in wearable devices continues to play a major role
in improving human healthcare as it provides several
opportunities which help to balance food intake and energy
consumption. Advancement in wearable devices which help
to monitor body organs,movementandaction.Manysensors
are being deployed in the system to collect the health
related data of user. Interpretation of data plays the major
role. Real-world degradation of signals are more prone to
noise which lowers down the quality of systemperformance
in speech recognition systems.HiddenMarkovModel isused
for construction of speech components which are spectral
whose performance is degraded by unwanted noise. At each
step there is discrete state among the number of possible
states which are finite. In the frequency domain encoding of
speech parameters is done by number of speech analysis.
3. PROPOSED SYSTEM
Main goal of this Technology is to make user aware of
his/her daily food intake. Provide the suggestions according
to it. Provide customized suggestionstoindividual regarding
healthier eating habits. Develop an application food
recognition results information in a most user-friendly way.
Design of an Health Monitoring System which can be
interfaced with an android Smartphone. The embedded
system give updatestheuserbyusingSmartphoneregarding
its health.
3.1 Body Mass Index and Calorie Intake
To measure the daily calorie intake of a person weuseone of
the most easiest method. The method is to measure your
body mass index (BMI). The BMI is a calculation of your
weight in relationship to your height.
 Calculating your BMI
1. Measure and record your height(in cm).
2. Measure your weight(in kg).
3. Calculate your BMI by using formula:
BMI = Weight (kg)________ / Height (m2) ________ =
__________
Result will be either Underweight Normal Overweight
Obese.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 03 | Mar -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 2142
Fig1-BMI Chart
3.2 Calories In vs. Calories Out
Your energy balance is the relationship between “energy in”
(food calories taken in into the blood through food and
drink) and “energy out” (calories being used in our daily
activities).The same amount of ENERGY INTAKE (calories
consumed) and ENERGY OUT(calories burned) over the
time = weight remains the proportionally same.
More IN than OUT over time = gain in weight .
More OUT than IN over time = loss of weight .
3.3Calculating Your Energy Needs
Fig2-Harris-Benedict equation
We use the Harris-Benedict equation to calculate the energy
needs of a person.
4.SYSTEM ARCHITECTURE
Fig3-Hardware Board
Android based health monitoring system is mainly
comprises of two components: An embedded unit for
acoustic data gathering and pre-processing, retrieval and
smart-phone unit run the application to give suggestions to
the user. These notifications are based on the calorie
consumption by the user. Embedded unit interact with the
smart-phone via Bluetooth connection. Architecture is
divided into two system are given below:
1)Embedded System
1)Vibration Sensor -The wearabledevicewornaround neck
is used for sensing acoustic signals .2)ADC, 3)AVR Micro
controller : ATmega32 (40 pins). , 4) Bluetooth : HC-05.
2)Smartphone Unit
The application developed on the Smartphone works as a
data manager and provides an interface to the individual.To
start the application when the user starts to eat, the system
will store the detailed data into a database at smart phone
side. The user can not only check the records, but also go
through the notifications on healthier eating habits which
are obtained by analyzing the data collected.
 WORKING PROCESS
The wearable device is worn around neck while eating food.
Vibration sensor converts vibrations from the skin to
acoustic signals. Embedded system is used for data
processing and transmission. When the acoustic data
collected from the throat vibration sensor. They are
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 03 | Mar -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 2143
amplified and filtered to achieve better signal quality. Then
the analog signals are converted into digital signal for later
steps. The digital signals are passed to the microcontroller
for segmentation and later for framing. The microcontroller
is also responsible for frame admission control of raw
signals from the vibration sensor. The data frames are being
sent to the Bluetooth module through UART using SPI
transport protocol and further sent to the smart phone by
the Bluetooth module with a SPP profile.
 WORKING ON SMARTPHONE:
Step1-Open the application
Step2-Login or Sign Up For new account
After user log in into application. His profile get created
which contain his/her weight, height, gender, age.
Step3-Calorie gain and burn calculation window
Step4-Train the system
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 03 | Mar -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 2144
Step5-Create and Save the patterns by training
system
Step6-Display result and suggestions
3. CONCLUSIONS
Android based health monitoringsystemiscomposedoftwo
components: an embedded unit for acoustic data gathering,
retrieval as well as per-processing, andSmartphoneunitrun
the application to give suggestions to the user for healthier
eating habits. These suggestions are based on the calorie
consumption by the individual. Embedded unit interacts
with the Smartphone unit via Bluetooth connectivity.
4.FUTURE SCOPE
Concept of image processing can be used to recognize the
type of food intake. Solids can be differentiated from other
solids and liquids can be differentiated from other liquids.
The system can also be supported by use of audio
processing. In audio processing ,user needs to call out the
name of the food item and it acts according to it.
ACKNOWLEDGEMENT
The research is on the project topic “Android Based Health
Monitoring System Using Machine”. We are grateful to our
esteemed guide, Prof. Avinash Palve, for providing the right
guidance and advice at the crucial times. Last but not the
least; we would like to thank our friends and family for the
support and encouragement they have given us during this
entire course of our work.
REFERENCES
[1]By Yin Bi, Min song Lv, Chen Song, Wenyao Xu, Nan Guan,
Member, IEEE, and Wang Yi, Fellow, IEEE. Auto-dietary- A
Wearable Acoustic Sensor System for Food Intake
Recognition in Daily Life
[2]International Journal of InnovativeResearchinAdvanced
Engineering (IJIRAE) [1] Issue 2, Volume 2 (February 2015)
ISSN: 2349-2163 www.ijirae.com Hidden Markov Model
Based Robust Speech Recognition Vikas Mulik Vikram Mane
Imran Jamadar
[3]By E. S. Sazonov, O. Makeyev, S. Schuckers, P. Lopez-
Meyer, E. L. Melanson, and M. R. Neuman, “Automatic
detection of swallowing events by acoustical means for
applications of monitoring of ingestive behavior,” IEEE
Trans. Biomed. Eng., vol. 57, no. 3, pp. 626–633, Mar. 2010
[4]IEEE Pervasive Computing, vol. 8, no. 2, pp. 62–70,
Apr./Jun. 2009.O. Amft and G. Troster, “On-body sensing
solutions for automatic dietary monitoring,”
[5] Physiol. Meas.,vol. 29, 2008.“Non-invasive monitoring of
chewing and swallow-ing for objective quantification of
ingestive behavior,”E.S. Sazonov et al.
[6]Hmm-based acousticevent detection with adaboost
feature selectionsMing Liu Hao Tang Mark Hasegawa-
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 03 | Mar -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 2145
Johnson Xi Zhou,Xiaodan Zhuang and Thomas Huang.
MultimodalTechnologiesfor PerceptionofHumans,Springer
BerlinHeidelberg, 2007.
[7]“A comparative study on feature selection in text
categorization,” By Y. Yang and J. O. Pedersen, in Proc. 14th
Int. Conf. Mach. Learn, 1997.

More Related Content

What's hot

IRJET - Personal Nutritionist using Fatsecret API
IRJET - Personal Nutritionist using Fatsecret APIIRJET - Personal Nutritionist using Fatsecret API
IRJET - Personal Nutritionist using Fatsecret API
IRJET Journal
 
IRJET- Smart Ambulance with Traffic Control Ability
IRJET- Smart Ambulance with Traffic Control AbilityIRJET- Smart Ambulance with Traffic Control Ability
IRJET- Smart Ambulance with Traffic Control Ability
IRJET Journal
 
PATIENT HEALTH MONITORING SYSTEM USING IOT AND ANDROID
PATIENT HEALTH MONITORING SYSTEM USING IOT AND ANDROIDPATIENT HEALTH MONITORING SYSTEM USING IOT AND ANDROID
PATIENT HEALTH MONITORING SYSTEM USING IOT AND ANDROID
Journal For Research
 
IRJET- IoT based Patient Health Monitoring using ESP8266
IRJET-  	  IoT based Patient Health Monitoring using ESP8266IRJET-  	  IoT based Patient Health Monitoring using ESP8266
IRJET- IoT based Patient Health Monitoring using ESP8266
IRJET Journal
 
REVIEW ON: IOT BASED HEART DISEASE MONITORING SYSTEM
REVIEW ON: IOT BASED HEART DISEASE MONITORING SYSTEMREVIEW ON: IOT BASED HEART DISEASE MONITORING SYSTEM
REVIEW ON: IOT BASED HEART DISEASE MONITORING SYSTEM
IJTRET-International Journal of Trendy Research in Engineering and Technology
 
IRJET - Remote Health Monitoring System using IoT
IRJET - Remote Health Monitoring System using IoTIRJET - Remote Health Monitoring System using IoT
IRJET - Remote Health Monitoring System using IoT
IRJET Journal
 
IRJET - Design and Implementation of IoT based Smart Health Care Monitoring S...
IRJET - Design and Implementation of IoT based Smart Health Care Monitoring S...IRJET - Design and Implementation of IoT based Smart Health Care Monitoring S...
IRJET - Design and Implementation of IoT based Smart Health Care Monitoring S...
IRJET Journal
 
EXTEMPORIZING HEALTHCARE USING SMART FABRIC
EXTEMPORIZING HEALTHCARE USING SMART FABRICEXTEMPORIZING HEALTHCARE USING SMART FABRIC
EXTEMPORIZING HEALTHCARE USING SMART FABRIC
AM Publications,India
 
IRJET - An Effective Automated Monitoring and Controlling of Poultry Farm usi...
IRJET - An Effective Automated Monitoring and Controlling of Poultry Farm usi...IRJET - An Effective Automated Monitoring and Controlling of Poultry Farm usi...
IRJET - An Effective Automated Monitoring and Controlling of Poultry Farm usi...
IRJET Journal
 
IRJET - Smart Maternal Real Time Monitoring using IoT-Technique
IRJET - Smart Maternal Real Time Monitoring using IoT-TechniqueIRJET - Smart Maternal Real Time Monitoring using IoT-Technique
IRJET - Smart Maternal Real Time Monitoring using IoT-Technique
IRJET Journal
 
IRJET- Authorization for Wearable Biomedical Gadgets Monitoring System
IRJET- Authorization for Wearable Biomedical Gadgets Monitoring SystemIRJET- Authorization for Wearable Biomedical Gadgets Monitoring System
IRJET- Authorization for Wearable Biomedical Gadgets Monitoring System
IRJET Journal
 
WEARABLE HEALTH MONITORING SYSTEM FOR BABIES
WEARABLE HEALTH MONITORING SYSTEM FOR BABIESWEARABLE HEALTH MONITORING SYSTEM FOR BABIES
WEARABLE HEALTH MONITORING SYSTEM FOR BABIES
IAEME Publication
 
Secured Smart Healthcare Monitoring System based on IOT
Secured Smart Healthcare Monitoring System based on IOTSecured Smart Healthcare Monitoring System based on IOT
Secured Smart Healthcare Monitoring System based on IOT
Associate Professor in VSB Coimbatore
 
Wearable System for Vital Signs Measurement
Wearable System for Vital Signs MeasurementWearable System for Vital Signs Measurement
Wearable System for Vital Signs Measurement
IRJET Journal
 
IRJET- A Survey on-Security for using Pervasive Healthcare Monitoring Sys...
IRJET-  	  A Survey on-Security for using Pervasive Healthcare Monitoring Sys...IRJET-  	  A Survey on-Security for using Pervasive Healthcare Monitoring Sys...
IRJET- A Survey on-Security for using Pervasive Healthcare Monitoring Sys...
IRJET Journal
 
The Internet Of Things UOP
The Internet Of Things UOPThe Internet Of Things UOP
The Internet Of Things UOP
Ahmad Atef Al-Shoubaki
 
IRJET- Smart Monitoring using IoT for Sustainable Development in Food Safety
IRJET-  	  Smart Monitoring using IoT for Sustainable Development in Food SafetyIRJET-  	  Smart Monitoring using IoT for Sustainable Development in Food Safety
IRJET- Smart Monitoring using IoT for Sustainable Development in Food Safety
IRJET Journal
 

What's hot (17)

IRJET - Personal Nutritionist using Fatsecret API
IRJET - Personal Nutritionist using Fatsecret APIIRJET - Personal Nutritionist using Fatsecret API
IRJET - Personal Nutritionist using Fatsecret API
 
IRJET- Smart Ambulance with Traffic Control Ability
IRJET- Smart Ambulance with Traffic Control AbilityIRJET- Smart Ambulance with Traffic Control Ability
IRJET- Smart Ambulance with Traffic Control Ability
 
PATIENT HEALTH MONITORING SYSTEM USING IOT AND ANDROID
PATIENT HEALTH MONITORING SYSTEM USING IOT AND ANDROIDPATIENT HEALTH MONITORING SYSTEM USING IOT AND ANDROID
PATIENT HEALTH MONITORING SYSTEM USING IOT AND ANDROID
 
IRJET- IoT based Patient Health Monitoring using ESP8266
IRJET-  	  IoT based Patient Health Monitoring using ESP8266IRJET-  	  IoT based Patient Health Monitoring using ESP8266
IRJET- IoT based Patient Health Monitoring using ESP8266
 
REVIEW ON: IOT BASED HEART DISEASE MONITORING SYSTEM
REVIEW ON: IOT BASED HEART DISEASE MONITORING SYSTEMREVIEW ON: IOT BASED HEART DISEASE MONITORING SYSTEM
REVIEW ON: IOT BASED HEART DISEASE MONITORING SYSTEM
 
IRJET - Remote Health Monitoring System using IoT
IRJET - Remote Health Monitoring System using IoTIRJET - Remote Health Monitoring System using IoT
IRJET - Remote Health Monitoring System using IoT
 
IRJET - Design and Implementation of IoT based Smart Health Care Monitoring S...
IRJET - Design and Implementation of IoT based Smart Health Care Monitoring S...IRJET - Design and Implementation of IoT based Smart Health Care Monitoring S...
IRJET - Design and Implementation of IoT based Smart Health Care Monitoring S...
 
EXTEMPORIZING HEALTHCARE USING SMART FABRIC
EXTEMPORIZING HEALTHCARE USING SMART FABRICEXTEMPORIZING HEALTHCARE USING SMART FABRIC
EXTEMPORIZING HEALTHCARE USING SMART FABRIC
 
IRJET - An Effective Automated Monitoring and Controlling of Poultry Farm usi...
IRJET - An Effective Automated Monitoring and Controlling of Poultry Farm usi...IRJET - An Effective Automated Monitoring and Controlling of Poultry Farm usi...
IRJET - An Effective Automated Monitoring and Controlling of Poultry Farm usi...
 
IRJET - Smart Maternal Real Time Monitoring using IoT-Technique
IRJET - Smart Maternal Real Time Monitoring using IoT-TechniqueIRJET - Smart Maternal Real Time Monitoring using IoT-Technique
IRJET - Smart Maternal Real Time Monitoring using IoT-Technique
 
IRJET- Authorization for Wearable Biomedical Gadgets Monitoring System
IRJET- Authorization for Wearable Biomedical Gadgets Monitoring SystemIRJET- Authorization for Wearable Biomedical Gadgets Monitoring System
IRJET- Authorization for Wearable Biomedical Gadgets Monitoring System
 
WEARABLE HEALTH MONITORING SYSTEM FOR BABIES
WEARABLE HEALTH MONITORING SYSTEM FOR BABIESWEARABLE HEALTH MONITORING SYSTEM FOR BABIES
WEARABLE HEALTH MONITORING SYSTEM FOR BABIES
 
Secured Smart Healthcare Monitoring System based on IOT
Secured Smart Healthcare Monitoring System based on IOTSecured Smart Healthcare Monitoring System based on IOT
Secured Smart Healthcare Monitoring System based on IOT
 
Wearable System for Vital Signs Measurement
Wearable System for Vital Signs MeasurementWearable System for Vital Signs Measurement
Wearable System for Vital Signs Measurement
 
IRJET- A Survey on-Security for using Pervasive Healthcare Monitoring Sys...
IRJET-  	  A Survey on-Security for using Pervasive Healthcare Monitoring Sys...IRJET-  	  A Survey on-Security for using Pervasive Healthcare Monitoring Sys...
IRJET- A Survey on-Security for using Pervasive Healthcare Monitoring Sys...
 
The Internet Of Things UOP
The Internet Of Things UOPThe Internet Of Things UOP
The Internet Of Things UOP
 
IRJET- Smart Monitoring using IoT for Sustainable Development in Food Safety
IRJET-  	  Smart Monitoring using IoT for Sustainable Development in Food SafetyIRJET-  	  Smart Monitoring using IoT for Sustainable Development in Food Safety
IRJET- Smart Monitoring using IoT for Sustainable Development in Food Safety
 

Similar to Eating Habit and Health Monitoring System using Android Based Machine Learning

SMART WAIST BELT FOR HEALTH MONITORING
SMART WAIST BELT FOR HEALTH MONITORINGSMART WAIST BELT FOR HEALTH MONITORING
SMART WAIST BELT FOR HEALTH MONITORING
IRJET Journal
 
Final project ppt.pptx
Final project ppt.pptxFinal project ppt.pptx
Final project ppt.pptx
MalathyN5
 
IRJET- Smart Medical Assistant using Wearable Device
IRJET- Smart Medical Assistant using Wearable DeviceIRJET- Smart Medical Assistant using Wearable Device
IRJET- Smart Medical Assistant using Wearable Device
IRJET 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 Diet
IRJET Journal
 
Multipurpose Health Application
Multipurpose Health ApplicationMultipurpose Health Application
Multipurpose Health Application
IRJET Journal
 
IRJET - IoT based Pedometer using Raspberry-Pi
IRJET -  	  IoT based Pedometer using Raspberry-PiIRJET -  	  IoT based Pedometer using Raspberry-Pi
IRJET - IoT based Pedometer using Raspberry-Pi
IRJET Journal
 
HealthBuddy
HealthBuddyHealthBuddy
HealthBuddy
IRJET Journal
 
Irjet v7 i31040
Irjet v7 i31040Irjet v7 i31040
Irjet v7 i31040
aissmsblogs
 
Fitness Trainer Application Using Artificial Intelligence
Fitness Trainer Application Using Artificial IntelligenceFitness Trainer Application Using Artificial Intelligence
Fitness Trainer Application Using Artificial Intelligence
IRJET Journal
 
Monitoring as a_servihttp://www.slideshare.net/upload#ce_4_healthcareproviders
Monitoring as a_servihttp://www.slideshare.net/upload#ce_4_healthcareprovidersMonitoring as a_servihttp://www.slideshare.net/upload#ce_4_healthcareproviders
Monitoring as a_servihttp://www.slideshare.net/upload#ce_4_healthcareprovidersmobi fly
 
Sport Monitoring System_Article form
Sport Monitoring System_Article formSport Monitoring System_Article form
Sport Monitoring System_Article formParviz Abbasov
 
IRJET- Wireless Real Time Implementation of Health Assist System for Rurals
IRJET- Wireless Real Time Implementation of Health Assist System for RuralsIRJET- Wireless Real Time Implementation of Health Assist System for Rurals
IRJET- Wireless Real Time Implementation of Health Assist System for Rurals
IRJET 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
 
EXERCISE ORIENTED SMARTBAND IN HEALTH AND FITNESS
EXERCISE ORIENTED SMARTBAND IN HEALTH AND FITNESSEXERCISE ORIENTED SMARTBAND IN HEALTH AND FITNESS
EXERCISE ORIENTED SMARTBAND IN HEALTH AND FITNESS
IRJET Journal
 
An intelligent approach to take care of mother and baby health
An intelligent approach to take care of mother and baby healthAn intelligent approach to take care of mother and baby health
An intelligent approach to take care of mother and baby health
IJECEIAES
 
IRJET- An Android Application for Electronic Health Record System
IRJET- An Android Application for Electronic Health Record SystemIRJET- An Android Application for Electronic Health Record System
IRJET- An Android Application for Electronic Health Record System
IRJET Journal
 
IRJET- An Android Application for Electronic Health Record System
IRJET- An Android Application for Electronic Health Record SystemIRJET- An Android Application for Electronic Health Record System
IRJET- An Android Application for Electronic Health Record System
IRJET Journal
 
Health monoring System
Health monoring SystemHealth monoring System
Health monoring System
sakru naik
 
Android Based Patient Health Monitoring System
Android Based Patient Health Monitoring SystemAndroid Based Patient Health Monitoring System
Android Based Patient Health Monitoring System
IRJET Journal
 
SMART VILLAGE - DIGITAL HEALTHCARE SYSTEM
SMART VILLAGE - DIGITAL HEALTHCARE SYSTEMSMART VILLAGE - DIGITAL HEALTHCARE SYSTEM
SMART VILLAGE - DIGITAL HEALTHCARE SYSTEM
IRJET Journal
 

Similar to Eating Habit and Health Monitoring System using Android Based Machine Learning (20)

SMART WAIST BELT FOR HEALTH MONITORING
SMART WAIST BELT FOR HEALTH MONITORINGSMART WAIST BELT FOR HEALTH MONITORING
SMART WAIST BELT FOR HEALTH MONITORING
 
Final project ppt.pptx
Final project ppt.pptxFinal project ppt.pptx
Final project ppt.pptx
 
IRJET- Smart Medical Assistant using Wearable Device
IRJET- Smart Medical Assistant using Wearable DeviceIRJET- Smart Medical Assistant using Wearable Device
IRJET- Smart Medical Assistant using Wearable Device
 
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
 
Multipurpose Health Application
Multipurpose Health ApplicationMultipurpose Health Application
Multipurpose Health Application
 
IRJET - IoT based Pedometer using Raspberry-Pi
IRJET -  	  IoT based Pedometer using Raspberry-PiIRJET -  	  IoT based Pedometer using Raspberry-Pi
IRJET - IoT based Pedometer using Raspberry-Pi
 
HealthBuddy
HealthBuddyHealthBuddy
HealthBuddy
 
Irjet v7 i31040
Irjet v7 i31040Irjet v7 i31040
Irjet v7 i31040
 
Fitness Trainer Application Using Artificial Intelligence
Fitness Trainer Application Using Artificial IntelligenceFitness Trainer Application Using Artificial Intelligence
Fitness Trainer Application Using Artificial Intelligence
 
Monitoring as a_servihttp://www.slideshare.net/upload#ce_4_healthcareproviders
Monitoring as a_servihttp://www.slideshare.net/upload#ce_4_healthcareprovidersMonitoring as a_servihttp://www.slideshare.net/upload#ce_4_healthcareproviders
Monitoring as a_servihttp://www.slideshare.net/upload#ce_4_healthcareproviders
 
Sport Monitoring System_Article form
Sport Monitoring System_Article formSport Monitoring System_Article form
Sport Monitoring System_Article form
 
IRJET- Wireless Real Time Implementation of Health Assist System for Rurals
IRJET- Wireless Real Time Implementation of Health Assist System for RuralsIRJET- Wireless Real Time Implementation of Health Assist System for Rurals
IRJET- Wireless Real Time Implementation of Health Assist System for Rurals
 
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...
 
EXERCISE ORIENTED SMARTBAND IN HEALTH AND FITNESS
EXERCISE ORIENTED SMARTBAND IN HEALTH AND FITNESSEXERCISE ORIENTED SMARTBAND IN HEALTH AND FITNESS
EXERCISE ORIENTED SMARTBAND IN HEALTH AND FITNESS
 
An intelligent approach to take care of mother and baby health
An intelligent approach to take care of mother and baby healthAn intelligent approach to take care of mother and baby health
An intelligent approach to take care of mother and baby health
 
IRJET- An Android Application for Electronic Health Record System
IRJET- An Android Application for Electronic Health Record SystemIRJET- An Android Application for Electronic Health Record System
IRJET- An Android Application for Electronic Health Record System
 
IRJET- An Android Application for Electronic Health Record System
IRJET- An Android Application for Electronic Health Record SystemIRJET- An Android Application for Electronic Health Record System
IRJET- An Android Application for Electronic Health Record System
 
Health monoring System
Health monoring SystemHealth monoring System
Health monoring System
 
Android Based Patient Health Monitoring System
Android Based Patient Health Monitoring SystemAndroid Based Patient Health Monitoring System
Android Based Patient Health Monitoring System
 
SMART VILLAGE - DIGITAL HEALTHCARE SYSTEM
SMART VILLAGE - DIGITAL HEALTHCARE SYSTEMSMART VILLAGE - DIGITAL HEALTHCARE SYSTEM
SMART VILLAGE - DIGITAL HEALTHCARE SYSTEM
 

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 STRUCTURE
IRJET 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 Characteristics
IRJET 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 ADAS
IRJET 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 Pro
IRJET 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 System
IRJET 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 bridges
IRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
IRJET 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 Design
IRJET 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

Governing Equations for Fundamental Aerodynamics_Anderson2010.pdf
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdfGoverning Equations for Fundamental Aerodynamics_Anderson2010.pdf
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdf
WENKENLI1
 
Fundamentals of Electric Drives and its applications.pptx
Fundamentals of Electric Drives and its applications.pptxFundamentals of Electric Drives and its applications.pptx
Fundamentals of Electric Drives and its applications.pptx
manasideore6
 
Final project report on grocery store management system..pdf
Final project report on grocery store management system..pdfFinal project report on grocery store management system..pdf
Final project report on grocery store management system..pdf
Kamal Acharya
 
Hierarchical Digital Twin of a Naval Power System
Hierarchical Digital Twin of a Naval Power SystemHierarchical Digital Twin of a Naval Power System
Hierarchical Digital Twin of a Naval Power System
Kerry Sado
 
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
MdTanvirMahtab2
 
Online aptitude test management system project report.pdf
Online aptitude test management system project report.pdfOnline aptitude test management system project report.pdf
Online aptitude test management system project report.pdf
Kamal Acharya
 
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdfAKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
SamSarthak3
 
Heap Sort (SS).ppt FOR ENGINEERING GRADUATES, BCA, MCA, MTECH, BSC STUDENTS
Heap Sort (SS).ppt FOR ENGINEERING GRADUATES, BCA, MCA, MTECH, BSC STUDENTSHeap Sort (SS).ppt FOR ENGINEERING GRADUATES, BCA, MCA, MTECH, BSC STUDENTS
Heap Sort (SS).ppt FOR ENGINEERING GRADUATES, BCA, MCA, MTECH, BSC STUDENTS
Soumen Santra
 
PPT on GRP pipes manufacturing and testing
PPT on GRP pipes manufacturing and testingPPT on GRP pipes manufacturing and testing
PPT on GRP pipes manufacturing and testing
anoopmanoharan2
 
basic-wireline-operations-course-mahmoud-f-radwan.pdf
basic-wireline-operations-course-mahmoud-f-radwan.pdfbasic-wireline-operations-course-mahmoud-f-radwan.pdf
basic-wireline-operations-course-mahmoud-f-radwan.pdf
NidhalKahouli2
 
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
ydteq
 
DESIGN AND ANALYSIS OF A CAR SHOWROOM USING E TABS
DESIGN AND ANALYSIS OF A CAR SHOWROOM USING E TABSDESIGN AND ANALYSIS OF A CAR SHOWROOM USING E TABS
DESIGN AND ANALYSIS OF A CAR SHOWROOM USING E TABS
itech2017
 
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
bakpo1
 
14 Template Contractual Notice - EOT Application
14 Template Contractual Notice - EOT Application14 Template Contractual Notice - EOT Application
14 Template Contractual Notice - EOT Application
SyedAbiiAzazi1
 
Building Electrical System Design & Installation
Building Electrical System Design & InstallationBuilding Electrical System Design & Installation
Building Electrical System Design & Installation
symbo111
 
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
AJAYKUMARPUND1
 
Cosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdfCosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdf
Kamal Acharya
 
DfMAy 2024 - key insights and contributions
DfMAy 2024 - key insights and contributionsDfMAy 2024 - key insights and contributions
DfMAy 2024 - key insights and contributions
gestioneergodomus
 
Swimming pool mechanical components design.pptx
Swimming pool  mechanical components design.pptxSwimming pool  mechanical components design.pptx
Swimming pool mechanical components design.pptx
yokeleetan1
 
Forklift Classes Overview by Intella Parts
Forklift Classes Overview by Intella PartsForklift Classes Overview by Intella Parts
Forklift Classes Overview by Intella Parts
Intella Parts
 

Recently uploaded (20)

Governing Equations for Fundamental Aerodynamics_Anderson2010.pdf
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdfGoverning Equations for Fundamental Aerodynamics_Anderson2010.pdf
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdf
 
Fundamentals of Electric Drives and its applications.pptx
Fundamentals of Electric Drives and its applications.pptxFundamentals of Electric Drives and its applications.pptx
Fundamentals of Electric Drives and its applications.pptx
 
Final project report on grocery store management system..pdf
Final project report on grocery store management system..pdfFinal project report on grocery store management system..pdf
Final project report on grocery store management system..pdf
 
Hierarchical Digital Twin of a Naval Power System
Hierarchical Digital Twin of a Naval Power SystemHierarchical Digital Twin of a Naval Power System
Hierarchical Digital Twin of a Naval Power System
 
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
 
Online aptitude test management system project report.pdf
Online aptitude test management system project report.pdfOnline aptitude test management system project report.pdf
Online aptitude test management system project report.pdf
 
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdfAKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
 
Heap Sort (SS).ppt FOR ENGINEERING GRADUATES, BCA, MCA, MTECH, BSC STUDENTS
Heap Sort (SS).ppt FOR ENGINEERING GRADUATES, BCA, MCA, MTECH, BSC STUDENTSHeap Sort (SS).ppt FOR ENGINEERING GRADUATES, BCA, MCA, MTECH, BSC STUDENTS
Heap Sort (SS).ppt FOR ENGINEERING GRADUATES, BCA, MCA, MTECH, BSC STUDENTS
 
PPT on GRP pipes manufacturing and testing
PPT on GRP pipes manufacturing and testingPPT on GRP pipes manufacturing and testing
PPT on GRP pipes manufacturing and testing
 
basic-wireline-operations-course-mahmoud-f-radwan.pdf
basic-wireline-operations-course-mahmoud-f-radwan.pdfbasic-wireline-operations-course-mahmoud-f-radwan.pdf
basic-wireline-operations-course-mahmoud-f-radwan.pdf
 
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
 
DESIGN AND ANALYSIS OF A CAR SHOWROOM USING E TABS
DESIGN AND ANALYSIS OF A CAR SHOWROOM USING E TABSDESIGN AND ANALYSIS OF A CAR SHOWROOM USING E TABS
DESIGN AND ANALYSIS OF A CAR SHOWROOM USING E TABS
 
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
 
14 Template Contractual Notice - EOT Application
14 Template Contractual Notice - EOT Application14 Template Contractual Notice - EOT Application
14 Template Contractual Notice - EOT Application
 
Building Electrical System Design & Installation
Building Electrical System Design & InstallationBuilding Electrical System Design & Installation
Building Electrical System Design & Installation
 
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
 
Cosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdfCosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdf
 
DfMAy 2024 - key insights and contributions
DfMAy 2024 - key insights and contributionsDfMAy 2024 - key insights and contributions
DfMAy 2024 - key insights and contributions
 
Swimming pool mechanical components design.pptx
Swimming pool  mechanical components design.pptxSwimming pool  mechanical components design.pptx
Swimming pool mechanical components design.pptx
 
Forklift Classes Overview by Intella Parts
Forklift Classes Overview by Intella PartsForklift Classes Overview by Intella Parts
Forklift Classes Overview by Intella Parts
 

Eating Habit and Health Monitoring System using Android Based Machine Learning

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 03 | Mar -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 2141 Eating Habit and Health Monitoring System Using Android Based Machine Learning Avinash Palve1,Snehal More2, Shivani Chaudhari3, Akshay Katke4, Kartike Kampassi5 1Professor, Avinash Palve, Dept. of Computer Engineering, TCOER, Pune, Maharashtra, India. 2Snehal More, Department of Computer Engineering, TCOER, Pune, Maharashtra, India 3Shivani Chaudhari, Department of Computer Engineering, TCOER, Pune, Maharashtra, India 4Akshay Katke, Department of Computer Engineering, TCOER, Pune, Maharashtra, India 5Kartike Kampassi, Department of Computer Engineering, TCOER, Pune, Maharashtra, India ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract – Now a days, there are many threats to human health. Nutrition-related diseases are now becoming a dangerous threat to human health. Balancing energy intake and expenditure is crucial steptomaintainhealthylifestyle. To collect the acoustic signals during eating and chewing, a wearable device is to be worn around the person's neck . An embedded hardware prototype will collect the food intake data. Signals collected will be processedbythehardware. blue tooth signal will send to Smartphone where food types are recognized. We use hidden Markov models to detect chewing or swallowing events. Developed an application on the Smartphone, which verifies the food intake results and gives relevant suggestions on healthier habits. Itnotifiestheuser by giving notification to the user. Key Words: Health, Signal, Food, Smart phone, Acoustic, Bluetooth etc.. 1.INTRODUCTION It is Important to maintain a healthy lifestyle in our day to day life. Daily food intake must be worth neither it may lead to various diseases and other consequences. If proper care isn't taken then severe disorders may become threat. Present solutions to measure calorie expenditure are, such as Fit-bit, Philips Direct Life, etc. However, continuouslyand non-invasive monitoring on calorie intake remains a challenge. Currently present solutions rely on self-reports, which are not convenient because the food intakes differ from person to person or to different age groups.Todevelop easy-to-use solution to detect the daily food intake and its expenditure endorse Android Based Healthcare System Using Machine Learning. We propose this system as it is desirable to develop more accurate and more easy methods to monitor the food intake. It is user friendly, easy to use, interactive with any smart phone which can handle it and understand its working in detail properly. 2. RELATED WORK Advances in wearable devices continues to play a major role in improving human healthcare as it provides several opportunities which help to balance food intake and energy consumption. Advancement in wearable devices which help to monitor body organs,movementandaction.Manysensors are being deployed in the system to collect the health related data of user. Interpretation of data plays the major role. Real-world degradation of signals are more prone to noise which lowers down the quality of systemperformance in speech recognition systems.HiddenMarkovModel isused for construction of speech components which are spectral whose performance is degraded by unwanted noise. At each step there is discrete state among the number of possible states which are finite. In the frequency domain encoding of speech parameters is done by number of speech analysis. 3. PROPOSED SYSTEM Main goal of this Technology is to make user aware of his/her daily food intake. Provide the suggestions according to it. Provide customized suggestionstoindividual regarding healthier eating habits. Develop an application food recognition results information in a most user-friendly way. Design of an Health Monitoring System which can be interfaced with an android Smartphone. The embedded system give updatestheuserbyusingSmartphoneregarding its health. 3.1 Body Mass Index and Calorie Intake To measure the daily calorie intake of a person weuseone of the most easiest method. The method is to measure your body mass index (BMI). The BMI is a calculation of your weight in relationship to your height.  Calculating your BMI 1. Measure and record your height(in cm). 2. Measure your weight(in kg). 3. Calculate your BMI by using formula: BMI = Weight (kg)________ / Height (m2) ________ = __________ Result will be either Underweight Normal Overweight Obese.
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 03 | Mar -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 2142 Fig1-BMI Chart 3.2 Calories In vs. Calories Out Your energy balance is the relationship between “energy in” (food calories taken in into the blood through food and drink) and “energy out” (calories being used in our daily activities).The same amount of ENERGY INTAKE (calories consumed) and ENERGY OUT(calories burned) over the time = weight remains the proportionally same. More IN than OUT over time = gain in weight . More OUT than IN over time = loss of weight . 3.3Calculating Your Energy Needs Fig2-Harris-Benedict equation We use the Harris-Benedict equation to calculate the energy needs of a person. 4.SYSTEM ARCHITECTURE Fig3-Hardware Board Android based health monitoring system is mainly comprises of two components: An embedded unit for acoustic data gathering and pre-processing, retrieval and smart-phone unit run the application to give suggestions to the user. These notifications are based on the calorie consumption by the user. Embedded unit interact with the smart-phone via Bluetooth connection. Architecture is divided into two system are given below: 1)Embedded System 1)Vibration Sensor -The wearabledevicewornaround neck is used for sensing acoustic signals .2)ADC, 3)AVR Micro controller : ATmega32 (40 pins). , 4) Bluetooth : HC-05. 2)Smartphone Unit The application developed on the Smartphone works as a data manager and provides an interface to the individual.To start the application when the user starts to eat, the system will store the detailed data into a database at smart phone side. The user can not only check the records, but also go through the notifications on healthier eating habits which are obtained by analyzing the data collected.  WORKING PROCESS The wearable device is worn around neck while eating food. Vibration sensor converts vibrations from the skin to acoustic signals. Embedded system is used for data processing and transmission. When the acoustic data collected from the throat vibration sensor. They are
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 03 | Mar -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 2143 amplified and filtered to achieve better signal quality. Then the analog signals are converted into digital signal for later steps. The digital signals are passed to the microcontroller for segmentation and later for framing. The microcontroller is also responsible for frame admission control of raw signals from the vibration sensor. The data frames are being sent to the Bluetooth module through UART using SPI transport protocol and further sent to the smart phone by the Bluetooth module with a SPP profile.  WORKING ON SMARTPHONE: Step1-Open the application Step2-Login or Sign Up For new account After user log in into application. His profile get created which contain his/her weight, height, gender, age. Step3-Calorie gain and burn calculation window Step4-Train the system
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 03 | Mar -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 2144 Step5-Create and Save the patterns by training system Step6-Display result and suggestions 3. CONCLUSIONS Android based health monitoringsystemiscomposedoftwo components: an embedded unit for acoustic data gathering, retrieval as well as per-processing, andSmartphoneunitrun the application to give suggestions to the user for healthier eating habits. These suggestions are based on the calorie consumption by the individual. Embedded unit interacts with the Smartphone unit via Bluetooth connectivity. 4.FUTURE SCOPE Concept of image processing can be used to recognize the type of food intake. Solids can be differentiated from other solids and liquids can be differentiated from other liquids. The system can also be supported by use of audio processing. In audio processing ,user needs to call out the name of the food item and it acts according to it. ACKNOWLEDGEMENT The research is on the project topic “Android Based Health Monitoring System Using Machine”. We are grateful to our esteemed guide, Prof. Avinash Palve, for providing the right guidance and advice at the crucial times. Last but not the least; we would like to thank our friends and family for the support and encouragement they have given us during this entire course of our work. REFERENCES [1]By Yin Bi, Min song Lv, Chen Song, Wenyao Xu, Nan Guan, Member, IEEE, and Wang Yi, Fellow, IEEE. Auto-dietary- A Wearable Acoustic Sensor System for Food Intake Recognition in Daily Life [2]International Journal of InnovativeResearchinAdvanced Engineering (IJIRAE) [1] Issue 2, Volume 2 (February 2015) ISSN: 2349-2163 www.ijirae.com Hidden Markov Model Based Robust Speech Recognition Vikas Mulik Vikram Mane Imran Jamadar [3]By E. S. Sazonov, O. Makeyev, S. Schuckers, P. Lopez- Meyer, E. L. Melanson, and M. R. Neuman, “Automatic detection of swallowing events by acoustical means for applications of monitoring of ingestive behavior,” IEEE Trans. Biomed. Eng., vol. 57, no. 3, pp. 626–633, Mar. 2010 [4]IEEE Pervasive Computing, vol. 8, no. 2, pp. 62–70, Apr./Jun. 2009.O. Amft and G. Troster, “On-body sensing solutions for automatic dietary monitoring,” [5] Physiol. Meas.,vol. 29, 2008.“Non-invasive monitoring of chewing and swallow-ing for objective quantification of ingestive behavior,”E.S. Sazonov et al. [6]Hmm-based acousticevent detection with adaboost feature selectionsMing Liu Hao Tang Mark Hasegawa-
  • 5. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 03 | Mar -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 2145 Johnson Xi Zhou,Xiaodan Zhuang and Thomas Huang. MultimodalTechnologiesfor PerceptionofHumans,Springer BerlinHeidelberg, 2007. [7]“A comparative study on feature selection in text categorization,” By Y. Yang and J. O. Pedersen, in Proc. 14th Int. Conf. Mach. Learn, 1997.