arya2004/artificial-intelligence
ð§ Build a Prolog Expert System for Diagnosing Common Cold vs Flu
ãªãŒãã³
#10 opened on 2025/10/04
expert-systemgood first issuehacktoberfestprolog
Repository metrics
- Stars
-  (2 åã®ã¹ã¿ãŒ)
- PR merge metrics
- Â (PR metrics pending)
説æ
ð§ Prolog Expert System: Cold vs Flu
Create a rule-based system in Prolog to diagnose whether a patient is more likely to have a common cold or influenza, based on symptoms like:
- Fever
- Body aches
- Runny nose
- Cough
- Fatigue
ð File to be created:
src/06_expert_system/cold_vs_flu.pl
Use ask() style user interaction or assert predicates. Document your rules with comments.