arya2004/artificial-intelligence
馃攳 Create a Prolog Expert System for Animal Classification
Open
#11 opened on Oct 4, 2025
expert-systemgood first issuehacktoberfestprolog
Repository metrics
- Stars
- 聽(2 stars)
- PR merge metrics
- 聽(PR metrics pending)
Description
馃惥 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.