CN110795459A - Digital menu generation method and menu creation equipment - Google Patents

Digital menu generation method and menu creation equipment Download PDF

Info

Publication number
CN110795459A
CN110795459A CN201911055822.9A CN201911055822A CN110795459A CN 110795459 A CN110795459 A CN 110795459A CN 201911055822 A CN201911055822 A CN 201911055822A CN 110795459 A CN110795459 A CN 110795459A
Authority
CN
China
Prior art keywords
cooking
modules
execution sequence
execution
module
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Withdrawn
Application number
CN201911055822.9A
Other languages
Chinese (zh)
Inventor
王嘉敏
郑灿洪
谭永春
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Zhuhai Unicook Technology Co Ltd
Original Assignee
Zhuhai Unicook Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Zhuhai Unicook Technology Co Ltd filed Critical Zhuhai Unicook Technology Co Ltd
Priority to CN201911055822.9A priority Critical patent/CN110795459A/en
Publication of CN110795459A publication Critical patent/CN110795459A/en
Withdrawn legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/24Querying
    • G06F16/245Query processing
    • G06F16/2455Query execution
    • G06F16/24564Applying rules; Deductive queries
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/24Querying
    • G06F16/248Presentation of query results

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Computational Linguistics (AREA)
  • Data Mining & Analysis (AREA)
  • Databases & Information Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The invention discloses a method for generating a digital menu and menu creation equipment, wherein the method comprises the following steps: the recipe creation device acquires a plurality of cooking modules selected from a prestored cooking module library; determining an execution sequence of the plurality of cooking modules according to a preset cooking module sequence rule; and combining and generating the digital menu according to the plurality of cooking modules after the execution sequence is determined. By the mode, the reasonability of the sequence of the plurality of cooking modules after the execution sequence is determined can be improved, and the phenomenon that the sequence of the plurality of cooking modules after the execution sequence is determined is wrong is avoided, so that the success rate of generating the digital menu by the menu creation equipment is improved.

Description

Digital menu generation method and menu creation equipment
Technical Field
The invention relates to the technical field of intelligent cooking, in particular to a method for generating a digital menu and menu creation equipment.
Background
Currently, when a recipe creation device creates a digital recipe, the digital recipe is generally generated by combining several cooking steps screened by a user from various cooking steps pre-stored in a recipe database.
However, when the recipe creation device generates the digital recipe according to the combination of the cooking steps, there may be a phenomenon that the front and back orders of the cooking steps are wrong, for example, the order of the stir-frying steps is ordered before the order of the heating steps (corresponding to hot oil), which results in an unsuccessful generation of the digital recipe by the recipe creation device, and thus the success rate of the generation of the digital recipe by the recipe creation device is reduced.
Disclosure of Invention
The embodiment of the invention provides a method for generating a digital menu and menu creation equipment, which are used for improving the success rate of generating the digital menu by the menu creation equipment.
In a first aspect, an embodiment of the present invention provides a method for generating a digital menu, where the method may be performed by a menu creation device, and the menu creation device may be a mobile phone, an ipad, a notebook computer, an intelligent cooking device, and the like. The method comprises the following steps:
acquiring a plurality of cooking modules selected from a pre-stored cooking module library;
determining an execution sequence of the plurality of cooking modules according to a preset cooking module sequence rule;
and combining and generating the digital menu according to the plurality of cooking modules after the execution sequence is determined.
In the embodiment of the invention, after the recipe creation device determines the execution sequence of the plurality of cooking modules according to the preset cooking module sequence rule, the recipe creation device may combine the plurality of cooking modules after determining the execution sequence to generate the digital recipe. By the mode, the reasonability of the sequence of the plurality of cooking modules after the execution sequence is determined can be improved, and the phenomenon that the sequence of the plurality of cooking modules after the execution sequence is determined is wrong is avoided, so that the success rate of generating the digital menu by the menu creation equipment is improved.
In one possible design, each of the plurality of cooking modules contains a corresponding execution condition; determining the execution sequence of the plurality of cooking modules according to a preset cooking module sequence rule, wherein the execution sequence comprises the following steps:
adjusting the execution sequence of the plurality of cooking modules according to the execution condition corresponding to each cooking module in the plurality of cooking modules;
and determining the adjusted execution sequence of the plurality of cooking modules as the execution sequence of the plurality of cooking modules.
In the embodiment of the invention, the menu creation equipment can adjust the execution sequence of the plurality of cooking modules according to the execution condition corresponding to each cooking module in the plurality of cooking modules, so that the reasonability of the front and back sequence of the plurality of cooking modules after the execution sequence is determined can be improved, and the phenomenon that the front and back sequence of the plurality of cooking modules after the execution sequence is determined is wrong during the execution is avoided.
In one possible design, adjusting the execution order of the plurality of cooking modules relative to each other according to the execution condition corresponding to each cooking module includes:
determining a start execution condition and an end execution condition for each of the plurality of cooking modules;
and adjusting the execution sequence of the plurality of cooking modules according to the matching relation between the starting execution condition and the ending execution condition of each cooking module in the plurality of cooking modules.
In the embodiment of the invention, the recipe creation device can adjust the execution sequence of the plurality of cooking modules through the matching relation between the starting execution condition and the ending execution condition of each cooking module in the plurality of cooking modules, so that the reasonability of the front and back sequence of the plurality of cooking modules after the execution sequence is adjusted in the execution process is improved, the front and back sequence of the plurality of cooking modules after the execution sequence is adjusted in the execution process is ensured not to be wrong, and the success rate of the recipe creation device for subsequently generating the digital recipes according to the plurality of cooking modules after the execution sequence is adjusted can be improved.
In one possible design, adjusting the execution order of the plurality of cooking modules with respect to each other according to a matching relationship between the start execution condition and the end execution condition of each of the plurality of cooking modules includes:
determining whether the execution sequence of two adjacent cooking modules in the plurality of cooking modules is correct according to the matching relation between the starting execution condition and the ending execution condition of each cooking module in the plurality of cooking modules;
when it is determined that the ending execution condition of a first cooking module of the two adjacent cooking modules does not match the starting execution condition of a second cooking module of the two adjacent cooking modules, it is determined that the execution order of the first cooking module and the second cooking module is incorrect, and the execution order of the first cooking module and the second cooking module is adjusted.
In the embodiment of the invention, the menu creation equipment can judge whether the execution sequence of two adjacent cooking modules in the plurality of cooking modules is correct or not according to the matching relation between the starting execution condition and the ending execution condition of each cooking module in the plurality of cooking modules, so that the execution sequence of the two adjacent cooking modules can be adjusted, the condition that the sequence of the two adjacent cooking modules does not have errors when being executed is ensured, the rationality of the sequence of the two adjacent cooking modules when being executed is further improved, and the success rate of the menu creation equipment for subsequently generating the digital menu according to the plurality of cooking modules after the execution sequence is adjusted is improved.
In one possible design, adjusting the execution order of the plurality of cooking modules with respect to each other according to a matching relationship between the start execution condition and the end execution condition of each of the plurality of cooking modules includes:
determining first cooking information corresponding to a plurality of cooking modules when it is determined that an end execution condition of a third cooking module of the plurality of cooking modules matches a start execution condition of at least two cooking modules of the plurality of cooking modules;
and according to the first cooking information, screening out a fourth cooking module which is most matched with the third cooking module from the at least two cooking modules, and adjusting the execution sequence of the fourth cooking module to be sequenced after the third cooking module.
In an embodiment of the present invention, when the starting execution condition of the third cooking module in the plurality of cooking modules matches the starting execution condition of at least two cooking modules in the plurality of cooking modules, the recipe creation apparatus may select a fourth cooking module that matches the third cooking module best from the at least two cooking modules according to the first cooking information corresponding to the plurality of cooking modules, and may sort the execution order of the fourth cooking module after the third cooking module. By the method, on one hand, the reasonability of the sequence before and after the execution of the plurality of cooking modules after the execution sequence is adjusted can be improved, so that the success rate of the menu creation equipment for generating the digital menu according to the plurality of cooking modules after the execution sequence is adjusted can be improved; on the other hand, the matching between the plurality of cooking modules after the execution sequence is adjusted and the first cooking information can be improved.
In one possible design, before the digital menu is generated by combining a plurality of cooking modules according to the determined execution sequence, the method further comprises:
determining first menu names corresponding to the plurality of cooking modules;
determining a plurality of standard cooking modules corresponding to the first menu name according to a first corresponding relation between the menu names prestored in the cooking module library and the cooking modules;
determining whether the execution sequence of the plurality of cooking modules after the execution sequence is adjusted is correct according to the execution sequence of the plurality of standard cooking modules corresponding to the first menu name;
when the execution sequence of the plurality of cooking modules after the execution sequence is adjusted is determined to be incorrect, the execution sequence of the plurality of cooking modules after the execution sequence is adjusted again according to the execution sequence of the plurality of standard cooking modules corresponding to the first menu name.
In the embodiment of the invention, the recipe creation device can adjust the execution sequence of the plurality of cooking modules after the execution sequence is adjusted again according to the execution sequence of the plurality of standard cooking modules corresponding to the first recipe name, so that the problem that the sequence of the plurality of cooking modules after the execution sequence is adjusted is unreasonable when the sequence of the plurality of cooking modules is not adjusted, the reasonableness of the sequence of the plurality of cooking modules after the execution sequence is adjusted again when the sequence of the plurality of cooking modules is performed is further improved, and the success rate of the recipe creation device for generating the digital recipe according to the plurality of cooking modules after the execution sequence is adjusted again is improved.
In one possible design, after determining the first recipe names corresponding to the plurality of cooking modules, the method further comprises:
determining second cooking information corresponding to the plurality of cooking modules;
determining a plurality of standard cooking modules corresponding to the first recipe name and the second cooking information according to a second corresponding relation among the recipe names, the cooking information and the cooking modules prestored in the cooking module library;
determining whether the execution sequence of the plurality of cooking modules after the execution sequence is adjusted is correct according to the execution sequence of the plurality of standard cooking modules corresponding to the first menu name and the second cooking information;
when the execution sequence of the plurality of cooking modules after the execution sequence is adjusted is determined to be incorrect, adjusting the execution sequence of the plurality of cooking modules after the execution sequence is adjusted again according to the execution sequence of the plurality of standard cooking modules corresponding to the first menu name and the second cooking information.
In the embodiment of the present invention, the recipe creation device may adjust the execution sequence of the plurality of cooking modules after the adjustment of the execution sequence again according to the execution sequence of the plurality of standard cooking modules corresponding to the recipe name and the second cooking information. By the method, on one hand, the problem that the sequence of the plurality of cooking modules after the execution sequence is adjusted is still unreasonable when the sequence is executed is solved, so that the reasonability of the sequence of the plurality of cooking modules after the execution sequence is adjusted again is improved, and the success rate of the menu creation equipment for generating the digital menu according to the plurality of cooking modules after the execution sequence is adjusted again can be improved; on the other hand, the problem that the execution sequence of the cooking modules is different due to the difference of the second cooking information is solved, and the matching performance of the plurality of cooking modules after the execution sequence is adjusted again and the second cooking information is improved.
In one possible design, the cooking module library is preset with an execution sequence table of the plurality of cooking modules; before the digital menu is generated by combining the plurality of cooking modules according to the determined execution sequence, the method further comprises the following steps:
acquiring the execution sequence table;
and adjusting the execution sequence of the plurality of cooking modules according to the execution sequence table.
In the embodiment of the invention, the menu creation equipment does not need to judge whether the execution conditions of the plurality of cooking modules are matched, the execution sequence table of the plurality of cooking modules can be preset according to the cooking module library, the execution sequence of the plurality of cooking modules can be quickly adjusted, and the efficiency of adjusting the execution sequence of the plurality of cooking modules by the menu creation equipment is improved.
In one possible design, after obtaining a plurality of cooking modules selected from a pre-stored library of cooking modules, the method further comprises:
acquiring first taste information input by a user;
determining at least one cooking module corresponding to the first taste information according to a third corresponding relation between the taste information stored in the cooking module library and the cooking modules;
adding the at least one cooking module to the set of multiple cooking modules, forming a combined cooking module;
adjusting the execution sequence of the combined cooking modules according to the execution condition corresponding to each cooking module in the combined cooking modules;
and generating a digital menu according to the combined cooking module after the execution sequence is adjusted.
In an embodiment of the present invention, the recipe creation apparatus may add at least one cooking module to the collection of a plurality of cooking modules together with the first taste information input by the user to form a combined cooking module. And then, the menu creation equipment can adjust the execution sequence of the combined cooking modules according to the execution condition corresponding to each cooking module in the combined cooking modules, and generate the digital menu according to the combined cooking modules with the adjusted execution sequence. By the method, on one hand, the phenomenon that a plurality of cooking modules selected by a user lack cooking modules corresponding to taste information is avoided, so that the matching performance of the combined cooking module and the taste information can be improved; on the other hand, the reasonability of the sequence before and after the combined cooking module after the execution sequence is adjusted is improved, and the phenomenon that the sequence before and after the combined cooking module is executed is wrong is avoided, so that the success rate of generating the digital menu by the menu creation equipment is improved.
In a second aspect, an embodiment of the present invention provides a menu creating apparatus, including:
an acquisition unit for acquiring a plurality of cooking modules selected from a pre-stored cooking module library;
the processing unit is used for determining the execution sequence of the plurality of cooking modules according to a preset cooking module sequence rule;
the processing unit is further used for generating a digital menu in a combined mode according to the plurality of cooking modules after the execution sequence is determined.
In one possible design, each of the plurality of cooking modules contains a corresponding execution condition; the processing unit is specifically configured to:
adjusting the execution sequence of the plurality of cooking modules according to the execution condition corresponding to each cooking module in the plurality of cooking modules;
and determining the adjusted execution sequence of the plurality of cooking modules as the execution sequence of the plurality of cooking modules.
In one possible design, the processing unit is specifically configured to:
determining a start execution condition and an end execution condition for each of the plurality of cooking modules;
and adjusting the execution sequence of the plurality of cooking modules according to the matching relation between the starting execution condition and the ending execution condition of each cooking module in the plurality of cooking modules.
In one possible design, the processing unit is specifically configured to:
determining whether the execution sequence of two adjacent cooking modules in the plurality of cooking modules is correct according to the matching relation between the starting execution condition and the ending execution condition of each cooking module in the plurality of cooking modules;
when it is determined that the ending execution condition of a first cooking module of the two adjacent cooking modules does not match the starting execution condition of a second cooking module of the two adjacent cooking modules, it is determined that the execution order of the first cooking module and the second cooking module is incorrect, and the execution order of the first cooking module and the second cooking module is adjusted.
In one possible design, the processing unit is further configured to:
determining first cooking information corresponding to a plurality of cooking modules when it is determined that an end execution condition of a third cooking module of the plurality of cooking modules matches a start execution condition of at least two cooking modules of the plurality of cooking modules;
and according to the first cooking information, screening out a fourth cooking module which is most matched with the third cooking module from the at least two cooking modules, and adjusting the execution sequence of the fourth cooking module to be sequenced after the third cooking module.
In one possible design, the processing unit is further configured to:
determining first menu names corresponding to the plurality of cooking modules;
determining a plurality of standard cooking modules corresponding to the first menu name according to a first corresponding relation between the menu names prestored in the cooking module library and the cooking modules;
determining whether the execution sequence of the plurality of cooking modules after the execution sequence is adjusted is correct according to the execution sequence of the plurality of standard cooking modules corresponding to the first menu name;
when the execution sequence of the plurality of cooking modules after the execution sequence is adjusted is determined to be incorrect, the execution sequence of the plurality of cooking modules after the execution sequence is adjusted again according to the execution sequence of the plurality of standard cooking modules corresponding to the first menu name.
In one possible design, the processing unit is further configured to:
determining second cooking information corresponding to the plurality of cooking modules;
determining a plurality of standard cooking modules corresponding to the first recipe name and the second cooking information according to a second corresponding relation among the recipe names, the cooking information and the cooking modules prestored in the cooking module library;
determining whether the execution sequence of the plurality of cooking modules after the execution sequence is adjusted is correct according to the execution sequence of the plurality of standard cooking modules corresponding to the first menu name and the second cooking information;
when the execution sequence of the plurality of cooking modules after the execution sequence is adjusted is determined to be incorrect, the execution sequence of the plurality of cooking modules after the execution sequence is adjusted again according to the execution sequence of the plurality of standard cooking modules corresponding to the first menu name and the second cooking information.
In one possible design, the cooking module library is preset with an execution sequence table of the plurality of cooking modules; the acquisition unit is further configured to:
acquiring the execution sequence table;
the processing unit is further to:
and adjusting the execution sequence of the plurality of cooking modules according to the execution sequence table.
In one possible design, the obtaining unit is further configured to:
acquiring first taste information input by a user;
the processing unit is further to:
determining at least one cooking module corresponding to the first taste information according to a third corresponding relation between the taste information stored in the cooking module library and the cooking modules;
adding the at least one cooking module to the set of multiple cooking modules, forming a combined cooking module;
adjusting the execution sequence of the combined cooking modules according to the execution condition corresponding to each cooking module in the combined cooking modules;
and generating a digital menu according to the combined cooking module after the execution sequence is adjusted.
In a third aspect, an embodiment of the present invention provides a menu creating apparatus, including: at least one processor and memory; wherein the memory is to store one or more computer programs; the one or more computer programs stored in the memory, when executed by the at least one processor, enable the recipe authoring apparatus to perform the method of the first aspect described above or any one of the possible designs of the first aspect described above.
In a fourth aspect, an embodiment of the present invention provides a computer-readable storage medium, which stores computer instructions that, when executed on a recipe creation apparatus, enable the recipe creation apparatus to perform the method according to the first aspect or any one of the possible designs according to the first aspect.
Drawings
Fig. 1 is a schematic flow chart of a method for generating a digital menu according to an embodiment of the present invention;
fig. 2 is a schematic structural diagram of a menu creation device according to an embodiment of the present invention;
fig. 3 is a schematic structural diagram of another recipe creation device according to an embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention clearer, the present invention will be described in further detail with reference to the accompanying drawings, and it is apparent that the described embodiments are only a part of the embodiments of the present invention, not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
The shapes and sizes of the various elements in the drawings are not to scale and are merely intended to illustrate the invention.
In the embodiments of the present invention, "first" to "fifth" are used to distinguish different objects, and are not used to describe a specific order. Furthermore, the term "comprises" and any variations thereof, which are intended to cover non-exclusive protection. For example, a process, method, system, article, or apparatus that comprises a list of steps or elements is not limited to only those steps or elements listed, but may alternatively include other steps or elements not listed, or inherent to such process, method, article, or apparatus.
In this embodiment of the present invention, "and/or" is only one kind of association relation describing an associated object, and indicates that three kinds of relations may exist, for example, a and/or B may indicate: a exists alone, A and B exist simultaneously, and B exists alone. In addition, the "/" character in the specification and claims of the present invention and the above drawings generally indicates that the former and latter related objects are in an "or" relationship.
In the embodiment of the present invention, "a plurality" may mean at least two, for example, two, three, or more, and the embodiment of the present invention is not limited.
In the embodiment of the present invention, the cooking information may include a cooking manner, ingredient information, food material information, taste information, name information of a digital menu, and the like, and may be specifically set according to actual requirements. The taste information may include taste, mouthfeel, etc.
As can be seen from the foregoing, in the existing solution, there is a case that the recipe creation device fails to generate the digital recipe due to an error in the execution sequence between the cooking modules, so that the success rate of the recipe creation device generating the digital recipe is reduced. In order to solve the problem, the embodiment of the invention provides a method for generating a digital menu. In the method, by modularizing the cooking steps, a series of cooking steps realizing the same function can be combined into one cooking module according to a preset execution sequence, that is, each cooking module can comprise at least one cooking step and/or function. For example, for the stir-frying module, the stir-frying module has a function of stir-frying food materials, the stir-frying module may include two cooking steps of pouring (corresponding to adding food materials) and stir-frying, and the two cooking steps are executed in the order of pouring firstly and then stir-frying; or only one cooking step including stir-frying. The cooking module further comprises cooking parameters corresponding to the cooking steps and an object for executing the cooking steps. When the menu creation equipment generates the digital menu according to the corresponding cooking module, the condition that the execution sequence among the cooking steps in the cooking module is not wrong can be avoided, and therefore the success rate of the menu creation equipment for generating the digital menu can be improved.
The following describes in detail the process of generating a digital recipe by a cooking module corresponding to the recipe creation apparatus according to an embodiment of the present invention.
Fig. 1 is a schematic flow chart of a method for generating a digital menu according to an embodiment of the present invention. The method can be applied to menu creation equipment, wherein the menu creation equipment can be intelligent kitchen equipment such as a central control host, an intelligent pot, an intelligent stove and the like, and can also be other equipment such as mobile phones, flat panels, desktop computers and the like, and the menu creation equipment is the equipment with the function of generating digital menus. As shown in fig. 1, the method flow includes:
s101, obtaining a plurality of cooking modules selected from a prestored cooking module library.
Optionally, the cooking module library may be a cooking module library pre-stored in the recipe creation device, or may be a cooking module library pre-stored in other devices (for example, a server, an external memory, and the like) connected to the recipe creation device, and the embodiment of the present invention is not limited thereto.
Alternatively, the recipe creation apparatus may acquire a plurality of cooking modules selected by the user from a pre-stored cooking module library, or the recipe creation apparatus may automatically acquire a plurality of cooking modules selected from a pre-stored cooking module library.
S102, determining the execution sequence of the plurality of cooking modules according to a preset cooking module sequence rule.
Alternatively, after the recipe creation apparatus acquires a plurality of cooking modules selected from the cooking module library, the recipe creation apparatus may determine an execution order of the plurality of cooking modules with respect to each other. For example, the cooking module library may be pre-stored with cooking module sequence rules. The recipe creation apparatus may determine an execution order of the plurality of cooking modules with respect to each other according to a pre-stored cooking module order rule. For example, taking a plurality of cooking modules as the cooking module a, the cooking module b, and the cooking module c as an example, if the preset sequence rules of the three cooking modules are to execute the cooking module a first, then execute the cooking module b, and then execute the cooking module c, the recipe creation device may determine, according to the preset sequence rules of the cooking modules, that the execution sequence among the cooking module a, the cooking module b, and the cooking module c is to execute the cooking module a first, then execute the cooking module b, and then execute the cooking module c.
In the embodiment of the invention, after the recipe creation device determines the execution sequence of the plurality of cooking modules according to the preset cooking module sequence rule, the recipe creation device may combine the plurality of cooking modules after determining the execution sequence to generate the digital recipe. By the mode, the reasonability of the sequence of the plurality of cooking modules after the execution sequence is determined can be improved, and the phenomenon that the sequence of the plurality of cooking modules after the execution sequence is determined is wrong is avoided, so that the success rate of generating the digital menu by the menu creation equipment is improved.
In a specific implementation process, the pre-stored cooking module sequence rule may be that each cooking module of the plurality of cooking modules includes a preset execution condition. The recipe creation device may adjust an execution order of the plurality of cooking modules with respect to each other according to an execution condition corresponding to each of the plurality of cooking modules, and then determine the adjusted execution order of the plurality of cooking modules as the execution order of the plurality of cooking modules with respect to each other. For example, still taking the plurality of cooking modules as the cooking module a, the cooking module b, and the cooking module c as examples, if the execution condition of the cooking module a is after oil is poured, the execution condition of the cooking module b is that the cooking device is turned on in a working mode, and the execution condition of the cooking module c is that the oil temperature reaches 180 degrees, the recipe creating device may adjust the execution sequence of the cooking module b to be before the cooking module a according to the respective execution conditions of the cooking module a, the cooking module b, and the cooking module c. Then, the recipe creation device may determine the adjusted execution sequence among the cooking module a, the cooking module b, and the cooking module c as the execution sequence among the cooking module a, the cooking module b, and the cooking module c, that is, the cooking module b is executed first, then the cooking module a is executed, and then the cooking module c is executed.
In the embodiment of the invention, the menu creation equipment adjusts the execution sequence of the plurality of cooking modules through the execution condition of each cooking module in the plurality of cooking modules, so that the reasonability of the front and back sequence of the plurality of cooking modules after the execution sequence is determined can be improved, the phenomenon that the front and back sequence of the plurality of cooking modules after the execution sequence is wrong is avoided, and the success rate of the menu creation equipment for generating digital menus according to the plurality of cooking modules after the execution sequence is determined can be improved.
The following specifically describes a process of adjusting the execution sequence of the plurality of cooking modules with respect to each other by the recipe creating apparatus according to the execution condition of each of the plurality of cooking modules.
For example, the cooking module library stores the execution conditions of each of the plurality of cooking modules, which may include a start execution condition and an end execution condition, wherein the execution conditions of each cooking module may be set according to actual requirements. For example, the starting execution condition of the execution conditions of the hot oil module may be that the cooking apparatus is turned on to operate the mode, and the ending execution condition may be that the oil temperature reaches 120 degrees.
Alternatively, the recipe creation apparatus may determine a start execution condition and an end execution condition of each of the plurality of cooking modules, and thereafter, may adjust an execution order of the plurality of cooking modules with respect to each other according to a matching relationship between the start execution condition and the end execution condition of each of the plurality of cooking modules. For example, the plurality of cooking modules are still exemplified as cooking module a, cooking module b, and cooking module c. The recipe creating apparatus may adjust an execution order of the plurality of cooking modules with respect to each other according to a matching relationship between a start condition of the cooking module a and an end execution condition of the cooking module b and the cooking module c, or a matching relationship between a start condition of the cooking module b and an end execution condition of the cooking module a and the cooking module c, or a matching relationship between a start condition of the cooking module c and an end execution condition of the cooking module a and the cooking module b.
In the embodiment of the invention, the recipe creation device can adjust the execution sequence of the plurality of cooking modules through the matching relation between the starting execution condition and the ending execution condition of each cooking module in the plurality of cooking modules, so that the reasonability of the front and back sequence of the plurality of cooking modules after the execution sequence is adjusted in the execution process is improved, the front and back sequence of the plurality of cooking modules after the execution sequence is adjusted in the execution process is ensured not to be wrong, and the success rate of the recipe creation device for subsequently generating the digital recipes according to the plurality of cooking modules after the execution sequence is adjusted can be improved.
In a specific implementation process, the recipe creation device may adjust the execution sequence of the plurality of cooking modules in different ways according to a matching relationship between the start execution condition and the end execution condition of each of the plurality of cooking modules. Such as:
in the method 1, when the recipe creating device determines that the ending execution condition of the first cooking module of the two adjacent cooking modules is not matched with the starting execution condition of the second cooking module of the two adjacent cooking modules, the recipe creating device may determine that the execution sequence of the first cooking module and the second cooking module is incorrect, and adjust the execution sequence of the first cooking module and the second cooking module.
For example, the plurality of cooking modules are still taken as a cooking module a, a cooking module b and a cooking module c, and the execution sequence of the three cooking modules is that the cooking module a is executed first, then the cooking module b is executed, and then the cooking module c is executed. If the ending execution condition of the cooking module a is that the oil temperature reaches 120 degrees, and the starting execution condition of the cooking module b is that the time for stir-frying the food material a (such as spareribs) reaches 2 minutes, the recipe creation device may determine that the ending execution condition of the cooking module a is not matched with the ending execution condition of the cooking module b, that is, it may be determined that the execution sequence between the cooking module a and the cooking module b is incorrect, and that the execution sequence between the cooking module a and the cooking module b needs to be adjusted. For example, if the starting execution condition of the cooking module c is that the oil temperature reaches 120 degrees, and the ending execution condition is that the time for stir-frying the food a reaches 2 minutes, the recipe creating apparatus may keep the execution order of the cooking module a unchanged, and adjust the execution order of the cooking module b to be behind the execution order of the cooking module c.
In the mode 1, the recipe creation device can judge whether the execution sequence of two adjacent cooking modules in the plurality of cooking modules is correct according to the matching relation between the initial execution condition and the ending execution condition of each cooking module in the plurality of cooking modules, so that the execution sequence of the two adjacent cooking modules can be adjusted, the condition that the sequence of the two adjacent cooking modules cannot be wrong when being executed is ensured, the rationality of the sequence of the two adjacent cooking modules when being executed is further improved, and the success rate of the recipe creation device for generating the digital recipes according to the plurality of cooking modules after the execution sequence is adjusted is improved.
In the mode 2, when the recipe creation device determines that the ending execution condition of the third cooking module of the plurality of cooking modules matches the starting execution condition of at least two cooking modules of the plurality of cooking modules, the recipe creation device determines first cooking information corresponding to the plurality of cooking modules, and can screen out a fourth cooking module which is most matched with the third cooking module from the at least two cooking modules according to the first cooking information, and adjust the execution sequence of the fourth cooking module to be sequenced after the third cooking module. Such as:
example 1, taking a plurality of cooking modules as a cooking module a, a cooking module b, a cooking module c, a cooking module d and a cooking module e, the first cooking information corresponding to the five cooking modules is slightly spicy taste information as an example. If the recipe creation apparatus determines that the ending execution condition (e.g., oil temperature up to 100 degrees) of the cooking module a matches the starting execution condition (e.g., oil temperature up to 100 degrees) of the cooking module d and the cooking module e, the recipe creation apparatus may determine which of the cooking module d and the cooking module e matches the cooking module a best according to the slightly spicy taste information. For example, since the cooking time may affect the taste information, if the execution sequence of the cooking module a is earlier, the cooking module d is a cooking module for executing the stir-frying of the food material b (for example, streaky pork), and the cooking module e is a cooking module for executing the hot pepper placing, the recipe creation device may determine that, of the cooking module d and the cooking module e, the cooking module d is most matched with the cooking module a, and the recipe creation device may sort the execution sequence of the cooking module d behind the cooking module a.
Example 2, the plurality of cooking modules are a cooking module a, a cooking module b, a cooking module c, a cooking module d, and a cooking module e, and the first cooking information corresponding to the five cooking modules is a cooking method of braising. If the recipe creation apparatus determines that the ending execution condition (completion of putting ribs) of the cooking module a matches the starting execution condition (completion of putting ribs, for example) of the cooking module b and the cooking module c, the recipe creation apparatus may determine which of the cooking module b and the cooking module c matches the cooking module a best according to the braising cooking method. For example, if the execution sequence of the cooking module a is earlier, and the ending execution condition of the cooking module b is that the heating time length reaches 5 minutes (corresponding to spareribs being scalded), and the ending execution condition of the cooking module c is that the stir-frying time length reaches 3 minutes (corresponding to stir-frying spareribs), then the recipe creation device may determine that, of the cooking module b and the cooking module c, the cooking module b is most matched with the cooking module a, and the recipe creation device may sort the execution sequence of the cooking module b behind the cooking module a.
Examples 1 and 2 are examples in which the recipe creation apparatus screens out a fourth cooking module that is most matched with the third cooking module from at least two cooking modules according to cooking manners or taste information corresponding to a plurality of cooking modules. Of course, the recipe creation device may further select a fourth cooking module that is most matched with the third cooking module from the at least two cooking modules in combination with the cooking modes and the taste information corresponding to the plurality of cooking modules. Such as:
example 3, take a plurality of cooking modules as cooking module a, cooking module b, cooking module c, cooking module d, and cooking module e, and the first cooking information corresponding to these five cooking modules is slightly spicy taste information, a cooking way of stir-frying and stir-frying as an example. If the recipe creation device determines that the ending execution condition of the cooking module b, that is, the duration of stir-frying the main food material n (for example, fat intestines) reaches half a minute, and matches the starting execution condition of the cooking module a and the cooking module e, that is, the duration of stir-frying the main food material n reaches half a minute, the recipe creation device may determine which of the cooking module a and the cooking module e is most matched with the cooking module b according to the stir-frying cooking manner. For example, since the cooking time may affect the taste information, if the execution condition of the cooking module a is that the pepper is put in, and the execution condition of the cooking module e is that the auxiliary food material m (for example, celery) is put in, the recipe creation device may determine that, of the cooking module a and the cooking module e, the cooking module e is most matched with the cooking module b, and the recipe creation device may sort the execution sequence of the cooking module e behind the cooking module b.
In the manner 2, when the starting execution condition of the third cooking module in the plurality of cooking modules matches the starting execution condition of at least two cooking modules in the plurality of cooking modules, the recipe creation apparatus may select, according to the first cooking information corresponding to the plurality of cooking modules, a fourth cooking module that matches the first cooking information and the cooking module most closely from the at least two cooking modules, and may sort the execution order of the fourth cooking module after the third cooking module. By the method, on one hand, the reasonability of the sequence before and after the execution of the plurality of cooking modules after the execution sequence is adjusted can be improved, so that the success rate of the menu creation equipment for generating the digital menu according to the plurality of cooking modules after the execution sequence is adjusted can be improved; on the other hand, the matching between the plurality of cooking modules after the execution sequence is adjusted and the first cooking information can be improved.
It should be noted that, the above is an example in which the recipe creating apparatus adjusts the execution order of the plurality of cooking modules according to the execution conditions of the plurality of cooking modules. Of course, the recipe creation device may also adjust the execution sequence of the plurality of cooking modules with respect to each other in other manners.
For example, the cooking module library may be preset with an execution sequence table of a plurality of cooking modules. The execution sequence table of the plurality of cooking modules may be user-defined according to preset execution conditions of the plurality of cooking modules. After the recipe creation device obtains the plurality of cooking modules selected by the user, the recipe creation device may obtain an execution sequence table of the plurality of cooking modules, and adjust an execution sequence of the plurality of cooking modules according to the execution sequence table. Through this kind of mode, menu creation equipment need not to judge whether a plurality of culinary art modules are the execution condition each other matches, can adjust a plurality of culinary art modules execution sequence each other fast according to this execution sequence table, has improved menu creation equipment and has adjusted a plurality of culinary art modules efficiency of execution sequence each other.
Optionally, after the recipe creation device adjusts the execution sequence of the plurality of cooking modules according to the execution condition of each of the plurality of cooking modules, in order to ensure that no error occurs in the sequence before and after the plurality of cooking modules with the adjusted execution sequence are executed, the recipe creation device may further adjust the execution sequence of the plurality of cooking modules with the adjusted execution sequence again.
The following describes a process of adjusting again the execution sequence of the plurality of cooking modules after adjusting the execution sequence by the recipe creating apparatus.
Optionally, the recipe creation device may determine first recipe names corresponding to the plurality of cooking modules, where the first recipe names corresponding to the plurality of cooking modules may be determined by the recipe creation device according to operation information of the user (the operation information may be operation information of the user inputting the first recipe name, operation information sent by the user through another device, such as a mobile phone, and the like). Then, the recipe creation device may adjust the execution order of the plurality of cooking modules after the adjustment of the execution order again according to the execution order of the plurality of standard cooking modules corresponding to the first recipe name. For example, the first corresponding relationship between the recipe name and the cooking module may be pre-stored in the cooking module library. The recipe creation device may determine a plurality of standard cooking modules corresponding to the first recipe name according to the first corresponding relationship, wherein an execution order of the plurality of standard cooking modules corresponding to the first recipe name among each other is further stored in the cooking module library. For example, taking the first recipe name as the tomato scrambled egg as an example, the recipe creation apparatus may determine, according to the first correspondence, a plurality of standard cooking modules corresponding to the tomato scrambled eggs and an execution order of the plurality of standard cooking modules corresponding to the tomato scrambled eggs with respect to each other. The recipe creation device can adjust the execution sequence of the plurality of cooking modules after the execution sequence is adjusted again according to the execution sequence of the plurality of standard cooking modules corresponding to the tomato scrambled eggs.
For example, the recipe creation apparatus may determine whether the execution sequence of the plurality of cooking modules after the adjustment of the execution sequence is correct according to the execution sequence of the plurality of standard cooking modules corresponding to the first recipe name. When the recipe creation device determines that the execution sequence of the plurality of cooking modules after the execution sequence is adjusted is incorrect, the recipe creation device may adjust the execution sequence of the plurality of cooking modules after the execution sequence is adjusted again according to the execution sequence of the plurality of standard cooking modules corresponding to the first recipe name. For example, the plurality of cooking modules are a cooking module a, a cooking module b, and a cooking module c, and the plurality of standard cooking modules include the cooking module a, the cooking module b, and the cooking module c. If the execution sequence among the cooking module a, the cooking module b and the cooking module c after the execution sequence is adjusted is that the cooking module b is executed first, then the cooking module a is executed, then the cooking module c is executed, the cooking module a is arranged behind the cooking module c in the execution sequence among the plurality of standard cooking modules, the recipe creation apparatus may determine that the execution order of the plurality of cooking modules after the adjustment of the execution order is incorrect with respect to each other, may adjust the execution order of the cooking modules a to be after the execution order of the cooking modules c, namely, after the execution sequence of the cooking modules a, b and c is adjusted again, the three cooking modules are executed in the sequence of executing the cooking module b, then executing the cooking module c and then executing the cooking module a.
In the embodiment of the invention, the recipe creation device can determine the first recipe names corresponding to the plurality of cooking modules, and can determine the plurality of standard cooking modules corresponding to the first recipe names according to the first corresponding relation between the recipe names and the cooking modules pre-stored in the cooking module library. The recipe creation device can adjust the execution sequence of the plurality of cooking modules after the execution sequence is adjusted again according to the execution sequence of the plurality of standard cooking modules corresponding to the first recipe name, so that the problem that the sequence of the plurality of cooking modules after the execution sequence is adjusted is unreasonable when the sequence of the plurality of cooking modules is not adjusted is solved, the reasonability of the sequence of the plurality of cooking modules after the execution sequence is adjusted again when the sequence of the plurality of cooking modules is performed is further improved, and the success rate of the recipe creation device for generating digital recipes according to the plurality of cooking modules after the execution sequence is adjusted again is improved.
For example, generally, one recipe name may correspond to a plurality of cooking manners and/or a plurality of taste information and/or a plurality of ingredient information and/or a plurality of food material information, and different cooking manners or different taste information or different ingredient information or different food material information, and the execution sequence of the corresponding cooking modules may be different. For example, taking the recipe name as stir-fried beef as an example, the stir-fried beef may correspond to the taste information of slight piquancy, severe piquancy, etc., and the execution sequence of the cooking modules corresponding to the taste information of slight piquancy and the taste information of severe piquancy may be different. For example, since the cooking duration may affect the taste information, the cooking module for placing pepper corresponding to slight piquancy may be generally selected to be placed after the cooking module for placing beef is executed, so as to achieve the effect of reducing the blending degree of the ingredients of pepper and beef; the hot pepper cooking module corresponding to the heavy peppery taste can be selectively placed before the beef cooking module is placed, so that the effect of increasing the fusion degree of the hot pepper components and the beef is achieved.
In order to solve the problem that the execution sequence of the cooking modules is different due to the cooking mode and/or the taste information and/or the ingredient information and/or the food material information, in the embodiment of the present invention, a second corresponding relationship between the recipe name, the cooking information, and the cooking module may be prestored in the cooking module library. For example, a second corresponding relationship between the recipe name, the cooking information and the cooking module is prestored in the cooking module library.
Optionally, after determining the first recipe names corresponding to the plurality of cooking modules, the recipe creation device may further determine second cooking information corresponding to the plurality of cooking modules. The recipe creation device may determine a plurality of standard cooking modules corresponding to the first recipe name and the second cooking information according to the second correspondence. Then, the recipe creation device may determine whether the execution order of the plurality of cooking modules after the execution order is adjusted is correct according to the execution order of the plurality of standard cooking modules corresponding to the first recipe name and the second cooking information. When the recipe creation device determines that the execution sequence of the plurality of cooking modules after the execution sequence is adjusted is incorrect, the recipe creation device may adjust the execution sequence of the plurality of cooking modules after the execution sequence is adjusted again according to the execution sequence of the plurality of standard cooking modules corresponding to the first recipe name and the second cooking information. In addition, the recipe creating apparatus may determine an execution order among the plurality of standard cooking modules directly according to the second cooking information. The specific adjustment mode may refer to a mode in which the recipe creation device adjusts the execution sequence of the plurality of cooking modules after adjusting the execution sequence again according to the execution sequence of the plurality of standard cooking modules corresponding to the first recipe name, which is not repeated herein.
In the embodiment of the present invention, the recipe creation device may adjust the execution sequence of the plurality of cooking modules after the adjustment of the execution sequence again according to the execution sequence of the plurality of standard cooking modules corresponding to the recipe name and the second cooking information. By the method, on one hand, the problem that the execution sequence of the plurality of cooking modules after the execution sequence is adjusted is still unreasonable can be solved, so that the reasonability of the sequence before and after the plurality of cooking modules after the execution sequence is adjusted again is improved, and the success rate of the menu creation equipment for generating the digital menu according to the plurality of cooking modules after the execution sequence is adjusted again can be improved; on the other hand, the problem that the execution sequence of the cooking modules is different due to the difference of the second cooking information is solved, and the matching performance of the plurality of cooking modules after the execution sequence is adjusted again and the second cooking information is improved.
And S103, combining the plurality of cooking modules after the execution sequence is determined to generate a digital menu.
Alternatively, the recipe creation apparatus may generate the digital recipe by combining a plurality of cooking modules having the determined execution order after determining the execution order of the plurality of cooking modules with respect to each other according to the execution condition corresponding to each of the plurality of cooking modules.
In the embodiment of the invention, after the recipe creation device determines the execution sequence of the plurality of cooking modules according to the preset cooking module sequence rule, the recipe creation device may combine the plurality of cooking modules after determining the execution sequence to generate the digital recipe. By the mode, the reasonability of the sequence of the plurality of cooking modules after the execution sequence is determined can be improved, and the phenomenon that the sequence of the plurality of cooking modules after the execution sequence is determined is wrong is avoided, so that the success rate of generating the digital menu by the menu creation equipment is improved.
It should be noted that, the above is an example in which the recipe creating device generates a digital recipe by combining a plurality of cooking modules whose execution sequences are adjusted. Of course, the recipe creation device may also adjust the plurality of cooking modules according to the taste information, for example, when the recipe creation device determines that the cooking module corresponding to the taste information is absent from the selected plurality of cooking modules, the recipe creation device may add the cooking module corresponding to the taste information to a set of the plurality of cooking modules to obtain a combined cooking module. Thereafter, the recipe creation apparatus may generate a digital recipe according to the combined cooking module.
In a specific implementation process, a first corresponding relationship between the taste information and the cooking module may be pre-stored in the cooking module library. The recipe creation apparatus may further acquire first taste information input by the user after acquiring a plurality of cooking modules selected from a pre-stored cooking module library. The recipe creation apparatus may determine at least one cooking module corresponding to the first taste information according to the third correspondence, and add the at least one cooking module to a set of a plurality of cooking modules to form a combined cooking module. In order to ensure that no error exists in the sequence before and after the combined cooking module is executed, the recipe creation device may further adjust the execution sequence between the combined cooking modules according to the execution condition corresponding to each cooking module in the combined cooking module, where the specific adjustment manner may refer to a manner in which the recipe creation device adjusts the execution sequence between the plurality of cooking modules according to the execution condition corresponding to each cooking module in the plurality of cooking modules, which is not repeated herein. And then, the menu creation equipment can generate a digital menu according to the combined cooking module after the execution sequence is adjusted.
In the embodiment of the present invention, the recipe creating device may determine at least one cooking module corresponding to the first taste information input by the user according to a third correspondence relationship between the taste information and the cooking modules pre-stored in the cooking module library, and add the at least one cooking module to a set of a plurality of cooking modules to form a combined cooking module. And then, the menu creation equipment can adjust the execution sequence of the combined cooking modules according to the execution condition corresponding to each cooking module in the combined cooking modules, and generate the digital menu according to the combined cooking modules with the adjusted execution sequence. In this way, on one hand, the phenomenon that the selected plurality of cooking modules lack the cooking module corresponding to the first taste information is avoided, so that the matching of the combined cooking module and the first taste information can be improved; on the other hand, the reasonability of the sequence before and after the combined cooking module after the execution sequence is adjusted is improved, and the phenomenon that the sequence before and after the combined cooking module is executed is wrong is avoided, so that the success rate of generating the digital menu by the menu creation equipment is improved.
Optionally, after the recipe creation device adjusts the execution sequence of the combined cooking modules according to the execution condition of each cooking module in the combined cooking modules, in order to further ensure that no error occurs in the sequence before and after the combined cooking modules after the execution sequence is adjusted are executed, the recipe creation device may further adjust the execution sequence of the combined cooking modules after the execution sequence is adjusted again.
The following describes a process of adjusting again the execution sequence of the combined cooking modules after adjusting the execution sequence by the recipe creating device.
For example, generally, the same kind of taste information may correspond to different recipe names, and there may be differences between cooking modules corresponding to different recipe names. For example, for a tomato scrambled egg corresponding to a partial acid (taste information), the execution sequence of the cooking modules for putting in egg liquid is generally sequenced before the execution sequence of the cooking modules for putting in tomato, while for a tomato sourdough, the execution sequence of the cooking modules for putting in egg liquid is generally sequenced after the execution sequence of the cooking modules for putting in tomato.
In order to solve the problem that the execution sequence of the cooking modules is different due to different menu names, in the embodiment of the invention, the menu name and the taste information which can be prestored in the cooking module library correspond to the fourth corresponding relation among the cooking modules.
Alternatively, the recipe creation apparatus may determine a second recipe name corresponding to the combined cooking module, and may determine a plurality of standard cooking modules corresponding to the second recipe name and the first taste information according to a fourth correspondence. Then, the recipe creation apparatus may determine whether the execution order of the combined cooking modules after the adjustment of the execution order is correct according to the second recipe name and the execution order of the plurality of standard cooking modules corresponding to the first taste information. When the recipe creation device determines that the execution sequence of the combined cooking modules after the execution sequence is adjusted is incorrect, the recipe creation device may adjust the execution sequence of the combined cooking modules after the execution sequence is adjusted again according to the second recipe name and the execution sequence of the plurality of standard cooking modules corresponding to the first taste information, where the specific adjustment manner may refer to a manner in which the recipe creation device adjusts the execution sequence of the plurality of cooking modules according to the execution sequence of the plurality of standard cooking modules corresponding to the first recipe name, and details are not repeated here.
In an embodiment of the present invention, the recipe creation apparatus may determine the plurality of standard cooking modules corresponding to the second recipe name and the first taste information according to a fourth correspondence between the recipe name, the taste information, and the cooking modules. The recipe creation device can adjust the execution sequence of the combined cooking modules after the execution sequence is adjusted again according to the second recipe name and the execution sequence of the standard cooking modules corresponding to the first taste information, the problem that the execution sequence of the cooking modules is different due to different recipe names is solved, the problem that the front and back sequence of the combined cooking modules after the execution sequence is adjusted is wrong in the execution process can be solved, the reasonability of the front and back sequence of the combined cooking modules after the execution sequence is adjusted again in the execution process is further improved, and the success rate of the recipe creation device for generating digital recipes according to the combined cooking modules after the execution sequence is adjusted again is improved.
For example, generally, the same taste information and the same recipe name may be different for different cooking modes. For example, for a lotus root and sparerib soup corresponding to fresh and sweet (taste information), if the cooking mode is stewing, because the stewing cooking time is long, the execution sequence of the cooking modules for putting lotus root blocks is generally sequenced after the execution sequence of the cooking modules for putting spareribs; if the cooking mode is cooking, because the stewing cooking time is short and the lotus root blocks are not easy to be cooked, the execution sequence of the cooking modules for putting the lotus root blocks is executed and is generally the same as the execution sequence of the cooking modules for putting the ribs, namely the cooking modules for putting the lotus root blocks and the cooking modules for putting the ribs can be executed simultaneously.
In order to solve the problem that the execution sequence of the cooking modules is different due to different cooking modes, in the embodiment of the invention, the fifth corresponding relationship between the recipe name, the cooking mode, the taste information and the cooking modules can be prestored in the cooking module library.
Optionally, the recipe creation device may further determine a second cooking manner corresponding to the combined cooking module, and may determine a plurality of standard cooking modules corresponding to the second recipe name, the second cooking manner, and the first taste information according to a fifth corresponding relationship between the recipe name, the cooking manner, and the taste information pre-stored in the cooking module library and the cooking module. Then, the recipe creation device may determine whether the execution sequence of the combined cooking modules after the adjustment of the execution sequence is correct according to the execution sequence of the plurality of standard cooking modules corresponding to the second recipe name, the second cooking manner, and the first taste information. When the recipe creating apparatus determines that the execution order of the combined cooking modules after the adjustment of the execution order is incorrect, the recipe creating apparatus may adjust the execution order of the combined cooking modules after the adjustment of the execution order again according to the second recipe name, the second cooking style, and the execution order of the plurality of standard cooking modules of the first taste information. The specific adjustment mode may refer to the above menu creation device, and the mode of adjusting the execution sequence between the plurality of cooking modules according to the execution sequence between the plurality of standard cooking modules corresponding to the first menu name and the first cooking information is not repeated here.
In the embodiment of the present invention, the recipe creation apparatus may adjust again the execution order of the combined cooking modules after adjusting the execution order according to the execution order of the plurality of standard cooking modules corresponding to the second recipe name, the second cooking manner, and the first taste information. By the method, on one hand, the problem that the sequence of the combined cooking module after the execution sequence is adjusted is still unreasonable when the combined cooking module is executed is solved, so that the reasonability of the sequence of the combined cooking module after the execution sequence is adjusted again is improved, and the success rate of the menu creation equipment for generating the digital menu according to the combined cooking module after the execution sequence is adjusted again can be improved; on the other hand, the problem that the execution sequence of the cooking modules is different due to the cooking mode is avoided.
As can be seen from the above description, in the technical solution of the embodiment of the present invention, the recipe creation device obtains a plurality of cooking modules selected from the pre-stored cooking module library; determining an execution sequence of the plurality of cooking modules according to a preset cooking module sequence rule; and combining and generating the digital menu according to the plurality of cooking modules after the execution sequence is determined. By the mode, the reasonability of the sequence of the plurality of cooking modules after the execution sequence is determined can be improved, and the phenomenon that the sequence of the plurality of cooking modules after the execution sequence is determined is wrong is avoided, so that the success rate of generating the digital menu by the menu creation equipment is improved.
Based on the same invention concept, the embodiment of the invention provides a menu creation device. Fig. 2 is a schematic structural diagram of a menu creating apparatus according to an embodiment of the present invention.
As shown in fig. 2, the recipe creating apparatus 200 includes:
an acquisition unit 201 for acquiring a plurality of cooking modules selected from a pre-stored cooking module library;
the processing unit 202 is used for determining the execution sequence of the plurality of cooking modules according to a preset cooking module sequence rule;
the processing unit 202 is further configured to combine and generate a digital menu according to the plurality of cooking modules with the determined execution sequence.
In one possible design, each of the plurality of cooking modules contains a corresponding execution condition; the processing unit 202 is specifically configured to:
adjusting the execution sequence of the plurality of cooking modules according to the execution condition corresponding to each cooking module in the plurality of cooking modules;
and determining the adjusted execution sequence of the plurality of cooking modules as the execution sequence of the plurality of cooking modules.
In one possible design, the processing unit 202 is specifically configured to:
determining a start execution condition and an end execution condition for each of a plurality of cooking modules;
and adjusting the execution sequence of the plurality of cooking modules according to the matching relation between the starting execution condition and the ending execution condition of each cooking module in the plurality of cooking modules.
In one possible design, the processing unit 202 is specifically configured to:
determining whether the execution sequence of two adjacent cooking modules in the plurality of cooking modules is correct according to the matching relation between the starting execution condition and the ending execution condition of each cooking module in the plurality of cooking modules;
when the ending execution condition of the first cooking module in the two adjacent cooking modules is determined not to be matched with the starting execution condition of the second cooking module in the two adjacent cooking modules, the execution sequence of the first cooking module and the second cooking module is determined to be incorrect, and the execution sequence of the first cooking module and the second cooking module is adjusted.
In one possible design, processing unit 202 is further configured to:
determining first cooking information corresponding to the plurality of cooking modules when it is determined that the ending execution condition of the third cooking module of the plurality of cooking modules matches the starting execution condition of at least two cooking modules of the plurality of cooking modules;
and according to the first cooking information, screening out a fourth cooking module which is most matched with the third cooking module from the at least two cooking modules, and adjusting the execution sequence of the fourth cooking module to be sequenced after the third cooking module.
In one possible design, processing unit 202 is further configured to:
determining first menu names corresponding to a plurality of cooking modules;
determining a plurality of standard cooking modules corresponding to the first menu name according to a first corresponding relation between the menu names prestored in the cooking module library and the cooking modules;
determining whether the execution sequence of the plurality of cooking modules after the execution sequence is adjusted is correct according to the execution sequence of the plurality of standard cooking modules corresponding to the first menu name;
when the execution sequence of the plurality of cooking modules after the execution sequence is adjusted is determined to be incorrect, the execution sequence of the plurality of cooking modules after the execution sequence is adjusted again according to the execution sequence of the plurality of standard cooking modules corresponding to the first menu name.
In one possible design, processing unit 202 is further configured to:
determining second cooking information corresponding to the plurality of cooking modules;
determining a plurality of standard cooking modules corresponding to the first menu name and the second cooking information according to a second corresponding relation among the menu names, the cooking information and the cooking modules prestored in the cooking module library;
determining whether the execution sequence of the plurality of cooking modules after the execution sequence is adjusted is correct according to the execution sequence of the plurality of standard cooking modules corresponding to the first menu name and the second cooking information;
when the execution sequence of the plurality of cooking modules after the execution sequence is adjusted is determined to be incorrect, the execution sequence of the plurality of cooking modules after the execution sequence is adjusted again according to the execution sequence of the plurality of standard cooking modules corresponding to the first menu name and the second cooking information.
In one possible design, the cooking module library is preset with an execution sequence table of a plurality of cooking modules, and the execution sequence table is set according to preset execution conditions; the obtaining unit 201 is further configured to:
acquiring an execution sequence table;
the processing unit 202 is further configured to:
and adjusting the execution sequence of the plurality of cooking modules according to the execution sequence table.
In one possible design, the obtaining unit 201 is further configured to:
acquiring first taste information input by a user;
the processing unit 202 is further configured to:
determining at least one cooking module corresponding to the first taste information according to a third corresponding relation between the taste information stored in the cooking module library and the cooking modules;
adding at least one cooking module to a collection of multiple cooking modules, forming a combined cooking module;
adjusting the execution sequence of the combined cooking modules according to the execution condition corresponding to each cooking module in the combined cooking modules;
and generating a digital menu according to the combined cooking module after the execution sequence is adjusted.
The recipe creation device 200 in the embodiment of the present invention and the method for generating a digital recipe shown in fig. 1 are based on the same concept, and through the foregoing detailed description of the method for generating a digital recipe, a person skilled in the art can clearly understand the implementation process of the recipe creation device 200 in the embodiment, so for brevity of the description, details are not repeated here.
Based on the same invention concept, the embodiment of the invention provides a menu creation device. Fig. 3 is a schematic structural diagram of another recipe creation device according to an embodiment of the present invention.
As shown in fig. 3, the recipe creating apparatus 300 includes:
a memory 301 for storing one or more computer instructions;
at least one processor 302 for reading computer instructions in the memory 301 to enable the recipe authoring apparatus 300 to implement all or part of the steps in the embodiment shown in fig. 1.
Optionally, the memory 301 may include a high-speed random access memory, and may further include a nonvolatile memory, such as a magnetic disk storage device, a flash memory device, or other nonvolatile solid state storage devices, and the like, which is not limited in the embodiments of the present invention.
Alternatively, the processor 302 may be a general purpose processor (CPU), or an ASIC, or an FPGA, or may be one or more integrated circuits for controlling program execution.
In some embodiments, the memory 301 and the processor 302 may be implemented on the same chip, or in other embodiments, they may be implemented separately on separate chips, and the embodiments of the present invention are not limited thereto.
Based on the same inventive concept, an embodiment of the present invention provides a computer-readable storage medium, in which computer instructions are stored, and when the computer instructions are executed by a recipe creation apparatus, the recipe creation apparatus executes the steps of the above-mentioned digital recipe generation method.
As will be appreciated by one skilled in the art, embodiments of the present invention may be provided as a method, system, or computer program product. Accordingly, the present invention may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present invention may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, etc.) having computer-usable program code embodied therein.
The present invention is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the invention. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
The present invention is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the invention. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
It will be apparent to those skilled in the art that various changes and modifications may be made in the present invention without departing from the spirit and scope of the invention. Thus, if such modifications and variations of the present invention fall within the scope of the claims of the present invention and their equivalents, the present invention is also intended to include such modifications and variations.

Claims (12)

1. A method for generating a digital menu, comprising:
acquiring a plurality of cooking modules selected from a pre-stored cooking module library;
determining an execution sequence of the plurality of cooking modules according to a preset cooking module sequence rule;
and combining and generating the digital menu according to the plurality of cooking modules after the execution sequence is determined.
2. The method of claim 1, wherein each of the plurality of cooking modules contains a corresponding execution condition; determining the execution sequence of the plurality of cooking modules according to a preset cooking module sequence rule, wherein the execution sequence comprises the following steps:
adjusting the execution sequence of the plurality of cooking modules according to the execution condition corresponding to each cooking module in the plurality of cooking modules;
and determining the adjusted execution sequence of the plurality of cooking modules as the execution sequence of the plurality of cooking modules.
3. The method of claim 2, wherein adjusting the execution order of the plurality of cooking modules relative to each other according to the execution condition corresponding to each of the plurality of cooking modules comprises:
determining a start execution condition and an end execution condition for each of the plurality of cooking modules;
and adjusting the execution sequence of the plurality of cooking modules according to the matching relation between the starting execution condition and the ending execution condition of each cooking module in the plurality of cooking modules.
4. The method of claim 3, wherein adjusting the execution order of the plurality of cooking modules relative to each other according to the matching relationship between the start execution condition and the end execution condition of each of the plurality of cooking modules comprises:
determining whether the execution sequence of two adjacent cooking modules in the plurality of cooking modules is correct according to the matching relation between the starting execution condition and the ending execution condition of each cooking module in the plurality of cooking modules;
when it is determined that the ending execution condition of a first cooking module of the two adjacent cooking modules does not match the starting execution condition of a second cooking module of the two adjacent cooking modules, it is determined that the execution order of the first cooking module and the second cooking module is incorrect, and the execution order of the first cooking module and the second cooking module is adjusted.
5. The method of claim 3, wherein adjusting the execution order of the plurality of cooking modules relative to each other according to the matching relationship between the start execution condition and the end execution condition of each of the plurality of cooking modules comprises:
determining first cooking information corresponding to a plurality of cooking modules when it is determined that an end execution condition of a third cooking module of the plurality of cooking modules matches a start execution condition of at least two cooking modules of the plurality of cooking modules;
and according to the first cooking information, screening out a fourth cooking module which is most matched with the third cooking module from the at least two cooking modules, and adjusting the execution sequence of the fourth cooking module to be sequenced after the third cooking module.
6. The method of any one of claims 1-5, wherein prior to combining the generated digital recipe from the plurality of cooking modules after determining the order of execution, the method further comprises:
determining first menu names corresponding to the plurality of cooking modules;
determining a plurality of standard cooking modules corresponding to the first menu name according to a first corresponding relation between the menu names prestored in the cooking module library and the cooking modules;
determining whether the execution sequence of the plurality of cooking modules after the execution sequence is adjusted is correct according to the execution sequence of the plurality of standard cooking modules corresponding to the first menu name;
when the execution sequence of the plurality of cooking modules after the execution sequence is adjusted is determined to be incorrect, the execution sequence of the plurality of cooking modules after the execution sequence is adjusted again according to the execution sequence of the plurality of standard cooking modules corresponding to the first menu name.
7. The method of claim 6, wherein after determining the first recipe names corresponding to the plurality of cooking modules, the method further comprises:
determining second cooking information corresponding to the plurality of cooking modules;
determining a plurality of standard cooking modules corresponding to the first recipe name and the second cooking information according to a second corresponding relation among the recipe names, the cooking information and the cooking modules prestored in the cooking module library;
determining whether the execution sequence of the plurality of cooking modules after the execution sequence is adjusted is correct according to the execution sequence of the plurality of standard cooking modules corresponding to the first menu name and the second cooking information;
when the execution sequence of the plurality of cooking modules after the execution sequence is adjusted is determined to be incorrect, the execution sequence of the plurality of cooking modules after the execution sequence is adjusted again according to the execution sequence of the plurality of standard cooking modules corresponding to the second cooking information.
8. The method of any one of claims 1 to 5, wherein the cooking module library is pre-provisioned with an execution sequence table of the plurality of cooking modules; before the digital menu is generated by combining the plurality of cooking modules according to the determined execution sequence, the method further comprises the following steps:
acquiring the execution sequence table;
and adjusting the execution sequence of the plurality of cooking modules according to the execution sequence table.
9. The method of any one of claims 1-5, wherein after retrieving a plurality of cooking modules selected from a library of pre-stored cooking modules, the method further comprises:
acquiring first taste information input by a user;
determining at least one cooking module corresponding to the first taste information according to a third corresponding relation between the taste information stored in the cooking module library and the cooking modules;
adding the at least one cooking module to the set of multiple cooking modules, forming a combined cooking module;
determining the execution sequence of the combined cooking modules according to the preset cooking module sequence rule;
and generating a digital menu according to the combined cooking module after the execution sequence is determined.
10. A recipe creation apparatus comprising:
an acquisition unit for acquiring a plurality of cooking modules selected from a pre-stored cooking module library;
the processing unit is used for determining the execution sequence of the plurality of cooking modules according to a preset cooking module sequence rule;
the processing unit is further used for generating a digital menu in a combined mode according to the plurality of cooking modules after the execution sequence is determined.
11. A recipe authoring apparatus comprising at least one processor and memory;
the memory for storing one or more computer programs;
the one or more computer programs stored by the memory, when executed by the at least one processor, cause the recipe authoring apparatus to perform the method of any one of claims 1-9.
12. A computer-readable storage medium, characterized in that it stores computer instructions which, when run on a recipe authoring apparatus, cause the recipe authoring apparatus to perform the method of any one of claims 1-9.
CN201911055822.9A 2019-10-31 2019-10-31 Digital menu generation method and menu creation equipment Withdrawn CN110795459A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911055822.9A CN110795459A (en) 2019-10-31 2019-10-31 Digital menu generation method and menu creation equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911055822.9A CN110795459A (en) 2019-10-31 2019-10-31 Digital menu generation method and menu creation equipment

Publications (1)

Publication Number Publication Date
CN110795459A true CN110795459A (en) 2020-02-14

Family

ID=69440675

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911055822.9A Withdrawn CN110795459A (en) 2019-10-31 2019-10-31 Digital menu generation method and menu creation equipment

Country Status (1)

Country Link
CN (1) CN110795459A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111723760A (en) * 2020-06-28 2020-09-29 北京如影智能科技有限公司 Digital menu generation method and device suitable for intelligent kitchen system

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111723760A (en) * 2020-06-28 2020-09-29 北京如影智能科技有限公司 Digital menu generation method and device suitable for intelligent kitchen system
CN111723760B (en) * 2020-06-28 2023-08-04 北京如影智能科技有限公司 Digital menu generation method and device suitable for intelligent kitchen system

Similar Documents

Publication Publication Date Title
CN109709856B (en) Step switching method and device of intelligent menu and intelligent cooking equipment
CN110852913A (en) Method for making digital menu and electronic equipment
CN110853733A (en) Method and device for creating electronic menu, electronic equipment and storage medium
CN110706131A (en) Method and device for creating electronic menu, electronic equipment and storage medium
CN109829835A (en) A kind of method, apparatus, electronic equipment and the storage medium of determining menu
JP6568382B2 (en) Method to classify the cooking process of multiple recipes into preparatory process and finishing process
CN109799761B (en) Method and device for determining menu execution equipment and storage medium
JP6491807B1 (en) Server apparatus, information processing terminal, system, method and program
CN109710855A (en) A kind of method, apparatus, cooking equipment and the storage medium of determining menu
CN109727102A (en) A kind of correlation recommendation method and device of menu and kitchen tool apparatus
CN111352355A (en) Cooking method, apparatus, system and medium
CN110853729A (en) Method and device for generating menu
CN110716472B (en) Method and device for creating electronic menu, electronic equipment and storage medium
CN111214123A (en) Intelligent cooking method, device and system
CN110706130A (en) Menu generation method and menu creation equipment
CN110795459A (en) Digital menu generation method and menu creation equipment
CN109464019A (en) A kind of cooking methods and cooking equipment
CN110825770A (en) Electronic menu generation method and electronic equipment
CN110851475A (en) Method and device for making menu and computer readable storage medium
CN110968748A (en) Electronic menu processing method, device and system
CN110909244A (en) Food material information processing method and device, cooking equipment and storage medium
CN111325005A (en) Menu generation method and device
CN112773173A (en) Cooking control method and device and cooking machine
CN111125463A (en) Time interval setting method and device, storage medium and electronic device
CN111046259A (en) Menu recording method and device, storage medium and terminal

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
WW01 Invention patent application withdrawn after publication

Application publication date: 20200214

WW01 Invention patent application withdrawn after publication