dv-rastogi / Career-Advising-System

A basic career advising system built using concepts of backtracking and forward chaining.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Career-Advising-System

⚙️ A basic career advising system made in Prolog utlilizing concepts of backtracking and forward chaining.

⚙️ Input is taken via a webpage hosted on your local server which is further processed in a Prolog program where the output is shown.

🚀 Instructions to run

  • Clone the given repo.
  • Set up a local server (I did it using XAMPP) running index.php provided in the repo.
  • Submit your entered information and then use SWI Prolog to run main.pl where the output can be seen.

All contributions are welcomed! ✋

About

A basic career advising system built using concepts of backtracking and forward chaining.


Languages

Language:Prolog 62.7%Language:PHP 25.8%Language:CSS 11.5%