arya2004 / arya2004/artificial-intelligence
🔍 Create a Prolog Expert System for Animal Classification
- Dominant language
- Python
- Stars
- 2
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
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.
Contributor guide
Research direction
Start with src/06_expert_system/animal_classifier.pl and review the repository’s nearby expert-system examples, if any. Define facts and basic rules for the listed animal traits and classifications, then add several sample queries in comments. Done means the file classifies mammals, birds, reptiles, and fish from the demonstrated traits.
Written by the indexing model from the issue text.
Assessment
- Domain
- ai
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 55/100