arya2004/artificial-intelligence

馃殫 Create a Prolog Expert System for Car Starting Troubleshooting

Open

#13 opened on Oct 4, 2025

聽(1 comment)聽(0 reactions)聽(1 assignee)Python聽(4 forks)auto 404
expert-systemgood first issuehacktoberfestprolog

Repository metrics

Stars
聽(2 stars)
PR merge metrics
聽(PR metrics pending)

Description

馃敡 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