This is an implementation of an Expert System using a GUI hosted on Flask and a backend developed with PYSWIP and native Prolog.
To install, please first initialise a virtual environment.
python3.6 -m venv .venv
source .venv/bin/activate
Then, please install requirements in the attached file.
pip3 install -r requirements.txt
You can now run the app using:
flask run
or
python3 app.py
Your app should now be live on localhost:5000! # prologfood