Side Project · Dec 2025
Animal Classifier
A CNN-based image classifier for 10 animal species
A TensorFlow/Keras image classifier trained to tell apart 10 animal species, built as a focused exercise in getting a computer-vision pipeline reliable end to end — not just accurate on a lucky validation split.
10
Animal Species
90%+
Validation Accuracy
Build Log
What I Built
- Trained a TensorFlow/Keras classifier for 10 animal species with 90%+ validation accuracy.
- Improved reliability through preprocessing, augmentation, validation splits, and evaluation.