Create README.md
Browse files
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.
|