Skip to content

ARTIFICIAL INTELLIGENCE : Built sports expert system using AI CLIPS language to recommend sports by answering questions

Notifications You must be signed in to change notification settings

Manishms18/Sports-expert-system-using-AI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 

Repository files navigation

Sports-Expert-system-using-AI

Building sports expert system using AI CLIPS language(invented by NASA) to recommend sports by answering questions. You can view the project demo on YouTube.

Table of contents

General info

A rule-based engine approach to recommend sports.

Demo

Example screenshot

The entire demo of the project can be found on YouTube.

Screenshots

Example screenshot Example screenshot Example screenshot

Methods and Tools

  • Artificial Intelligence
  • CLIPS
  • Rule-based Engine

Code Examples

******** RULES ********

(defrule running "" (not (run ?)) (not (sports ?))
=> (assert (run-ans (answers "Do you like running? (yes/no)? "))))

(defrule contact "" (run-ans yes) (not (sports ?))
=> (assert (contact-ans (answers "Do you prefer contact sports (yes/no)? "))))

(defrule alone "" (run-ans no) (not (sports ?))
=> (assert (alone-ans (answers "Do you like to play sport alone (yes/no)? "))))

Status

Project is: finished.

Contact

If you loved what you read here and feel like we can collaborate to produce some exciting stuff, or if you just want to shoot a question, please feel free to connect with me on email or LinkedIn

About

ARTIFICIAL INTELLIGENCE : Built sports expert system using AI CLIPS language to recommend sports by answering questions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages