Small expert system done in python with pyDatalog as main logic motor
-
python 3.x.+ https://www.python.org/downloads/release/python-350/
-
pyDatalog https://sites.google.com/site/pydatalog/installation
Simply run the main file and follow the buttons messages, it's a small program and pretty easy to catch up.
Oftalco is made to determine which disease may an user have depending on a set of symptoms (we focus the project in diseases regarding the eyes), it uses a knowledge database described in the file facts file, it also uses tkinter to generate a graphical user interface, with some entries, frames, buttons and labels. Rules were omited as only one assertion describe the entire set of rules, the yes predicate its able to store all necesary info.
Current version is totally in spanish.
python3 main.py
- Juliana Pineda
- Cristian Andres Arce
- Miguel Angel Henao - Main repo - OFTALCO