Skip to content

mehulsuresh/expertsystems

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Expert Systems

Movie recommendation expert system

DESCRIPTION: This system recommends a movie based on inputs a user enters.

If the inputs entered arent valid the system asks the user to enter a valid input and poses the question again until a valid input is entered.

The system only asks the questions which are most applicable based on the answer to the previous question.

After enough information is obtained to sucessfully recommend a movie the expert system displays the movie that it recommends best.

To help understand we have included an example execution of the program

-----------------------------------------------------------------------------
------------------------ WELCOME TO THE MOVIE EXPERT ------------------------
-----------------------------------------------------------------------------

Who are you going to watch with? (family/partner/alone):  FAMILY

Let me select a movie suitable to watch with your family...

Enter your preferred genre (animation/fantasy/horror/adventure):  ANIMATION

Let me select an animated movie you can watch with your family...

Select your favorite Studio (disney/pixar/others): DISNEY

-----------------------------------------------------------------------------
The recommended movie which best suits your needs is: Lion King
-----------------------------------------------------------------------------
 

HOW TO RUN:

(clear)  
Load Buffer from movie.clp in the IDE  
(reset)  
(run)  
Answer the questions as asked providing valid inputs 
 

FILES USED:
movie.clp
README

About

Movie recommendation expert system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages