ritwik12 / Celestial-bodies-detection

TensorFlow Image Classifier that can be used to classify whether an image is of a Planet (Earth, Mercury, Mars, etc), Galaxy (Spiral, Elliptical, Irregular), Satellites, Comets, Etc.
https://celestial-bodies-detection.herokuapp.com
GNU General Public License v3.0
84 stars 59 forks source link

Refine Information displayed #7

Closed Indus5 closed 5 years ago

Indus5 commented 5 years ago

Information displayed for planets include:

  1. Average Distance from the sun
  2. Diameter
  3. Surface Composition
  4. Rotation Period
  5. Revolution Period
  6. Known No. of Moons

Information displayed for galaxies include:

  1. Average Diameter
  2. Example

Closes #6

ritwik12 commented 5 years ago

@Indus5 Can you provide some screenshots here?

Indus5 commented 5 years ago

Examples for planet:

neptune venus

Example for Galaxy:

spiral
ritwik12 commented 5 years ago

@Indus5 With statistics being printed it looks messy with statistics+wikipedia_data. Please make it more clear. Or just add a new line after statistics to look more clear.

ritwik12 commented 5 years ago

@Indus5 This looks great. Can I hold this for few days as I'm out and not in reach with my laptop? I'll merge this ASAP after running it.