- 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)
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
Project is created with:
- On: Google Colab
- Python
- CNN to train Model
- Open .ipynb in any notebook
- Download datasets
- Update Path for datasets in Notebook
- You are ready to run