The term "big cat" is typically used to refer to any of the five living members of the genus Panthera, namely the tiger, lion, jaguar, leopard, and snow leopard, as well as the non-pantherine cheetah and cougar.
Upload an image of one of the Big Cat and determine which category the big cat belongs to. The model is trained using FastAI with backbone of Resnet18 architecture. Image data is retrieved using the Bing Image Search API.
I have always had a problem in recognizing big cats, so I thought of building a classifier using FastAI as part of my learning from the FastAI book.
- Cheetah
- Cougar
- Jaguar
- Leopard
- Lion
- Snow leopard
- Tiger
The model gets an accuracy of 91% on the validation set, the model does get confused between the leopard and jaguar categories.
The model is deployed using StreamLit Sharing. You can try it out here :