Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Covid-19 X-Ray Image Classification #131

Merged
merged 4 commits into from
Jun 3, 2024

Conversation

aaradhyasinghgaur
Copy link
Contributor

Title :- [Project Addition] : Covid-19 X-Ray Image Classification

Description :- One of the areas where machine learning can help is detecting the COVID-19 cases from chest X-ray images. The task is a simple classification problem where given an input chest X-ray image, the machine learning-based model must detect whether the subject of study has been infected or not.

Solution :- I've used 5 different dl models after researching various parameters such as their accuracy , size and density of layers
to identify which one gives the highest performance using matrices such as accuracy score , graph representation etc. and have also done data augmentation to make the models adept for the dataset.
i've also used data analysis on the dataset to remove any redundancy and duplicacy and used visualization techniques to show it.

Tools I've used :- Numpy , keras , matplotlib , scikit-learn , tqdm etc.

closes :- #120

Kindly review my pr and add suitable label for it as I have used 5 models to train and validate the dataset which takes a lot of time and computational resources.

@TAHIR0110 TAHIR0110 added level2 gssoc Associated with GSSOC enhancement New feature or request labels Jun 3, 2024
@TAHIR0110 TAHIR0110 merged commit 276b539 into TAHIR0110:main Jun 3, 2024
1 check passed
@TAHIR0110 TAHIR0110 self-requested a review June 3, 2024 21:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request gssoc Associated with GSSOC level2
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants