magnumical / Online_Automatic_COVID_19_Diagnosing_system

Machine Learning approach to diagnose COVID-19 via X-Ray images

Home Page:https://cvde.imreza.ir

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WebBased COVID_19 Diagnosing System (SaaS)

Machine Learning approach to diagnose COVID-19 via X-Ray images (image classification)

This repository contains an extraordinary project! Machine learning is helping medical doctors to obtain maximum accuracy!

Please star, fork and cite if you use!

How to use?

  1. First you need to train your model. use folder Train. Run maincode to build your model.
    NOTICE: for Inception V3, you need to change input image sizes.
    Dataset folder should have two subfolders. NORMAL and COVID.
    Models will be savel in a folder with this name.
  2. Second step is related to Google Cloud Platform.
    main.py is handler function which calls our ML model on server and use its power to evaluate images!
    NOTICE that you should put your prefered .h5 model in this folder and modify the code.
  3. Now it's time to run our site! you can use my theme!
    script.js contains all JS we need to transfer images and results!
    Notice that the models in this repository are trained by images collected by my own!

Results for VGG16:

Cite like this!

Reza Amini Gougeh. An Online Automatic Corona Diagnose System Based on Chest X-ray Images, 22 September 2020, PREPRINT (Version 1) available at Research Square [+https://doi.org/10.21203/rs.3.rs-64472/v1+]

Some valuable refrences:

Name Description
Michaël Defferrard Created the first versions of ONLINE Diagnosing system!
Adrian Rosebrock Awsome in image processing!
Cohen et. al Collected the image dataset

About

Machine Learning approach to diagnose COVID-19 via X-Ray images

https://cvde.imreza.ir

License:MIT License


Languages

Language:CSS 53.7%Language:SCSS 24.3%Language:JavaScript 9.7%Language:Python 9.0%Language:HTML 3.4%