arya2004 / arya2004/artificial-intelligence

🔍 Create a Prolog Expert System for Animal Classification

Open
#11 0 comments 0 reactions 0 assignees View on GitHub
expert-system good first issue hacktoberfest prolog
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

Open the contributing 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.