================================================================================== Automotive Expert System
This expert system does a proper diagnoses of some of the problems associated with engine,tyre,brake,headlight,steering and suspension.
PROJECT BY :
SWAPNANEEL NANDY (IIT2014111)
UTKARSH SRIVASTAVA (IIT2014507)
AMIT VIJAY (IIT2014110)
MOHD ABDULLAH (ISM2014004)
SHIVAM BERI (IIT2014159)
How to install Clips:
Linux:
Steps--
- On terminal: sudo apt-get install clips.
Windows:
Steps--
- Download CLIPS executable from its website http://www.clipsrules.net/.
- Run either 32 bit or 64 bit exe depending on your architecture.
How to run Automotive Expert System:
Linux:
Steps--
-
On terminal: ( In the directory where .clp file is saved) clips clips > (reset) clips > (load automotive_expert_system.clp) clips > (run)
-
To re-execute: clips > (reset) clips > (run)
Windows:
Steps--
-
Run appropriate executable of CLIPS.
-
Load automotive_expert_system.clp file in CLIPS terminal.
-
Run the file.
-
To re-execute press reset and run.