A Prolog-based expert system for diagnosing common diseases.
This project utilizes Prolog to create an expert system capable of diagnosing common diseases such as Malaria, Ebola, Diabetes, and Coronary Heart Disease.
- Install Prolog: Ensure you have SWI-Prolog installed on your system. You can download it from SWI-Prolog.
- Clone the Repository:
git clone https://github.com/mikimaine/expert-diagnostic.git
- Run the Expert System:
swipl -s expertsys.pl
- Follow the prompts in the Prolog console to input symptoms and receive a diagnosis based on the provided knowledge base.
This project is for educational purposes only and is not intended to replace professional medical advice.
This project is licensed under the MIT License.
For any queries, please create an issue.