Spaces:
Running
Running
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 |