/prolog_food

Food Recommendation AI Expert System using a GUI hosted on Flask and a backend developed with PYSWIP and native Prolog

Primary LanguagePython

Food Recommendations in Hyderabad, India

This is an implementation of an Expert System using a GUI hosted on Flask and a backend developed with PYSWIP and native Prolog.

1. Setting up Virtual Environment

To install, please first initialise a virtual environment.

python3.6 -m venv .venv
 source .venv/bin/activate
 

2. Installing Requirements

Then, please install requirements in the attached file.

pip3 install -r requirements.txt

3. Run app

You can now run the app using:

flask run

or

python3 app.py

4. Local Host

Your app should now be live on localhost:5000! # prologfood