arya2004/artificial-intelligence

🚗 Create a Prolog Expert System for Car Starting Troubleshooting

Offen

#13 geöffnet am 04.10.2025

 (1 Kommentar) (0 Reaktionen) (1 zugewiesene Person)Python (4 Forks)auto 404
expert-systemgood first issuehacktoberfestprolog

Repository-Metriken

Stars
 (2 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

🔧 Prolog Expert System: Car Starting Troubleshooting

Create a simple expert system in Prolog to help diagnose why a car might not start. Include conditions like:

  • Battery dead
  • Fuel empty
  • Ignition problem
  • Starter motor failure

📁 File:


src/06_expert_system/car_troubleshoot.pl

Bonus: simulate a simple yes/no CLI questionnaire in comments.

Contributor Guide