debian-python-lml/examples
chfw 9a6860bd68 update test 2017-05-29 22:43:40 +01:00
..
robotchef fix broken tests 2017-05-29 22:10:11 +01:00
robotchef_allinone fix broken tests 2017-05-29 22:10:11 +01:00
robotchef_allinone_lml update test 2017-05-29 22:43:40 +01:00
robotchef_britishcuisine propagate the lml interface changes 2017-05-22 08:52:19 +01:00
robotchef_chinesecuisine propagate the lml interface changes 2017-05-22 08:52:19 +01:00
robotchef_cook propagate the lml interface changes 2017-05-22 08:52:19 +01:00
v2 update shell script to exit virtual environment 2017-05-29 22:40:13 +01:00
Makefile update make file to use bash 2017-05-29 22:34:57 +01:00
README.rst illustrate how lml can be used to construct a pure python api 2017-05-10 01:29:43 +01:00
test.sh update shell script to exit virtual environment 2017-05-29 22:40:13 +01:00

README.rst

READ ME
=========

A robot chef was created to master the cuisines around the world. It learns faster
than a human because it just requres a plugin to be installed. It consumes less
memory as it load the cuisine knowlege on demand.

Please note that there are two implementations of the robot chef. One is pure
command line interface(CLI) using lml directly; the other one is CLI using
robotchef_api package which uses lml. The former demonstrates how lml could
be used in a CLI package. The latter illustrates how to construct a pure
python library using lml.