"Beer is proof that God loves us and want us to be happy." (Benjamin Franklin)
BeerEX is a rule-based expert system, available as a Telegram bot, which suggests a beer to drink according to taste and meal. This code was developed during the Knowledge Engineering course @ Department of Computer Science @ University of Bari "Aldo Moro" under the supervision of prof. Floriana Esposito and then revised during the Artificial Intelligence Fundamentals course @ Department of Computer Science @ University of Pisa.
CraftBeer.com, published by the Brewers Association, helps with the filling of the beers database and system knowledge through the information contained into the 2017 Beer Styles Guide and Beer & Food Course material.
To run the expert system you have to download CLIPS 6.30 for your operating system. If you are under a Debian-like operating system, you just have to type in the terminal:
$ sudo apt install clips
To run the expert system you just type into the terminal:
$ clips -f BeerEX.clp
This software was developed with the contribution of Fabio Murgese.
This software is released under the MIT License. See the LICENSE file for details.