COVIDNET is a repository where you can find different deep learning models designed for COVID-19 detection in chest radiographs written in Python. The purpose of this project is to allow a machine to be able to detect the affected areas on the x-ray while predicting if it has the disease.
# Repository files
$ git clone https://github.com/TomasFdez5/COVIDNET.git
# Move to the project directory
$ cd COVIDNET/
# Install dependencies with pipenv (Recommended) or install manually.
$ pip install pipenv
$ pipenv install
# Activate the Pipenv shell to run the system
$ pipenv shell# Grant permissions to run the uninstall script
$ chmod 777 uninstall.sh
$ ./uninstall.sh- TensorFlow - Tools for machine learning.
- Keras - Tools for convolutional neural networks.
-
Tomás Fernández Urbano - Lead developer.
-
Sebastián Ventura Soto - Advisor.
-
Antonio Rafael Moya Martín-Castaño - Advisor.
This project is licensed under the GNU GPL v3 License - see the LICENSE file for details.
LinkedIn
GitHub