Skip to content

cindyleowtt/prolog_food

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages