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

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

Awesome Lists containing this project

README

          

Knowledge Based System
The classification of dinosaurs




Evolution of dinosaurs EN.svg











































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



  1. 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.

  2. 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