jomarie04 commited on
Commit
7ef71d0
·
verified ·
1 Parent(s): b3e7ef4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +43 -3
README.md CHANGED
@@ -1,3 +1,43 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ pipeline_tag: image-classification
4
+ tags:
5
+ - planets
6
+ - astronomy
7
+ - image-classification
8
+ - vision
9
+ - ai
10
+ ---
11
+
12
+ # Planet Image Classification Model
13
+
14
+ ## Model Description
15
+ This model classifies images of planets using a Vision Transformer (ViT).
16
+
17
+ ## Classes
18
+ - Mercury
19
+ - Venus
20
+ - Earth
21
+ - Mars
22
+ - Jupiter
23
+ - Saturn
24
+ - Uranus
25
+ - Neptune
26
+
27
+ ## Intended Use
28
+ - Educational astronomy projects
29
+ - AI image classification demos
30
+ - Space-related research
31
+
32
+ ## Input
33
+ RGB image of a planet
34
+
35
+ ## Output
36
+ Predicted planet name
37
+
38
+ ## Limitations
39
+ - Requires clear planetary images
40
+ - Not suitable for non-planet objects
41
+
42
+ ## License
43
+ Apache License 2.0