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.
- Host: GitHub
- URL: https://github.com/murshidazher/restaurant-expert-system
- Owner: murshidazher
- License: gpl-3.0
- Created: 2020-06-15T19:22:42.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-15T22:08:52.000Z (about 6 years ago)
- Last Synced: 2025-09-05T23:43:51.119Z (11 months ago)
- Topics: expert-system, interface-engine, knowledge-base, prolog, prolog-interpreter, swi-prolog
- Language: Prolog
- Homepage:
- Size: 32.2 KB
- Stars: 6
- Watchers: 2
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

## 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