arya2004/artificial-intelligence

🔍 Create a Prolog Expert System for Animal Classification

Aperta

#11 aperta il 4 ott 2025

 (0 commenti) (0 reazioni) (0 assegnatari)Python (4 fork)auto 404
expert-systemgood first issuehacktoberfestprolog

Metriche repository

Star
 (2 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

🐾 Prolog Expert System: Animal Classification

Create an expert system to classify an animal based on its traits (e.g., feathers, fur, lays eggs, etc.).

📁 Target file:


src/06_expert_system/animal_classifier.pl

Examples:

  • Mammal
  • Bird
  • Reptile
  • Fish

Use basic Prolog rules + facts and show a few sample queries in comments.

Guida contributor