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

Setup CI build Travis #52

Open ritwik12 opened 4 years ago

ritwik12 commented 4 years ago

It will be good to have travis here

Satyabrat35 commented 4 years ago

Would like to work on it.

ritwik12 commented 4 years ago

Sure, please send PR @Satyabrat35

ritwik12 commented 4 years ago

@Satyabrat35 Any progress here?

Satyabrat35 commented 4 years ago

I am figuring out the tests for the build. Will write the tests and make a PR in a week.

Satyabrat35 commented 4 years ago

Review #55

ritwik12 commented 4 years ago

@Satyabrat35 That is good but it is a basic Travis integration. We need new travis for new PR's code to make sure they will work well once we merge it. For now your tests are only for the already present code in this Repo.

ritwik12 commented 4 years ago

Let me know if you want to contribute further to this :)

ritwik12 commented 4 years ago

@Satyabrat35 Please check #57 where it fails. Also, can we add flake8 or something else also to make sure the Code is python only. For eg: I just wrote "Test Travis" in that PR. So as per Python code, it should give error as it's not a variable nor a comment.

Satyabrat35 commented 4 years ago

Yeah sure .. will look into #57

Satyabrat35 commented 4 years ago

Review #58 and #57

sudhanshu-chauhan commented 1 year ago

@ritwik12 I would like to take this up and work towards it.

ritwik12 commented 1 year ago

@sudhanshu-chauhan Sure