Code Monkey home page Code Monkey logo

deepcovid's Introduction

DeepCOVID

A novel application for covid detection using a deep learning web-service.

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} }

deepcovid's People

Contributors

kilj4eden avatar i1idan avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.