dielz commited on
Commit
38160c6
·
verified ·
1 Parent(s): b347c8a

Update readme

Browse files
Files changed (1) hide show
  1. README.md +7 -1
README.md CHANGED
@@ -10,4 +10,10 @@ pinned: false
10
  license: mit
11
  ---
12
 
13
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
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