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

Deploy current webapp to project site #78

Closed ritwik12 closed 2 years ago

ritwik12 commented 3 years ago

Need to evaluate different approaches to deploy web app which is a Python-based Flask backend app. The site will be deployed as a project site with gh-pages in the form of github.io

svshivapuja commented 3 years ago

Hi can I take up this issue ? I have experince in deploying Flask applications. My own work's website is here : https://deepcount.iiit.ac.in/ . Please tell me what kind of evaluations are required ?

Thanks in advance :)

ritwik12 commented 3 years ago

@svshivapuja Sure you can take it up. I am thinking of keeping it open source and using something like Heroku or Firebase.

ritwik12 commented 2 years ago

This is done with #84 and following instructions to create an app on Heroku and Deploy it.