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

PDF
Smart health monitoring system using IoT based smart fitness mirror
PDF
IRJET- IoT based Smart Fitness Tracker for Gymnasiums
PDF
IRJET- Implementation of Cloud based Health Care Monitoring System using IoT
PPT
Business Plan: Health Monitoring System
PDF
IRJET- Wearable Smart Shoe Technology for Health Fitness using IoT
PDF
Food intake gesture monitoring system based-on depth sensor
PDF
NECK MOVEMENT BASED WHEELCHAIR TO ASSIST THE PHYSICALLY CHALLENGED
PDF
Smartphone based wearable sensors for cyborgs using neural network engine
Smart health monitoring system using IoT based smart fitness mirror
IRJET- IoT based Smart Fitness Tracker for Gymnasiums
IRJET- Implementation of Cloud based Health Care Monitoring System using IoT
Business Plan: Health Monitoring System
IRJET- Wearable Smart Shoe Technology for Health Fitness using IoT
Food intake gesture monitoring system based-on depth sensor
NECK MOVEMENT BASED WHEELCHAIR TO ASSIST THE PHYSICALLY CHALLENGED
Smartphone based wearable sensors for cyborgs using neural network engine

What's hot (17)

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

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

PPTX
Final project ppt.pptx
PDF
IRJET- Assessing Food Volume and Nutritious Values from Food Images using...
PDF
DANES: Diet and Nutrition Expert System for Meal Management and Nutrition Cou...
PDF
Project Proposal
PDF
IRJET- Virtual Dietitian: An Android based Application to Provide Diet
PDF
NemanjaMarjanovicG00263151FinalYearProjectReport
PPTX
BMI BASED DIET INFORMATION SYSTEM.ppt.pptx
PDF
Health & Nutrition
PDF
An Android Application to Monitor Health Condition
PPTX
body mass index based diet information system (bmi calculator).pptx
PDF
Fitness Trainer Application Using Artificial Intelligence
PPTX
IOT POWERED WEARABLE HEALTH BAND
PDF
Food Intake for Body Weight Management System using Linear Programming Model
PDF
Multipurpose Health Application
PPTX
FOOD DIET CHART RECOMMENDATION SYSTEM.pptx
PDF
Hack The NECSTCamp: fooday
PDF
IRJET- A Food Recognition System for Diabetic Patients based on an Optimized ...
PDF
IRJET - Smart Health Band with Alert System
PDF
Fitomatic: A Web Based Automated Healthcare Supervision and Monitoring App
PPTX
Angela kennedy technology infusion
Final project ppt.pptx
IRJET- Assessing Food Volume and Nutritious Values from Food Images using...
DANES: Diet and Nutrition Expert System for Meal Management and Nutrition Cou...
Project Proposal
IRJET- Virtual Dietitian: An Android based Application to Provide Diet
NemanjaMarjanovicG00263151FinalYearProjectReport
BMI BASED DIET INFORMATION SYSTEM.ppt.pptx
Health & Nutrition
An Android Application to Monitor Health Condition
body mass index based diet information system (bmi calculator).pptx
Fitness Trainer Application Using Artificial Intelligence
IOT POWERED WEARABLE HEALTH BAND
Food Intake for Body Weight Management System using Linear Programming Model
Multipurpose Health Application
FOOD DIET CHART RECOMMENDATION SYSTEM.pptx
Hack The NECSTCamp: fooday
IRJET- A Food Recognition System for Diabetic Patients based on an Optimized ...
IRJET - Smart Health Band with Alert System
Fitomatic: A Web Based Automated Healthcare Supervision and Monitoring App
Angela kennedy technology infusion
Ad

More from IRJET Journal (20)

PDF
Enhanced heart disease prediction using SKNDGR ensemble Machine Learning Model
PDF
Utilizing Biomedical Waste for Sustainable Brick Manufacturing: A Novel Appro...
PDF
Kiona – A Smart Society Automation Project
PDF
DESIGN AND DEVELOPMENT OF BATTERY THERMAL MANAGEMENT SYSTEM USING PHASE CHANG...
PDF
Invest in Innovation: Empowering Ideas through Blockchain Based Crowdfunding
PDF
SPACE WATCH YOUR REAL-TIME SPACE INFORMATION HUB
PDF
A Review on Influence of Fluid Viscous Damper on The Behaviour of Multi-store...
PDF
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...
PDF
Explainable AI(XAI) using LIME and Disease Detection in Mango Leaf by Transfe...
PDF
BRAIN TUMOUR DETECTION AND CLASSIFICATION
PDF
The Project Manager as an ambassador of the contract. The case of NEC4 ECC co...
PDF
"Enhanced Heat Transfer Performance in Shell and Tube Heat Exchangers: A CFD ...
PDF
Advancements in CFD Analysis of Shell and Tube Heat Exchangers with Nanofluid...
PDF
Breast Cancer Detection using Computer Vision
PDF
Auto-Charging E-Vehicle with its battery Management.
PDF
Analysis of high energy charge particle in the Heliosphere
PDF
A Novel System for Recommending Agricultural Crops Using Machine Learning App...
PDF
Auto-Charging E-Vehicle with its battery Management.
PDF
Analysis of high energy charge particle in the Heliosphere
PDF
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...
Enhanced heart disease prediction using SKNDGR ensemble Machine Learning Model
Utilizing Biomedical Waste for Sustainable Brick Manufacturing: A Novel Appro...
Kiona – A Smart Society Automation Project
DESIGN AND DEVELOPMENT OF BATTERY THERMAL MANAGEMENT SYSTEM USING PHASE CHANG...
Invest in Innovation: Empowering Ideas through Blockchain Based Crowdfunding
SPACE WATCH YOUR REAL-TIME SPACE INFORMATION HUB
A Review on Influence of Fluid Viscous Damper on The Behaviour of Multi-store...
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...
Explainable AI(XAI) using LIME and Disease Detection in Mango Leaf by Transfe...
BRAIN TUMOUR DETECTION AND CLASSIFICATION
The Project Manager as an ambassador of the contract. The case of NEC4 ECC co...
"Enhanced Heat Transfer Performance in Shell and Tube Heat Exchangers: A CFD ...
Advancements in CFD Analysis of Shell and Tube Heat Exchangers with Nanofluid...
Breast Cancer Detection using Computer Vision
Auto-Charging E-Vehicle with its battery Management.
Analysis of high energy charge particle in the Heliosphere
A Novel System for Recommending Agricultural Crops Using Machine Learning App...
Auto-Charging E-Vehicle with its battery Management.
Analysis of high energy charge particle in the Heliosphere
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...

Recently uploaded (20)

PPTX
MCN 401 KTU-2019-PPE KITS-MODULE 2.pptx
PDF
Operating System & Kernel Study Guide-1 - converted.pdf
PDF
PRIZ Academy - 9 Windows Thinking Where to Invest Today to Win Tomorrow.pdf
PPTX
FINAL REVIEW FOR COPD DIANOSIS FOR PULMONARY DISEASE.pptx
PPT
Project quality management in manufacturing
PPTX
bas. eng. economics group 4 presentation 1.pptx
PPTX
CARTOGRAPHY AND GEOINFORMATION VISUALIZATION chapter1 NPTE (2).pptx
PPT
Mechanical Engineering MATERIALS Selection
PPTX
Internet of Things (IOT) - A guide to understanding
PPTX
CH1 Production IntroductoryConcepts.pptx
PDF
PPT on Performance Review to get promotions
DOCX
ASol_English-Language-Literature-Set-1-27-02-2023-converted.docx
PDF
R24 SURVEYING LAB MANUAL for civil enggi
PPTX
Recipes for Real Time Voice AI WebRTC, SLMs and Open Source Software.pptx
PDF
composite construction of structures.pdf
PDF
keyrequirementskkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk
PPTX
IOT PPTs Week 10 Lecture Material.pptx of NPTEL Smart Cities contd
PPTX
OOP with Java - Java Introduction (Basics)
PDF
Model Code of Practice - Construction Work - 21102022 .pdf
PPTX
Lecture Notes Electrical Wiring System Components
MCN 401 KTU-2019-PPE KITS-MODULE 2.pptx
Operating System & Kernel Study Guide-1 - converted.pdf
PRIZ Academy - 9 Windows Thinking Where to Invest Today to Win Tomorrow.pdf
FINAL REVIEW FOR COPD DIANOSIS FOR PULMONARY DISEASE.pptx
Project quality management in manufacturing
bas. eng. economics group 4 presentation 1.pptx
CARTOGRAPHY AND GEOINFORMATION VISUALIZATION chapter1 NPTE (2).pptx
Mechanical Engineering MATERIALS Selection
Internet of Things (IOT) - A guide to understanding
CH1 Production IntroductoryConcepts.pptx
PPT on Performance Review to get promotions
ASol_English-Language-Literature-Set-1-27-02-2023-converted.docx
R24 SURVEYING LAB MANUAL for civil enggi
Recipes for Real Time Voice AI WebRTC, SLMs and Open Source Software.pptx
composite construction of structures.pdf
keyrequirementskkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk
IOT PPTs Week 10 Lecture Material.pptx of NPTEL Smart Cities contd
OOP with Java - Java Introduction (Basics)
Model Code of Practice - Construction Work - 21102022 .pdf
Lecture Notes Electrical Wiring System Components

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.