Giter Club home page Giter Club logo

covid-19-covidcnn's Introduction

๐Ÿ›‘ Note: This model is still not reliable to use. It is just a research for now.

To read Motivation and Goal behind this research go to this Github Repository.

Dataset

dataset
โ”œโ”€โ”€ test
โ”‚ย ย  โ”œโ”€โ”€ covid19 [32 entries]
โ”‚ย ย  โ”œโ”€โ”€ normal [25 entries]
โ”‚ย ย  โ””โ”€โ”€ pneumonia [20 entries]
โ”œโ”€โ”€ train
โ”‚ย ย  โ”œโ”€โ”€ covid19 [219 entries]
โ”‚ย ย  โ”œโ”€โ”€ normal [210 entries]
โ”‚ย ย  โ””โ”€โ”€ pneumonia [210 entries]
โ””โ”€โ”€ validate
    โ”œโ”€โ”€ covid19 [32 entries]
    โ”œโ”€โ”€ normal [20 entries]
    โ””โ”€โ”€ pneumonia [20 entries]

Soon more data will be added

Model Design

covidcnn161

It is a custom model designed using Residual Blocks. Learn more about Residual block

model_161

  • New model based on Densenet moudule comming soon.

Model Result

Model Accuracy Model Loss

  • This model was trained on very small sets of images, therfore the model is not generalized enough to use.

Usage

$python3 detect.py --help
usage: detect.py [-h] -m MODEL -i IMAGE

optional arguments:
  -h, --help            show this help message and exit
  -m MODEL, --model MODEL
                        path to model
  -i IMAGE, --image IMAGE
                        path to input image

Example

python3 detect.py -m model/trained_model/covid-19_large.h5 -i model/samples/normal.jpeg 

Deploying model

After the model was trained it was compressed into tflite model. After which it was deployed on flutter application.

ScreenShots of Flutter application

ss ss ss

model has been deplyed on a WebApp webApp ss

Dataset source

This repository will be updating as the dataset will grow more and more. Any contribution would be appreciated.

more detailed documentation comming soon

Citation

Paper availabe here

@article{cohen2020covid,
  title={COVID-19 image data collection},
  author={Joseph Paul Cohen and Paul Morrison and Lan Dao},
  journal={arXiv 2003.11597},
  url={https://github.com/ieee8023/covid-chestxray-dataset},
  year={2020}
}

covid-19-covidcnn's People

Contributors

dependabot[bot] avatar thehunk1206 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  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.