Skip to content

achafi/Covid19Detector

Repository files navigation

COVID-19 detector system based on X-Ray images

Python Framework Frontend Deployment

image info image info


Table of Contents


Description

web application that provides an automated diagnosis of COVID-19 from chest X-ray image based on a deep Convolutional Neural Network model. the proposed model produced a classification accuracy of 98%. The preliminary results of this study look promising which can be further improved as more training data becomes available.

Machine Learning algorithms

  • Convolutional neural network CNN Architecture

Sources of the datasets

Back To The Top


How To Use

  1. Install all the libraries mentioned in the requirements.txt file.
  2. Clone this repository in your local system.
  3. Open the command prompt from your project directory and run the command python app.py.

Deployement on Heroku

Login or signup in order to create virtual app. You can either connect your github profile or download ctl to manually deploy this project.

Back To The Top


Directory Tree

├── static 
│   ├── css
    ├── script.js
├── template
│   ├── home.html
|   |── image-classification-result.html
├── model_files
|   ├── dataset_creator.ipynb
|   ├── model.h5
|   ├── xray_image_classification.ipynb
├── Procfile
├── wsgi.py
├── README.md
├── app.py
├── config.cfg
├── dataset_creator.ipynb
├── Xray_Image_Classification.ipynb
├── model.h5
├── requirements.txt

Bug or Feature Request

If you find a bug (the website couldn't handle the query and / or gave undesired results), kindly open an issue here by including your search query and the expected result


Back To The Top


Future Scope

  • Improve the model
  • Optimize Flask app.py
  • Add Features

Back To The Top


References

. CoroNet: A deep neural network for detection and diagnosis of COVID-19 from chest x-ray images

Back To The Top

About

Detecting COVID-19 from X-Ray

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published