Joshmantova / Eagle-Vision

Deployed bird classification webapp using Deep Learning, Docker, and Streamlit. Users can go onto the webapp and either upload their own images of birds or select from a set of images to feed through a Deep Learning model and display a prediction.
57 stars 38 forks source link

Question on Proj Structure #2

Closed renweview closed 1 year ago

renweview commented 1 year ago

Hey Josh, wondering why you used Docker for the Eagle Vision project? Any alternatives? Thanks!

josh-mantovani commented 1 year ago

I used Docker because it's a great tool for building out the needed environment including all requirements and because it integrates well with other tools I used here such as Streamlit. I could have built a virtual machine instead, but it would have been more work for no benefit.

Joshmantova commented 1 year ago

Closing out but let me know if you have more questions.