Smaranjit Ghose commited on
Commit
bc86e54
1 Parent(s): 394b63e

Added Model Details

Browse files
Files changed (1) hide show
  1. README.md +19 -15
README.md CHANGED
@@ -18,35 +18,39 @@ model-index:
18
  value: 0.9107142686843872
19
  ---
20
 
21
- # big-cat-classifier
22
 
 
23
 
24
- Autogenerated by HuggingPics🤗🖼️
25
 
26
- Create your own image classifier for **anything** by running [the demo on Google Colab](https://colab.research.google.com/github/nateraw/huggingpics/blob/main/HuggingPics.ipynb).
27
 
28
- Report any issues with the demo at the [github repo](https://github.com/nateraw/huggingpics).
29
 
 
30
 
31
- ## Example Images
32
 
 
33
 
34
- #### cheetah
35
 
36
- ![cheetah](images/cheetah.jpg)
37
 
38
- #### jaguar
39
 
40
- ![jaguar](images/jaguar.jpg)
41
 
42
- #### leopard
43
 
44
- ![leopard](images/leopard.jpg)
45
 
46
- #### lion
 
 
 
47
 
48
- ![lion](images/lion.jpg)
49
 
50
- #### tiger
51
 
52
- ![tiger](images/tiger.jpg)
 
18
  value: 0.9107142686843872
19
  ---
20
 
21
+ # Big Cat Classifier 🐯
22
 
23
+ An image classifier that categories between the 5 members of the big cat family i.e.
24
 
25
+ 1) __Cheetah__
26
 
27
+ ![cheetah](images/cheetah.jpg)
28
 
29
+ 2) __Jaguar__
30
 
31
+ ![jaguar](images/jaguar.jpg)
32
 
33
+ 3) __Leopard__
34
 
35
+ ![leopard](images/leopard.jpg)
36
 
37
+ 4) __Lion__
38
 
39
+ ![lion](images/lion.jpg)
40
 
41
+ 5) __Tiger__
42
 
43
+ ![tiger](images/tiger.jpg)
44
 
 
45
 
46
+ A visual transformer is used as the base model. After fine-tuning, the classifier was trained for 10 epochs and obtained an accuracy of 0.911
47
 
48
+ > __Note__:
49
+ > - While the identification of a lion or a tiger is fairly simple, the ability of the model is tested when it has to accurately distinguish between a leopard, cheetah, and jaguar
50
+ > - Since the model has been trained on a small dataset of approximately 500 images (in total), testing on various subspecies found among the populations of each member of the big cats is to be done. For example, The robustness of the model to classify all Bengal Tigers, Siberian Tigers, Indochinese Tigers, and Malayan Tigers as Tigers
51
+ > - Lastly, the performance of the model in categorizing certain rare variants in the populations of big cats such as white tigers, snow leopards or black jaguar has not been determined exclusively.
52
 
 
53
 
54
+ # Reference and Acknowledgement:
55
 
56
+ [Hugging Pics](https://github.com/nateraw/huggingpics)