SlideShare a Scribd company logo
International Journal on Soft Computing, Artificial Intelligence and Applications (IJSCAI), Vol.7, No.4, November 2018
DOI :10.5121/ijscai.2018.7403 37
DESIGN AND IMPLEMENTATION OF SMART
COOKING BASED ON AMAZON ECHO
Lin Xiaoguang 1, 2, 3
, Yang Yong3
, Zhang Ju1, 3
1
University of Chinese Academy of Sciences, Beijing, China
2
Chengdu Computer Applications Institute, Chinese Academy of Sciences, Chengdu,
China
3
Chongqing Institute of Green and Intelligent Technology, Chinese Academy of Sciences,
Chongqing, China
ABSTRACT
Smart cooking based on Amazon Echo uses the internet of things and cloud computing to assist in cooking
food. People may speak to Amazon Echo during the cooking in order to get the information and situation of
the cooking. Amazon Echo recognizes what people say, then transfers the information to the cloud services,
and speaks to people the results that cloud services make by querying the embedded cooking knowledge and
achieving the information of intelligent kitchen devices online. An intelligent food thermometer and its mobile
application are well-designed and implemented to monitor the temperature of cooking food.
KEYWORDS
Smart Cooking, Things of Internet, Cloud Services, Smart Home.
1. INTRODUCTION
A smart home is an application of ubiquitous computing in which the home environment is monitored
by ambient intelligence to provide context-aware services and facilitate remote home control [1].
With the popularity of the internet of things, many domestic appliances could process some
intelligent computing and access to the internet with WIFI. People may monitor and control these
appliances using smartphone anytime and anywhere. The one could check the indoor temperature
and open the air-conditioner to cool down to the comfortable temperature by operating the specific
apps in his smartphone before he get home.
Smart cooking is one of the typical smart home scenes. Cooking has become a basic necessity for
human beings, since food is one of the basic human needs [2]. There are a variety of kitchen
appliances, like the oven, the induction cooker, the electric stove, the food temperature, etc. Cooking
food usually need to use some different kitchen appliances at the same time. Especially, in the Far
East, people cook rice with electric stoves, heat ingredients with microwave ovens, and stew soup
with induction cookers. How to integrate these kitchen appliances effectively is the key task in smart
cooking. Cooking techniques vary widely across the world, from grilling food over an open fire to
using electric stoves. However, monitoring the temperature of the cooking food is the core issues of
common concern. Usually, the cooking is boring, and the cook may spend a lot of time to heat food
to target temperature. And many cooks are not rich in cooking knowledge, even they don’t know
when the beef has been cooked medium well. So, a well-designed smart cooking system should be
helpful for these cooks.
International Journal on Soft Computing, Artificial Intelligence and Applications (IJSCAI), Vol.7, No.4, November 2018
38
The cooks, usually the housewives, may spend a lot of time in the kitchen to prepare the breakfast,
the lunch, the dinner, and the supper. They often feel bored and lonely when they are cooking. Thus,
they will choose listening the music or the radio to amuse the cooking. Nowadays, many smart
speakers, like Amazon Echo series, and Google Home, are invented with intelligent human-computer
interaction using the internet of things and cloud computing. The Amazon Echo is introduced in this
paper to assist in cooking. People may speak to Amazon Echo during the cooking in order to get the
information and situation of the cooking. Amazon Echo recognizes what people say, then transfers
the information to the cloud services, and speaks to people the results that cloud services make by
querying the embedded cooking knowledge and achieving the information of intelligent kitchen
appliances online.
This paper introduces the design and implementation of a well-designed smart cooking system based
on Amazon Echo. The remainder of this paper is organized as follows. Section 2 shows the
architecture of the smart cooking. Section 3 introduces the smart speaker and how to implement an
Amazon Alex Skill. Section 4 shows a customized intelligent food thermometer for smart cooking.
Section 5 shows the design and implementation of the cloud services of smart cooking based on
Amazon Echo.
2. ARCHITECTURE
The smart cooking based on Amazon Echo could integrate a variety of kitchen devices using cloud
computing, as shown in Figure 1.
APP
Cloud Services
Intent
AWS Lambda
Intent
Intent
Intent
Food Thermometer
Intelligent kitchenware
Json Data
Amazon Echo
Figure 1. Smart Cooking Architecture based on Amazon Echo
Amazon Echo is the core hardware of the whole smart cooking. Amazon Echo could be awaken by
some specific “wake words” (like “Alexa”, “Echo”, etc.). Then, Amazon Echo will catch the sound
what the person say, for example “what is the current temperature of my food”, and convert sound
signals into some digital information successively. On the other side, Amazon Echo will receive and
then speak out the result sentences returned from services, for example “the current temperature of
you food is 120 degrees Fahrenheit”.
Amazon Alexa Voice Service online will receive the information that Amazon Echo send through
WIFI, and recognize the information by the inner speech recognition program. And then, one of the
International Journal on Soft Computing, Artificial Intelligence and Applications (IJSCAI), Vol.7, No.4, November 2018
39
pre-designed Intents should be matched according to the identified key words. Different intent
corresponds to different service of Amazon Web Services (AWS for short).
AWS Lambda will execute the code written in Node.js with passed parameters from Amazon Alexa,
and call the customized cloud services remotely when the necessary information is needed. And then,
AWS Lambda will send back the result sentences to Amazon Alexa after completion of the execution.
Cloud Services keep the connections of intelligent kitchenware and gather the condition information
into embedded database in real time. Cloud Services will encapsulate the information inquired from
the database in JSON format, and transmit the JSON data to AWS Lambda. Cloud Services could
directly connect the intelligent kitchenware equipped WIFI, and indirectly connect the other
kitchenware equipped Bluetooth through accessory APPs.
Food Thermometer with an insertable probe and its well-designed mobile application are essential to
monitor the temperature of the cooked food, especially the meat, and predict time remaining to
specific doneness.
3. SMART SPEAKER AND AMAZON ECHO
A smart speaker is a type of wireless speaker and voice command device with an integrated virtual
assistant (artificial intelligence) that offers interactive actions and hands-free activation with the help
of one or several “wake words”. A smart speaker is a smart device that utilizes WIFI, Bluetooth and
other wireless protocol standards to extend usage beyond audio playback, such as to control home
automation devices. Each can have its own designated interface and features in-house, usually
launched or controlled via application or home automation software [4].
Amazon Echo is a branch of smart speaker developed by Amazon.com. The devices connected to
the voice-controlled intelligent personal assistant service Alexa, which responds to the name
“Alexa”. This “wake word” can be changed by the user to “Echo” or other words. The device is
capable of voice interaction, music playback, making to-do lists, setting alarms, streaming podcasts,
playing audiobooks, and providing weather, traffic and other real-time information. It can also
control several smart devices acting as a home automation hub [5].
Amazon Alexa Voice Service is a virtual assistant developed by Amazon.com. It is capable of voice
interaction, music playback, making to-do lists, setting alarms, streaming podcasts, playing
audiobooks, and providing weather, traffic, sports, and other real-time information, such as news.
Users are able to extend the Alexa capabilities by installing “skills” (additional functionality
developed by third-party vendors, in other settings more commonly called apps such as weather
programs and audio features). Amazon allows developers to build and publish skills for Alexa Skills
Kit. Most skills run code almost entirely in the cloud, using Amazon’s AWS Lambda services [6].
AWS Lambda is an event-driven, serverless computing platform provided by Amazon.com as a part
of the Amazon Web Services. It is a computing service that runs code in response to events and
automatically manages the computing resources required by that code. The purpose of Lambda, is to
simplify building smaller, on-demand applications that are responsive to events and new information.
Node.js, Python, Java, Go and C# through .NET Core are all officially supported, and other languages
can be supported via call-outs. AWS Lambda can also be automatically provision back-end services
triggered by custom HTTP requests, and “spin down” such services when not in use, to save resource
[7].
International Journal on Soft Computing, Artificial Intelligence and Applications (IJSCAI), Vol.7, No.4, November 2018
40
An Amazon Alexa custom skill is shown in Figure 2. Customer may ask a question or give a
command; Alexa identifies the skill’s name, analyses and understands the user’s request, then sends
the service a structured representation of the user’s request; service processes the request and returns
a text; Alexa converts the returned text to speech and streams it to Echo; Customer hear the response
from Alexa’s voice.
Figure 2. Amazon Alexa Custom Skill – Reference Architecture
4. INTELLIGENT FOOD THERMOMETER
Food thermometers such as meat thermometers have been used to help provide more accurate and
consistent cooking results. The use of a meat thermometer, for example, can provide a visual
indication on whether the meat is still undercooked or overcooked. However, these conventional
types of food thermometers provide a passive indication of temperature and generally rely on the
cook to remember to check the temperature, and may not provide sufficiently accurate information
during cooking, such as a completion time for specific doneness, when to adjust a temperature, when
to start or finish a particular cooking stage such as searing, or how long to let the food rest after
removing it from heat.
As an important component of smart cooking, an intelligent food thermometer and its mobile
application is designed and implemented in this paper as Figure 3.
Figure 3. An Intelligent Food Thermometer and its APP
The main firmware of the intelligent food thermometer contains a development board, a LCD display
panel and three control buttons. The development board is embedded with temperature sensing
module, Bluetooth communication module, digital to analog conversion module and data processing
module. The temperature sensing module obtains the temperature signal via a high temperature 4.5-
International Journal on Soft Computing, Artificial Intelligence and Applications (IJSCAI), Vol.7, No.4, November 2018
41
inch curved penetration probe. The LCD display panel in the front of the firmware could display
some important number information, such as the current temperature value, the target max
temperature value set by cooks, and the elapsed time value. The control buttons could be used to set
up or down the target max temperature and start the cooking time.
The main firmware of the intelligent food thermometer includes the following accessories: pot clip
for submerging probe into pots; grate clip to elevate probe above oven or grill grates; 2 foot 1200°F
continuous exposure braided fiberglass probe-wire sleeve.
The accessional APP of the intelligent food thermometer connected with the main firmware via
Bluetooth displays the consistent number information synchronously. Some additional knowledge is
saved in the embedded SQLite database of the APP, such as the food information, the ingredient
information, and the meat doneness shown in Table 1. The APP uses a real-time scatter diagram to
visualize the change of the temperature transmitted from the thermometer.
Table 1. Meat Doneness (from USDA guidelines)
Doneness Serving temperature Description
Beef, lamb, veal steaks, chops, roasts & duck breasts (USDA recommended minimum: 145°F plus 3 minutes rest)
Extra rare 110-120°F Bright purple-red center, cool, stringy, tender, slippery, slightly juicy
Rare 120-130°F Dark red center, warm, tender to mildly firm, juicy
Medium rare 130-135°F Light red center, warm, mildly firm, very juicy
Medium 135-145°F Pink center, firm, slightly juicy
Medium well 145-155°F Tan with slight pink center, firm and slightly fibrous, some juice
Well done More than 155°F Tan to brown center, no pink, chewy, little juice
Pork & veal steaks, chops & roasts (USDA recommended minimum: 145°F plus 3 minutes rest)
Raw Less than 120°F Bright pink center, cool, stringy, slightly juicy
Rare 120-130°F Pale pink center, warm, tender, very juicy
Medium rare 130-135°F Cream colored with a slight pink tinge, tender, juicy
Medium 135-145°F Cream colored, firm, slightly pink juices
Medium well 145-155°F Cream colored, firm, clear juices
Well done More than 155°F Cream colored, tough, clear juices
Turkey & chicken, whole or ground (USDA recommended minimum: 165°F)
Safe and moist 165°F Cream colored, tender, clear juices
Fish (USDA recommended minimum: 145°F)
Rare 125°F Similar to the raw meat in color, just a bit paler
Medium 135°F Slightly translucent meat, flakes easily
Well done 145°F Opaque, pearly meat
The most helpful function of the APP is dynamically predicting and showing food’s completion time
to specific doneness. The remaining completion time could be calculated by the following formula:
𝑇𝑖𝑚𝑒 𝑟𝑒𝑚𝑎𝑖𝑛𝑖𝑛𝑔 𝑐𝑜𝑚𝑝𝑙𝑒𝑡𝑖𝑜𝑛 = Δ
𝑡𝑖𝑚𝑒
Δ 𝑡𝑒𝑚𝑝
⁄ × (𝑇𝑒𝑚𝑝𝑡𝑎𝑟𝑔𝑒𝑡 − 𝑇𝑒𝑚𝑝𝑐𝑢𝑟𝑟𝑒𝑛𝑡).
The APP maintains the communication with cloud services via WIFI, through receiving Restful http
request from cloud services and sending the response back to cloud services.
International Journal on Soft Computing, Artificial Intelligence and Applications (IJSCAI), Vol.7, No.4, November 2018
42
5. CLOUD SERVICES
Cloud services in the smart cooking may be built in the public cloud infrastructure, such as Amazon
EC, Ali Cloud, Tencent Cloud, and etc. Cloud services maintain the states of all the connected
kitchenware, receive the querying request from AWS Lambda, and send the result information back
to AWS Lambda. All requests are Restful (representational state transfer) and all transferred data is
formatted in JSON.
The connection between the cloud and the APP introduced in Part 4 will be established and then
maintained when the APP is opened. Some other intelligent kitchenware satisfied the communication
standard will be also connected by the cloud via WIFI.
As one of the cooking knowledge base, a cooking ontology is designed for the smart cooking by
protégé in cloud services. The cooking ontology includes some necessary knowledge, such as the
food (meat and vegetables), the indigent, the recipes, and some cooking notes. The meat doneness
shown in Table 1 is also structuralized in owl format.
6. IMPLEMENTATION
Many different types of components are integrated in the smart cooking based on Amazon Echo.
Thus, some configuration and programming are necessary. Firstly, use cases of Amazon Echo should
be well-designed, including sentences recognized by Amazon Alexa and corresponding expected
sentences spoken out by Amazon Echo. Table 2 shows parts of Amazon Alexa Skill use cases for the
intelligent Thermometer, such as querying current temperature of the cooking food, setting target
temperature of the cooking food, querying the completion time, and setting alarm.
Table 2. Parts of Amazon Alexa Skill Use Cases for the Intelligent Thermometer.
Intent Sentences Expected Reply
Query Current Temperature What’s the temperature of my food? Your food is currently at ** degrees Fahrenheit.
How hot is my food?
What’s the current temperature of my food?
Set Target Temperature Set the target temperature to ** degrees. Ok, your Target Temperature has been set to **
degrees.Set thermometer to ** degrees.
Tell thermometer to set the temperature alarm
for ** degrees.
Query Completion Time When will my food be ready? Your thermometer predicts that the time-to-
temperature is xxx minutes.How long until my food is done?
Is may food ready?
Set alarm Notify me when my food is done. Ok, your temperature alarm will ring unit as
wellSet an alarm for when my food is ** degrees.
Let me know when my food is ** degrees.
International Journal on Soft Computing, Artificial Intelligence and Applications (IJSCAI), Vol.7, No.4, November 2018
43
Secondly, configure Alexa skills using Alexa Skills Kit in a JSON file. Parts of the configuration
shown as following.
{
"name": "CurrentTempIntent ",
"samples": [
“what's the temperature",
"how hot is my {Food_ct}",
"what is the {place_ct} temperature of my {Food_ct}"
]
}
{
"name": "SetTargetTempIntent",
"samples": [
"set the temperature {Warn_stt} for {Temp_stt} degrees",
"set thermometer to {Temp_stt} degrees",
"tell thermometer to set the temperature alarm for {Temp_stt} degrees"
]
}
{
"name": "CookTimeIntent",
"samples": [
"Is my {Food_cti} {Complete_cti}",
"how long until my {Food_cti} is {Complete_cti}",
"when will my {Food_cti} be {Complete_cti}"
]
}
{
"name": "SetTargetAlarmIntent",
"samples": [
"notify me when my {Food_stai} is {Complete_cti}",
"set an {alert_stai} for when my food is {Complete_stai}",
"notify me when my food is {Complete_stai}"
]
}
Thirdly, some programming shall be written in AWS Lambda using Node.js (version 8.10) to process
the communication with cloud services, sending the RESTful request to cloud services and receiving
the response from cloud services. The programming code of querying current temperature intent, one
of intents designed in Table 2, is shown as following.
const CurrentTempIntentHandler = {
canHandle(handlerInput) {
const request = handlerInput.requestEnvelope.request;
return request.type === 'LaunchRequest' || (request.type === 'IntentRequest' && request.intent.name === 'CurrentTempIntent');
},
handle(handlerInput) {
try{
let request = handlerInput.requestEnvelope.request;
let intentName = request.intent.name;
let sessionId = handlerInput.requestEnvelope.session.sessionId;
let slotValue = request.intent.slots.Food_ct.value;
let tokenId = handlerInput.requestEnvelope.session.user.accessToken;
var options = {
host: '140.143.237.143',
port: 80,
path: '/NewHotStuff/Aimtemp?token='+tokenId,
method: 'GET'
};
return new Promise((resolve, reject) => {
httpGet(options).then((response) => {
console.info(response);
let responseData = JSON.parse(response);
let speechText = `${responseData.message}`;
resolve(handlerInput.responseBuilder.speak(speechText).reprompt(`${repromptText}`)
.withShould0EndSession(false).getResponse());
}).catch((error) => {
resolve(handlerInput.responseBuilder.speak('Internet error.').reprompt(`${repromptText}`).getResponse());
});
});
}catch(error){
return handlerInput.responseBuilder.speak('Internal error. ').getResponse();
}
},
};
International Journal on Soft Computing, Artificial Intelligence and Applications (IJSCAI), Vol.7, No.4, November 2018
44
Next, RESTful cloud services should be implemented in many programming languages, like JAVA,
PHP, C#.net, and Python. The common interfaces of could services include adding data into database
or querying data from database using SQL, and querying knowledge from the cooking ontology using
Jena and SPARQL. The implementation of communication with the intelligent thermometer and
other intelligent kitchenware is shown in part 4.
We have implemented the code, and we plan to share some useful programs on a GitHub repository.
7. CONCLUSION
A lot of intelligent devices are integrated in the smart cooking based on Amazon Echo, including
Amazon Echo, intelligent thermometer, and intelligent kitchenware. Many advanced technologies
are used to implement the smart cooking based on Amazon Echo, such as cloud computing, the things
of internet, speech recognition, natural language processing, knowledge base, RESTful web services,
smartphone APP and mobile internet.
The smart cooking based on Amazon Echo provides some basic use cases for cook as a result of
Amazon Echo’s limited functions. With the improving of Amazon Echo and Amazon Alexa, the
smart cooking will match more intelligent kitchenware and provides more complicated use cases.
ACKNOWLEDGEMENTS
This paper is funded by Chongqing S&T Foundation Project in China. The project number is
cstc2015ptfw-ggfw120002.
REFERENCES
[1] Alam M R, Reaz M B, Ali M A, (2012) “A Review of Smart Homes—Past, Present, and Future”,
systems man and cybernetics, Vol 42, No. 6, pp1190-1203.
[2] Alif Ahmad Syamsudduha, Dyah Pratiw, etc, (2013) “Future Smart Cooking Machine System
Design”, TELKOMNIKA, Vol.11, No.4, pp827~834
[3] Hashimoto Atsushi, Mori Naoyuki, etc, (2008) “Smart Kitchen: A User Centric Cooking Support
System”, Proceedings of IPMU'08, pp848-854.
[4] Margaret Rouse, “smart speaker”, https://whatis.techtarget.com/definition/smart-speaker, May 2017.
[5] “Amazon.com Help: Set Up Your Amazon Echo”, Amazon.com. March 4, 2015.
[6] Dieter Bohn, “You can finally say 'Computer' to your Echo to command it”, The Verge, Jan 23, 2017.
[7] “Alexa Voice Service Overview”, Amazon.com, Feb 7, 2016.
[8] Alex Handy, “Amazon introduces Lambda, Containers at AWS re:Invent”, SD Times, November, 14,
2014
[9] Beth M Sheppard, (2017) “Theological Librarian vs. Machine: Taking on the Amazon Alexa Show
(with Some Reflections on the Future of the Profession)”, Theological Librarianship, Vol 10, issue 1,
pp8-23.
International Journal on Soft Computing, Artificial Intelligence and Applications (IJSCAI), Vol.7, No.4, November 2018
45
Authors
Lin Xiaoguang
Lin Xiaoguang is a Ph.D. candidate in University of Chinese Academy of Sciences.

More Related Content

PPTX
IOT/Mobile/Cloud - Next Connected World
PPTX
Europe Start-Up InsurTech Award 2017 - Sentiance
PPTX
7 unusual uses of the Internet of Things
KEY
Icloud keynote2
PDF
Games for Health - Robert Pratten - Imaginary Worlds for Better Living
PDF
Voice Enabled Home Automation using Amazon Echo
DOCX
Amazon Echo.docx
PPTX
695.21 Aytən YəhyayevaTexniki ingilis.pptx
IOT/Mobile/Cloud - Next Connected World
Europe Start-Up InsurTech Award 2017 - Sentiance
7 unusual uses of the Internet of Things
Icloud keynote2
Games for Health - Robert Pratten - Imaginary Worlds for Better Living
Voice Enabled Home Automation using Amazon Echo
Amazon Echo.docx
695.21 Aytən YəhyayevaTexniki ingilis.pptx

Similar to Design and Implementation of Smart Cooking Based on Amazon Echo (20)

DOCX
Smart home applications
PDF
IRJET- Smart Recipe-An Innovative Way to Cook
PDF
IOT Based Smart Home System Technologies
PDF
The best household IoT devices
PDF
Fd4301939942
PDF
PDF
The Future of the Internet of Things and its Home Applications
PDF
IRJET - Smart Monitoring and Control System for Home Automation
PPTX
Smart home
PDF
THE BASICS OF IOT FOR DIFFERENT APPLICATIONS LIKE SMART HOMES AND INDUSTRIAL ...
PPTX
Smart homes gadgets (1)
PDF
Performance Evaluation of Smart Home System using Internet of Things
PPTX
New عرض تقديمي من Microsoft PowerPoint.pptx
PDF
Alexapi on Amazon Ecosystem for Home Assistant Environment and IFTTT Recipes
PDF
SECURITY ATTACKS AND COUNTERMEASURES IN SMART HOMES
PDF
Smart future kitchen
PDF
IRJET - Survey on Smart System for Non Smart Devices using Raspberry PI3b & G...
PDF
Voice Integration in Automatic Room Temperature Controlling System
PDF
Future Homes Business Model PDF
PDF
Smart home presentation
Smart home applications
IRJET- Smart Recipe-An Innovative Way to Cook
IOT Based Smart Home System Technologies
The best household IoT devices
Fd4301939942
The Future of the Internet of Things and its Home Applications
IRJET - Smart Monitoring and Control System for Home Automation
Smart home
THE BASICS OF IOT FOR DIFFERENT APPLICATIONS LIKE SMART HOMES AND INDUSTRIAL ...
Smart homes gadgets (1)
Performance Evaluation of Smart Home System using Internet of Things
New عرض تقديمي من Microsoft PowerPoint.pptx
Alexapi on Amazon Ecosystem for Home Assistant Environment and IFTTT Recipes
SECURITY ATTACKS AND COUNTERMEASURES IN SMART HOMES
Smart future kitchen
IRJET - Survey on Smart System for Non Smart Devices using Raspberry PI3b & G...
Voice Integration in Automatic Room Temperature Controlling System
Future Homes Business Model PDF
Smart home presentation
Ad

More from IJSCAI Journal (20)

PDF
Forecasting Macroeconomical Indices with Machine Learning : Impartial Analysi...
PDF
Intelligent Electrical Multi Outlets Controlled and Activated by a Data Minin...
PDF
Nov 2018 Table of contents; current issue -International Journal on Soft Comp...
DOCX
6th international conference on artificial intelligence and applications (aia...
PDF
Image Generation from Caption
PDF
Temporally Extended Actions For Reinforcement Learning Based Schedulers
PDF
Knowledgebase Systems in Neuro Science - A Study
PDF
An Iranian Cash Recognition Assistance System For Visually Impaireds
PDF
An Experimental Study of Feature Extraction Techniques in Opinion Mining
PDF
Monte-Carlo Tree Search For The "Mr Jack" Board Game
PDF
Unsupervised learning models of invariant features in images: Recent developm...
PDF
A Naive Method For Ontology Construction
PDF
Big Data Analytics: Challenges And Applications For Text, Audio, Video, And S...
PDF
A Study on Graph Storage Database of NOSQL
PDF
A Study on Graph Storage Database of NOSQL
PDF
Estimation Of The Parameters Of Solar Cells From Current-Voltage Characterist...
PDF
Implementation of Folksonomy Based Tag Cloud Model for Information Retrieval ...
PDF
Study of Distance Measurement Techniques in Context to Prediction Model of We...
PDF
A BINARY BAT INSPIRED ALGORITHM FOR THE CLASSIFICATION OF BREAST CANCER DATA
PDF
Design of Dual Axis Solar Tracker System Based on Fuzzy Inference Systems
Forecasting Macroeconomical Indices with Machine Learning : Impartial Analysi...
Intelligent Electrical Multi Outlets Controlled and Activated by a Data Minin...
Nov 2018 Table of contents; current issue -International Journal on Soft Comp...
6th international conference on artificial intelligence and applications (aia...
Image Generation from Caption
Temporally Extended Actions For Reinforcement Learning Based Schedulers
Knowledgebase Systems in Neuro Science - A Study
An Iranian Cash Recognition Assistance System For Visually Impaireds
An Experimental Study of Feature Extraction Techniques in Opinion Mining
Monte-Carlo Tree Search For The "Mr Jack" Board Game
Unsupervised learning models of invariant features in images: Recent developm...
A Naive Method For Ontology Construction
Big Data Analytics: Challenges And Applications For Text, Audio, Video, And S...
A Study on Graph Storage Database of NOSQL
A Study on Graph Storage Database of NOSQL
Estimation Of The Parameters Of Solar Cells From Current-Voltage Characterist...
Implementation of Folksonomy Based Tag Cloud Model for Information Retrieval ...
Study of Distance Measurement Techniques in Context to Prediction Model of We...
A BINARY BAT INSPIRED ALGORITHM FOR THE CLASSIFICATION OF BREAST CANCER DATA
Design of Dual Axis Solar Tracker System Based on Fuzzy Inference Systems
Ad

Recently uploaded (20)

PPTX
UNIT 4 Total Quality Management .pptx
PPTX
MCN 401 KTU-2019-PPE KITS-MODULE 2.pptx
PDF
Digital Logic Computer Design lecture notes
PPTX
IOT PPTs Week 10 Lecture Material.pptx of NPTEL Smart Cities contd
PPTX
CARTOGRAPHY AND GEOINFORMATION VISUALIZATION chapter1 NPTE (2).pptx
PPTX
CYBER-CRIMES AND SECURITY A guide to understanding
PDF
BMEC211 - INTRODUCTION TO MECHATRONICS-1.pdf
PPTX
Welding lecture in detail for understanding
DOCX
ASol_English-Language-Literature-Set-1-27-02-2023-converted.docx
PDF
R24 SURVEYING LAB MANUAL for civil enggi
DOCX
573137875-Attendance-Management-System-original
PPTX
Recipes for Real Time Voice AI WebRTC, SLMs and Open Source Software.pptx
PPTX
MET 305 2019 SCHEME MODULE 2 COMPLETE.pptx
PDF
Automation-in-Manufacturing-Chapter-Introduction.pdf
PDF
TFEC-4-2020-Design-Guide-for-Timber-Roof-Trusses.pdf
PPTX
Geodesy 1.pptx...............................................
PPTX
UNIT-1 - COAL BASED THERMAL POWER PLANTS
PDF
PPT on Performance Review to get promotions
PDF
Evaluating the Democratization of the Turkish Armed Forces from a Normative P...
PPTX
Foundation to blockchain - A guide to Blockchain Tech
UNIT 4 Total Quality Management .pptx
MCN 401 KTU-2019-PPE KITS-MODULE 2.pptx
Digital Logic Computer Design lecture notes
IOT PPTs Week 10 Lecture Material.pptx of NPTEL Smart Cities contd
CARTOGRAPHY AND GEOINFORMATION VISUALIZATION chapter1 NPTE (2).pptx
CYBER-CRIMES AND SECURITY A guide to understanding
BMEC211 - INTRODUCTION TO MECHATRONICS-1.pdf
Welding lecture in detail for understanding
ASol_English-Language-Literature-Set-1-27-02-2023-converted.docx
R24 SURVEYING LAB MANUAL for civil enggi
573137875-Attendance-Management-System-original
Recipes for Real Time Voice AI WebRTC, SLMs and Open Source Software.pptx
MET 305 2019 SCHEME MODULE 2 COMPLETE.pptx
Automation-in-Manufacturing-Chapter-Introduction.pdf
TFEC-4-2020-Design-Guide-for-Timber-Roof-Trusses.pdf
Geodesy 1.pptx...............................................
UNIT-1 - COAL BASED THERMAL POWER PLANTS
PPT on Performance Review to get promotions
Evaluating the Democratization of the Turkish Armed Forces from a Normative P...
Foundation to blockchain - A guide to Blockchain Tech

Design and Implementation of Smart Cooking Based on Amazon Echo

  • 1. International Journal on Soft Computing, Artificial Intelligence and Applications (IJSCAI), Vol.7, No.4, November 2018 DOI :10.5121/ijscai.2018.7403 37 DESIGN AND IMPLEMENTATION OF SMART COOKING BASED ON AMAZON ECHO Lin Xiaoguang 1, 2, 3 , Yang Yong3 , Zhang Ju1, 3 1 University of Chinese Academy of Sciences, Beijing, China 2 Chengdu Computer Applications Institute, Chinese Academy of Sciences, Chengdu, China 3 Chongqing Institute of Green and Intelligent Technology, Chinese Academy of Sciences, Chongqing, China ABSTRACT Smart cooking based on Amazon Echo uses the internet of things and cloud computing to assist in cooking food. People may speak to Amazon Echo during the cooking in order to get the information and situation of the cooking. Amazon Echo recognizes what people say, then transfers the information to the cloud services, and speaks to people the results that cloud services make by querying the embedded cooking knowledge and achieving the information of intelligent kitchen devices online. An intelligent food thermometer and its mobile application are well-designed and implemented to monitor the temperature of cooking food. KEYWORDS Smart Cooking, Things of Internet, Cloud Services, Smart Home. 1. INTRODUCTION A smart home is an application of ubiquitous computing in which the home environment is monitored by ambient intelligence to provide context-aware services and facilitate remote home control [1]. With the popularity of the internet of things, many domestic appliances could process some intelligent computing and access to the internet with WIFI. People may monitor and control these appliances using smartphone anytime and anywhere. The one could check the indoor temperature and open the air-conditioner to cool down to the comfortable temperature by operating the specific apps in his smartphone before he get home. Smart cooking is one of the typical smart home scenes. Cooking has become a basic necessity for human beings, since food is one of the basic human needs [2]. There are a variety of kitchen appliances, like the oven, the induction cooker, the electric stove, the food temperature, etc. Cooking food usually need to use some different kitchen appliances at the same time. Especially, in the Far East, people cook rice with electric stoves, heat ingredients with microwave ovens, and stew soup with induction cookers. How to integrate these kitchen appliances effectively is the key task in smart cooking. Cooking techniques vary widely across the world, from grilling food over an open fire to using electric stoves. However, monitoring the temperature of the cooking food is the core issues of common concern. Usually, the cooking is boring, and the cook may spend a lot of time to heat food to target temperature. And many cooks are not rich in cooking knowledge, even they don’t know when the beef has been cooked medium well. So, a well-designed smart cooking system should be helpful for these cooks.
  • 2. International Journal on Soft Computing, Artificial Intelligence and Applications (IJSCAI), Vol.7, No.4, November 2018 38 The cooks, usually the housewives, may spend a lot of time in the kitchen to prepare the breakfast, the lunch, the dinner, and the supper. They often feel bored and lonely when they are cooking. Thus, they will choose listening the music or the radio to amuse the cooking. Nowadays, many smart speakers, like Amazon Echo series, and Google Home, are invented with intelligent human-computer interaction using the internet of things and cloud computing. The Amazon Echo is introduced in this paper to assist in cooking. People may speak to Amazon Echo during the cooking in order to get the information and situation of the cooking. Amazon Echo recognizes what people say, then transfers the information to the cloud services, and speaks to people the results that cloud services make by querying the embedded cooking knowledge and achieving the information of intelligent kitchen appliances online. This paper introduces the design and implementation of a well-designed smart cooking system based on Amazon Echo. The remainder of this paper is organized as follows. Section 2 shows the architecture of the smart cooking. Section 3 introduces the smart speaker and how to implement an Amazon Alex Skill. Section 4 shows a customized intelligent food thermometer for smart cooking. Section 5 shows the design and implementation of the cloud services of smart cooking based on Amazon Echo. 2. ARCHITECTURE The smart cooking based on Amazon Echo could integrate a variety of kitchen devices using cloud computing, as shown in Figure 1. APP Cloud Services Intent AWS Lambda Intent Intent Intent Food Thermometer Intelligent kitchenware Json Data Amazon Echo Figure 1. Smart Cooking Architecture based on Amazon Echo Amazon Echo is the core hardware of the whole smart cooking. Amazon Echo could be awaken by some specific “wake words” (like “Alexa”, “Echo”, etc.). Then, Amazon Echo will catch the sound what the person say, for example “what is the current temperature of my food”, and convert sound signals into some digital information successively. On the other side, Amazon Echo will receive and then speak out the result sentences returned from services, for example “the current temperature of you food is 120 degrees Fahrenheit”. Amazon Alexa Voice Service online will receive the information that Amazon Echo send through WIFI, and recognize the information by the inner speech recognition program. And then, one of the
  • 3. International Journal on Soft Computing, Artificial Intelligence and Applications (IJSCAI), Vol.7, No.4, November 2018 39 pre-designed Intents should be matched according to the identified key words. Different intent corresponds to different service of Amazon Web Services (AWS for short). AWS Lambda will execute the code written in Node.js with passed parameters from Amazon Alexa, and call the customized cloud services remotely when the necessary information is needed. And then, AWS Lambda will send back the result sentences to Amazon Alexa after completion of the execution. Cloud Services keep the connections of intelligent kitchenware and gather the condition information into embedded database in real time. Cloud Services will encapsulate the information inquired from the database in JSON format, and transmit the JSON data to AWS Lambda. Cloud Services could directly connect the intelligent kitchenware equipped WIFI, and indirectly connect the other kitchenware equipped Bluetooth through accessory APPs. Food Thermometer with an insertable probe and its well-designed mobile application are essential to monitor the temperature of the cooked food, especially the meat, and predict time remaining to specific doneness. 3. SMART SPEAKER AND AMAZON ECHO A smart speaker is a type of wireless speaker and voice command device with an integrated virtual assistant (artificial intelligence) that offers interactive actions and hands-free activation with the help of one or several “wake words”. A smart speaker is a smart device that utilizes WIFI, Bluetooth and other wireless protocol standards to extend usage beyond audio playback, such as to control home automation devices. Each can have its own designated interface and features in-house, usually launched or controlled via application or home automation software [4]. Amazon Echo is a branch of smart speaker developed by Amazon.com. The devices connected to the voice-controlled intelligent personal assistant service Alexa, which responds to the name “Alexa”. This “wake word” can be changed by the user to “Echo” or other words. The device is capable of voice interaction, music playback, making to-do lists, setting alarms, streaming podcasts, playing audiobooks, and providing weather, traffic and other real-time information. It can also control several smart devices acting as a home automation hub [5]. Amazon Alexa Voice Service is a virtual assistant developed by Amazon.com. It is capable of voice interaction, music playback, making to-do lists, setting alarms, streaming podcasts, playing audiobooks, and providing weather, traffic, sports, and other real-time information, such as news. Users are able to extend the Alexa capabilities by installing “skills” (additional functionality developed by third-party vendors, in other settings more commonly called apps such as weather programs and audio features). Amazon allows developers to build and publish skills for Alexa Skills Kit. Most skills run code almost entirely in the cloud, using Amazon’s AWS Lambda services [6]. AWS Lambda is an event-driven, serverless computing platform provided by Amazon.com as a part of the Amazon Web Services. It is a computing service that runs code in response to events and automatically manages the computing resources required by that code. The purpose of Lambda, is to simplify building smaller, on-demand applications that are responsive to events and new information. Node.js, Python, Java, Go and C# through .NET Core are all officially supported, and other languages can be supported via call-outs. AWS Lambda can also be automatically provision back-end services triggered by custom HTTP requests, and “spin down” such services when not in use, to save resource [7].
  • 4. International Journal on Soft Computing, Artificial Intelligence and Applications (IJSCAI), Vol.7, No.4, November 2018 40 An Amazon Alexa custom skill is shown in Figure 2. Customer may ask a question or give a command; Alexa identifies the skill’s name, analyses and understands the user’s request, then sends the service a structured representation of the user’s request; service processes the request and returns a text; Alexa converts the returned text to speech and streams it to Echo; Customer hear the response from Alexa’s voice. Figure 2. Amazon Alexa Custom Skill – Reference Architecture 4. INTELLIGENT FOOD THERMOMETER Food thermometers such as meat thermometers have been used to help provide more accurate and consistent cooking results. The use of a meat thermometer, for example, can provide a visual indication on whether the meat is still undercooked or overcooked. However, these conventional types of food thermometers provide a passive indication of temperature and generally rely on the cook to remember to check the temperature, and may not provide sufficiently accurate information during cooking, such as a completion time for specific doneness, when to adjust a temperature, when to start or finish a particular cooking stage such as searing, or how long to let the food rest after removing it from heat. As an important component of smart cooking, an intelligent food thermometer and its mobile application is designed and implemented in this paper as Figure 3. Figure 3. An Intelligent Food Thermometer and its APP The main firmware of the intelligent food thermometer contains a development board, a LCD display panel and three control buttons. The development board is embedded with temperature sensing module, Bluetooth communication module, digital to analog conversion module and data processing module. The temperature sensing module obtains the temperature signal via a high temperature 4.5-
  • 5. International Journal on Soft Computing, Artificial Intelligence and Applications (IJSCAI), Vol.7, No.4, November 2018 41 inch curved penetration probe. The LCD display panel in the front of the firmware could display some important number information, such as the current temperature value, the target max temperature value set by cooks, and the elapsed time value. The control buttons could be used to set up or down the target max temperature and start the cooking time. The main firmware of the intelligent food thermometer includes the following accessories: pot clip for submerging probe into pots; grate clip to elevate probe above oven or grill grates; 2 foot 1200°F continuous exposure braided fiberglass probe-wire sleeve. The accessional APP of the intelligent food thermometer connected with the main firmware via Bluetooth displays the consistent number information synchronously. Some additional knowledge is saved in the embedded SQLite database of the APP, such as the food information, the ingredient information, and the meat doneness shown in Table 1. The APP uses a real-time scatter diagram to visualize the change of the temperature transmitted from the thermometer. Table 1. Meat Doneness (from USDA guidelines) Doneness Serving temperature Description Beef, lamb, veal steaks, chops, roasts & duck breasts (USDA recommended minimum: 145°F plus 3 minutes rest) Extra rare 110-120°F Bright purple-red center, cool, stringy, tender, slippery, slightly juicy Rare 120-130°F Dark red center, warm, tender to mildly firm, juicy Medium rare 130-135°F Light red center, warm, mildly firm, very juicy Medium 135-145°F Pink center, firm, slightly juicy Medium well 145-155°F Tan with slight pink center, firm and slightly fibrous, some juice Well done More than 155°F Tan to brown center, no pink, chewy, little juice Pork & veal steaks, chops & roasts (USDA recommended minimum: 145°F plus 3 minutes rest) Raw Less than 120°F Bright pink center, cool, stringy, slightly juicy Rare 120-130°F Pale pink center, warm, tender, very juicy Medium rare 130-135°F Cream colored with a slight pink tinge, tender, juicy Medium 135-145°F Cream colored, firm, slightly pink juices Medium well 145-155°F Cream colored, firm, clear juices Well done More than 155°F Cream colored, tough, clear juices Turkey & chicken, whole or ground (USDA recommended minimum: 165°F) Safe and moist 165°F Cream colored, tender, clear juices Fish (USDA recommended minimum: 145°F) Rare 125°F Similar to the raw meat in color, just a bit paler Medium 135°F Slightly translucent meat, flakes easily Well done 145°F Opaque, pearly meat The most helpful function of the APP is dynamically predicting and showing food’s completion time to specific doneness. The remaining completion time could be calculated by the following formula: 𝑇𝑖𝑚𝑒 𝑟𝑒𝑚𝑎𝑖𝑛𝑖𝑛𝑔 𝑐𝑜𝑚𝑝𝑙𝑒𝑡𝑖𝑜𝑛 = Δ 𝑡𝑖𝑚𝑒 Δ 𝑡𝑒𝑚𝑝 ⁄ × (𝑇𝑒𝑚𝑝𝑡𝑎𝑟𝑔𝑒𝑡 − 𝑇𝑒𝑚𝑝𝑐𝑢𝑟𝑟𝑒𝑛𝑡). The APP maintains the communication with cloud services via WIFI, through receiving Restful http request from cloud services and sending the response back to cloud services.
  • 6. International Journal on Soft Computing, Artificial Intelligence and Applications (IJSCAI), Vol.7, No.4, November 2018 42 5. CLOUD SERVICES Cloud services in the smart cooking may be built in the public cloud infrastructure, such as Amazon EC, Ali Cloud, Tencent Cloud, and etc. Cloud services maintain the states of all the connected kitchenware, receive the querying request from AWS Lambda, and send the result information back to AWS Lambda. All requests are Restful (representational state transfer) and all transferred data is formatted in JSON. The connection between the cloud and the APP introduced in Part 4 will be established and then maintained when the APP is opened. Some other intelligent kitchenware satisfied the communication standard will be also connected by the cloud via WIFI. As one of the cooking knowledge base, a cooking ontology is designed for the smart cooking by protégé in cloud services. The cooking ontology includes some necessary knowledge, such as the food (meat and vegetables), the indigent, the recipes, and some cooking notes. The meat doneness shown in Table 1 is also structuralized in owl format. 6. IMPLEMENTATION Many different types of components are integrated in the smart cooking based on Amazon Echo. Thus, some configuration and programming are necessary. Firstly, use cases of Amazon Echo should be well-designed, including sentences recognized by Amazon Alexa and corresponding expected sentences spoken out by Amazon Echo. Table 2 shows parts of Amazon Alexa Skill use cases for the intelligent Thermometer, such as querying current temperature of the cooking food, setting target temperature of the cooking food, querying the completion time, and setting alarm. Table 2. Parts of Amazon Alexa Skill Use Cases for the Intelligent Thermometer. Intent Sentences Expected Reply Query Current Temperature What’s the temperature of my food? Your food is currently at ** degrees Fahrenheit. How hot is my food? What’s the current temperature of my food? Set Target Temperature Set the target temperature to ** degrees. Ok, your Target Temperature has been set to ** degrees.Set thermometer to ** degrees. Tell thermometer to set the temperature alarm for ** degrees. Query Completion Time When will my food be ready? Your thermometer predicts that the time-to- temperature is xxx minutes.How long until my food is done? Is may food ready? Set alarm Notify me when my food is done. Ok, your temperature alarm will ring unit as wellSet an alarm for when my food is ** degrees. Let me know when my food is ** degrees.
  • 7. International Journal on Soft Computing, Artificial Intelligence and Applications (IJSCAI), Vol.7, No.4, November 2018 43 Secondly, configure Alexa skills using Alexa Skills Kit in a JSON file. Parts of the configuration shown as following. { "name": "CurrentTempIntent ", "samples": [ “what's the temperature", "how hot is my {Food_ct}", "what is the {place_ct} temperature of my {Food_ct}" ] } { "name": "SetTargetTempIntent", "samples": [ "set the temperature {Warn_stt} for {Temp_stt} degrees", "set thermometer to {Temp_stt} degrees", "tell thermometer to set the temperature alarm for {Temp_stt} degrees" ] } { "name": "CookTimeIntent", "samples": [ "Is my {Food_cti} {Complete_cti}", "how long until my {Food_cti} is {Complete_cti}", "when will my {Food_cti} be {Complete_cti}" ] } { "name": "SetTargetAlarmIntent", "samples": [ "notify me when my {Food_stai} is {Complete_cti}", "set an {alert_stai} for when my food is {Complete_stai}", "notify me when my food is {Complete_stai}" ] } Thirdly, some programming shall be written in AWS Lambda using Node.js (version 8.10) to process the communication with cloud services, sending the RESTful request to cloud services and receiving the response from cloud services. The programming code of querying current temperature intent, one of intents designed in Table 2, is shown as following. const CurrentTempIntentHandler = { canHandle(handlerInput) { const request = handlerInput.requestEnvelope.request; return request.type === 'LaunchRequest' || (request.type === 'IntentRequest' && request.intent.name === 'CurrentTempIntent'); }, handle(handlerInput) { try{ let request = handlerInput.requestEnvelope.request; let intentName = request.intent.name; let sessionId = handlerInput.requestEnvelope.session.sessionId; let slotValue = request.intent.slots.Food_ct.value; let tokenId = handlerInput.requestEnvelope.session.user.accessToken; var options = { host: '140.143.237.143', port: 80, path: '/NewHotStuff/Aimtemp?token='+tokenId, method: 'GET' }; return new Promise((resolve, reject) => { httpGet(options).then((response) => { console.info(response); let responseData = JSON.parse(response); let speechText = `${responseData.message}`; resolve(handlerInput.responseBuilder.speak(speechText).reprompt(`${repromptText}`) .withShould0EndSession(false).getResponse()); }).catch((error) => { resolve(handlerInput.responseBuilder.speak('Internet error.').reprompt(`${repromptText}`).getResponse()); }); }); }catch(error){ return handlerInput.responseBuilder.speak('Internal error. ').getResponse(); } }, };
  • 8. International Journal on Soft Computing, Artificial Intelligence and Applications (IJSCAI), Vol.7, No.4, November 2018 44 Next, RESTful cloud services should be implemented in many programming languages, like JAVA, PHP, C#.net, and Python. The common interfaces of could services include adding data into database or querying data from database using SQL, and querying knowledge from the cooking ontology using Jena and SPARQL. The implementation of communication with the intelligent thermometer and other intelligent kitchenware is shown in part 4. We have implemented the code, and we plan to share some useful programs on a GitHub repository. 7. CONCLUSION A lot of intelligent devices are integrated in the smart cooking based on Amazon Echo, including Amazon Echo, intelligent thermometer, and intelligent kitchenware. Many advanced technologies are used to implement the smart cooking based on Amazon Echo, such as cloud computing, the things of internet, speech recognition, natural language processing, knowledge base, RESTful web services, smartphone APP and mobile internet. The smart cooking based on Amazon Echo provides some basic use cases for cook as a result of Amazon Echo’s limited functions. With the improving of Amazon Echo and Amazon Alexa, the smart cooking will match more intelligent kitchenware and provides more complicated use cases. ACKNOWLEDGEMENTS This paper is funded by Chongqing S&T Foundation Project in China. The project number is cstc2015ptfw-ggfw120002. REFERENCES [1] Alam M R, Reaz M B, Ali M A, (2012) “A Review of Smart Homes—Past, Present, and Future”, systems man and cybernetics, Vol 42, No. 6, pp1190-1203. [2] Alif Ahmad Syamsudduha, Dyah Pratiw, etc, (2013) “Future Smart Cooking Machine System Design”, TELKOMNIKA, Vol.11, No.4, pp827~834 [3] Hashimoto Atsushi, Mori Naoyuki, etc, (2008) “Smart Kitchen: A User Centric Cooking Support System”, Proceedings of IPMU'08, pp848-854. [4] Margaret Rouse, “smart speaker”, https://whatis.techtarget.com/definition/smart-speaker, May 2017. [5] “Amazon.com Help: Set Up Your Amazon Echo”, Amazon.com. March 4, 2015. [6] Dieter Bohn, “You can finally say 'Computer' to your Echo to command it”, The Verge, Jan 23, 2017. [7] “Alexa Voice Service Overview”, Amazon.com, Feb 7, 2016. [8] Alex Handy, “Amazon introduces Lambda, Containers at AWS re:Invent”, SD Times, November, 14, 2014 [9] Beth M Sheppard, (2017) “Theological Librarian vs. Machine: Taking on the Amazon Alexa Show (with Some Reflections on the Future of the Profession)”, Theological Librarianship, Vol 10, issue 1, pp8-23.
  • 9. International Journal on Soft Computing, Artificial Intelligence and Applications (IJSCAI), Vol.7, No.4, November 2018 45 Authors Lin Xiaoguang Lin Xiaoguang is a Ph.D. candidate in University of Chinese Academy of Sciences.