Skip to content

Ready to use CT scan based COVID detection service using deep learning.

License

Notifications You must be signed in to change notification settings

KiLJ4EdeN/COVID_WEB

Repository files navigation

COVID_WEB

Create an accurate chest-ct COVID detection service and make it publicly available in a few lines of code.

Source codes for the paper: A Novel and Reliable Deep Learning Web-Based Tool to Detect COVID-19 Infection from Chest CT-Scan The paper Achieved up to 90% accuracy on a dataset of about 750 CT images. Please kindly cite the article at https://arxiv.org/abs/2006.14419, if you find this useful to your application.

NOTE: The Code is Changed to Match the Updated COVID-CT repository, the accuracy might have a +-2 variance.

You are free to change the code to use your desired models.

License Code size Repo size Open Issues Closed Issues

Dataset:

Full dataset is available on https://github.com/UCSD-AI4H/COVID-CT

Some samples are shown below:

Proposed Scheme:

Run the service right now:

Colab: Open In Colab

Local Jupyter: Notebook Version

Or Install on a Local Computer.

git clone https://github.com/KiLJ4EdeN/COVID_WEB
cd COVID_WEB
chmod +x server.sh
./server.sh

The ngrok host url should be displayed.

Note that you can comment out flask ngrok if you dont have an internet connection.

Results:

Upload An Image:

Get the Results:

Additional utils

These let you see the classification metrics, or get new parameters with bayesian optimization.

pip3 install bayesian-optimization
python3 run_bayesian_optimization.py
python3 evaluate_model.py

Consider that this is just for demonstration, since the model is already using optimal parameters.

Citation:

@article{Saeedi2020ANA, title={A Novel and Reliable Deep Learning Web-Based Tool to Detect COVID-19 Infection from Chest CT-Scan}, author={Abdolkarim Saeedi and Maryam Saeedi and Arash Maghsoudi}, journal={ArXiv}, year={2020}, volume={abs/2006.14419} }

About

Ready to use CT scan based COVID detection service using deep learning.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published