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 57 forks source link

Improve GUI (WebApp) #79

Open ritwik12 opened 3 years ago

ritwik12 commented 3 years ago

With #70 we now have GUI now which is based on Python and written in Flask. there is a good scope of improvements to the WebApp. Both logical and in frontend.

sadavarterohit commented 3 years ago

I'd love to change whatever bits I find can be changed / done better. Is there anything specific that is needed?

If it's being assigned, i'd rather not be assigned it, since i'll be playing around with it in my free time. (would rather leave it out there for someone who could be more dedicated)

ritwik12 commented 3 years ago

Few things that can be improved:

  1. About
    • More details about the project.
    • We can use anything from Readme.md including images or summarise based on the understanding.
    • Basically it should give an idea to the people coming to the website about the Project and what it does.
  2. Deploy app
    • For now we can only use web app locally, we need to make it available online but deploying it and hosting somewhere such as gh-pages.
ritwik12 commented 3 years ago

@sadavarterohit I added few things that we need, you can improve whatever you feel can be improved.

sadavarterohit commented 3 years ago

Thanks a ton!

sadavarterohit commented 2 years ago

https://medium.com/swlh/how-to-host-your-flask-app-on-pythonanywhere-for-free-df8486eb6a42

Do you think this might be useful for starters since we're not expecting too much traffic?