Update README.md
Browse files
README.md
CHANGED
@@ -1,2 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
This is Image Orientation Detector by Vikram Kamthe
|
2 |
Given an image, it will classify it into Original Image or Upside Down Image
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- "List of ISO 639-1 code for your language"
|
4 |
+
- lang1
|
5 |
+
- lang2
|
6 |
+
thumbnail: "url to a thumbnail used in social sharing"
|
7 |
+
tags:
|
8 |
+
- tag1
|
9 |
+
- tag2
|
10 |
+
license: "cc"
|
11 |
+
datasets:
|
12 |
+
- dataset1
|
13 |
+
- dataset2
|
14 |
+
metrics:
|
15 |
+
- metric1
|
16 |
+
- metric2
|
17 |
+
---
|
18 |
+
|
19 |
This is Image Orientation Detector by Vikram Kamthe
|
20 |
Given an image, it will classify it into Original Image or Upside Down Image
|