Spaces:
Running
Running
File size: 827 Bytes
d5294b6 684d44a d5294b6 38160c6 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
---
title: Animals Classifier Demo
emoji: π±ππΆ
colorFrom: indigo
colorTo: indigo
sdk: gradio
sdk_version: 4.43.0
app_file: app.py
pinned: false
license: mit
---
# Animal Classifier
This project explores the application of convolutional neural networks (CNNs) for the task of animal image classification. I have curated a dataset of diverse animal images and employed transfer learning to fine-tune pre-trained models on our specific task. The goal is to achieve high classification accuracy and contribute to the field of computer vision.
# Model Class Scope
This model is only trained using certain classes, viz: butterfly, cats, cow, dogs, elephant, horse, monkey, sheep, spider, and squirrel.
<br>
For more details on this project, please read https://github.com/dlzcods/animals-classification/blob/main/README.md |