https://github.com/isabelleysseric/systeme-base-connaissances
Système intelligent à Base de Connaissances
https://github.com/isabelleysseric/systeme-base-connaissances
agent expert-system knowledge-base prolog prolog-programming-language sbc
Last synced: 4 months ago
JSON representation
Système intelligent à Base de Connaissances
- Host: GitHub
- URL: https://github.com/isabelleysseric/systeme-base-connaissances
- Owner: isabelleysseric
- Created: 2018-12-20T05:32:03.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-01-16T22:28:43.000Z (over 1 year ago)
- Last Synced: 2025-01-16T23:26:26.700Z (over 1 year ago)
- Topics: agent, expert-system, knowledge-base, prolog, prolog-programming-language, sbc
- Language: Prolog
- Homepage:
- Size: 6.52 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Knowledge Based System
The classification of dinosaurs
### Authors:
===============
Alex Lebrun
Walter BONETTI
Isabelle Eysseric
## PROJECT STATUS:
===============
Initial version
## DESCRIPTION:
===========
This expert system checks in its knowledge base if the dinosaur given as input belongs to the class X given as input.
### SETUP:
==============
Download the file dinosaure.pl and double-click on it, it should open in your software using Prolog as language. For more information, read the installation guide.
### Usage:
============
The program has two functions for the user:
- To find if a dinosaur belongs to a specific family, we will use the function:
dinosaur_est(X,Y). in the main program, where X is the dinosaur class and Y is the name of the dinosaur.
- To get the name of a dinosaur belonging to a requested family:
exemple_de( Famille(X) ). Here we are looking for a dinosaur X belonging to the family Famille.
It is important not to forget the point at the end of the predicates so that they are recognized.
For more information, read the user guide.
### RESOURCES, DOCUMENTATION:
==========================
For more information, visit the Wikipedia site.
User guide in appendix
Installation guide in appendix
System report in appendix