Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 1.09 KB

README.md

File metadata and controls

21 lines (17 loc) · 1.09 KB

DATASET

  • Dataset is collected from two diiferent places
  • Covid-Patient Data X-ray Images for covid positive patient from Github
  • Normal People Data X-ray images for healthy people from kaggle
  • Merged Data Merged data set (that I used in my project)

General info

This is a model that detect whether the patient is Normal or covid positive based on their X-ray of chest. We used the data from github to train our model.It's not practically possible to implement this in real life because one probability doesn't work in real life.One wrong prediction and it may cost a life. I used CNN to train my model which given me approx accuracy of 98 percent. Although you are free to use any model you want

Things used

Project is created with:

  • On: Google Colab
  • Python
  • CNN to train Model

Setup

  • Open .ipynb in any notebook
  • Download datasets
  • Update Path for datasets in Notebook
  • You are ready to run