Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 350 Bytes

File metadata and controls

11 lines (9 loc) · 350 Bytes

Pure Prolog Doctor

Prolog only chatbot

Technologies used

  • SWI-Prolog

Starting the program

  1. Start the prolog program
  2. Change the working directory e.g. working_directory(_, '../pure_prolog_doctor').
  3. Load the prolog main script containing the chatbot core logic ['script.pl'].
  4. Execute the predicate start_diagnosis(Illness).