An open API service indexing awesome lists of open source software.

https://github.com/murshidazher/restaurant-expert-system

:plate_with_cutlery: A simple expert system which recommends food menu based on user preferences.
https://github.com/murshidazher/restaurant-expert-system

expert-system interface-engine knowledge-base prolog prolog-interpreter swi-prolog

Last synced: 6 months ago
JSON representation

:plate_with_cutlery: A simple expert system which recommends food menu based on user preferences.

Awesome Lists containing this project

README

          

menu-recommender

## Restaurant Expert System
A simple expert system which recommends food menu based on user preferences.

swipl
consult('main.pl').
go.
('menu.nkb').
halt. to exit