https://github.com/timothyl96/headache-diagnosis-system
This is a medical diagnosis system programmed using CLIPS.
https://github.com/timothyl96/headache-diagnosis-system
clip expert-system headache-diagnosis sickness
Last synced: 8 months ago
JSON representation
This is a medical diagnosis system programmed using CLIPS.
- Host: GitHub
- URL: https://github.com/timothyl96/headache-diagnosis-system
- Owner: TimothyL96
- Created: 2017-10-04T15:36:56.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-09-18T19:51:25.000Z (about 3 years ago)
- Last Synced: 2025-01-22T02:32:54.869Z (9 months ago)
- Topics: clip, expert-system, headache-diagnosis, sickness
- Language: CLIPS
- Size: 8.79 KB
- Stars: 2
- Watchers: 5
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Headache Diagnosis System
#### Assignment for Expert Systems in third year first trimester of Bac. of IT degree majoring in Artificial Intelligence (AI).
This is a medical diagnosis system programmed using the *CLIPS* language. This kind of system is also called an *Expert System*.
This system is not for patient itself but for doctors themself to fill ask it asks questions like MRI and CT scans. Another reason is that this system will not provide the proper treatment even if the sickness is diagnosed.
There will be two files to be loaded into the CLIPS's dialog window.
Firstly, load q2.clp and only then load q2_1.clp.
1. This system will start by asking patient's information such as name and gender.
2. After that, it will ask 10 general questions such as fever and fatigueness.
3. It will then analyse the answers given to the 10 general questions and ask some more specific questions.
4. If all 10 general questions are answered no, the system will end and indicate no sickness for that patient.