arya2004/artificial-intelligence

🚗 Create a Prolog Expert System for Car Starting Troubleshooting

Aberta

#13 aberto em 4 de out. de 2025

 (1 comentário) (0 reação) (1 responsável)Python (4 forks)auto 404
expert-systemgood first issuehacktoberfestprolog

Métricas do repositório

Stars
 (2 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

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.

Guia do colaborador