debian-python-lml/examples
chfw 88b2c03899 🔨 code refactoring and 📚 update change log 2018-11-06 18:14:24 +00:00
..
robotchef 🔨 code refactoring and 📚 update change log 2018-11-06 18:14:24 +00:00
robotchef_allinone 🔨 major automatic code formatting using isort and black 2018-11-05 22:36:27 +00:00
robotchef_allinone_lml 🔨 major automatic code formatting using isort and black 2018-11-05 22:36:27 +00:00
robotchef_britishcuisine 🔨 major automatic code formatting using isort and black 2018-11-05 22:36:27 +00:00
robotchef_chinesecuisine 🔨 major automatic code formatting using isort and black 2018-11-05 22:36:27 +00:00
robotchef_cook 🔨 major automatic code formatting using isort and black 2018-11-05 22:36:27 +00:00
v2 🔨 code refactoring and 📚 update change log 2018-11-06 18:14:24 +00: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.