Film expert system based on logic rules. Created at the Univeristy as the project within Declarative Programming classes in 2015. The purpose of this project was to creat expert system in Prolog and improve understanding of declarative programming paradigm.
Program allows to get film recommendation based on your answer and logic rules with a little film database. Just consult expert_system.pl in Prolog and run by "start(Y)." command. To see example of use go to example_result.txt in main folder of repository. Program runs on 6.x.x version of SWI-Prolog. In others versions there could be an error.