It's a ML Model to detect covid from xray reports of the patient
- INPUT : JPEG, PNG, JPG
- OUTPUT : VIRAL, COVID+, COVID-
- PYTORCH IMAGE CLASSIFIER is used to implement this ML Model.
- DATASET used to train our model
- download docker, docker-compose
- build and start the docker-compose
sudo docker-compose build
sudo docker-compose up
- now start working on the project
- PR should be accepted by Travis-Ci
- Write test cases if it is needed
- It should be linted [ PEP8 Guidelines ]