Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/easonlai/tensorflow_covid-19_classification_by_chest_x-ray

Tensorflow COVID-19 Classification by Chest X-Ray
https://github.com/easonlai/tensorflow_covid-19_classification_by_chest_x-ray

cnn cnn-classification cnn-model convolutional-neural-networks deep-learning deep-neural-networks deeplearning densenet healthcare keras keras-tensorflow machine-learning machinelearning medical medical-image-processing medical-imaging tensorflow tensorflow-examples tensorflow-tutorials tensorflow2

Last synced: about 1 month ago
JSON representation

Tensorflow COVID-19 Classification by Chest X-Ray

Awesome Lists containing this project

README

        

# Tensorflow COVID-19 Classification by Chest X-Ray

This is demostration of building Convolutional Neural Network (CNN) model (on top of Densenet) to classify COVID-19 and Normal Chest X-Ray with Tensorflow. After model preparation, export and package it as Tensorflow Serve (TF Serve) compatible format. Model training performance telemetry data will be push to Azure Machine Learning (AML) for tracking and monitoring purpose.

Details article on Medium ([Tensorflow COVID-19 Classification by Chest X-Ray](https://medium.com/analytics-vidhya/tensorflow-covid-19-classification-by-chest-x-ray-1c85b7ef56ca))

* Tensorflow_COVID-19_Classification_by_Chest X-Ray.ipynb > Sample Notebook for local
* Tensorflow_COVID-19_Classification_by_Chest_X-Ray_For_ADB.ipynb > Sample Notebook for Azure Databricks

TensorFlow and Keras version to run code perfectly are 2.1.0 and 2.3.1.

![alt text](https://github.com/easonlai/Tensorflow_COVID-19_Classification_by_Chest_X-Ray/blob/master/git-images/covid19-class.png)

![alt text](https://github.com/easonlai/Tensorflow_COVID-19_Classification_by_Chest_X-Ray/blob/master/git-images/normal-class.png)