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