Spaces:
Running
Running
Update readme
Browse files
README.md
CHANGED
@@ -10,4 +10,10 @@ pinned: false
|
|
10 |
license: mit
|
11 |
---
|
12 |
|
13 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
license: mit
|
11 |
---
|
12 |
|
13 |
+
# Animal Classifier
|
14 |
+
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.
|
15 |
+
|
16 |
+
# Model Class Scope
|
17 |
+
This model is only trained using certain classes, viz: butterfly, cats, cow, dogs, elephant, horse, monkey, sheep, spider, and squirrel.
|
18 |
+
<br>
|
19 |
+
For more details on this project, please read https://github.com/dlzcods/animals-classification/blob/main/README.md
|