Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/easonlai/tensorflow_covid-19_classification_by_chest_x-ray
- Owner: easonlai
- Created: 2020-07-23T10:25:05.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-07-27T03:02:07.000Z (over 4 years ago)
- Last Synced: 2024-11-03T07:24:39.131Z (3 months ago)
- Topics: 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
- Language: Jupyter Notebook
- Homepage:
- Size: 674 KB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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 DatabricksTensorFlow 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)