This model uses images of cats to detect if an image of a cat is upside down or not.
I have used fastai library for this.
I have collected data on my google drive through colab by using duckduckgo search API
I used transfer learning by implementing resnet-18 architecture to solve this particular task.