lindawangg / COVID-Net

COVID-Net Open Source Initiative
Other
1.15k stars 480 forks source link

Dockerfile #84

Closed kojix2 closed 4 years ago

kojix2 commented 4 years ago

Hi, thanks for a great project.

To make it easier for clinicians to try this project, I have created a dockerfile.

This will automatically download your pre-trained data from Google drive by using gdown.

I'm also a physician and although I don't currently work in a clinical setting, I'm trying to figure out if there's a way to actually make projects like this useful to the world in the midst of global pandemic. I would like to investigate whether this project would be useful in a hospital. (Yes, I understand that this project is not a production-ready solution, and creators of this project do not take any responsibility for using it.)

I like open source.

Keep up the good work!!

neurahealth commented 4 years ago

@kojix2 We have made COVID-Net easily accessible to clinicians by building NeuraCovid. See details here: https://github.com/lindawangg/COVID-Net/issues/69 Also, NeuraCovid is open sourced.

kojix2 commented 4 years ago

Updated to use a multi-stage build. This shortens the build time.

kojix2 commented 4 years ago

Hi!

I write an article on dev.to

Run COVID-Net - an open source software to diagnoses COVID-19 from chest x-ray images.

The article contains thoughts from a clinical perspective, not just from a computer perspective...