Learn how you could detect COVID-19 in X-ray images by using Keras, TensorFlow, and Deep Learning. only for educational purposes only
├── dataset │ ├── covid [24 entries] │ └── normal [24 entries] ├── models │ ├── COVID-19-model.h5 │ └── labels.pkl ├── test_data │ └── test images ├── model.png ├── model_evaluation.py └── train_model.py