Suhail commited on
Commit
8b8e874
·
1 Parent(s): c903d75

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -0
README.md ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ This model uses images of cats to detect if an image of a cat is upside down or not.
2
+ <br>
3
+ I have used fastai library for this.
4
+ <br>
5
+ I have collected data on my google drive through colab by using duckduckgo search API
6
+ <br>
7
+ I used transfer learning by implementing resnet-18 architecture to solve this particular task.