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.
A rule-based engine approach to recommend sports.
The entire demo of the project can be found on YouTube.
- Artificial Intelligence
- CLIPS
- Rule-based Engine
******** 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)? "))))
Project is: finished.
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