SrijanShovit / HealthLearning

A repo comprising of various Machine Learning and Deep Learning projects in healthcare domain.
34 stars 51 forks source link

[Feature]: Malaria Detection In Human Body Using Body Cell Images #103

Closed seeratfatima19 closed 1 month ago

seeratfatima19 commented 1 month ago

Is your feature request related to a problem? Please describe.

Hi @SrijanShovit

I propose to add the model of Malaria Detection using the dataset of images of human body cells.
I'll use deep learning model to get to the objective and achieve high accuracy and precision. I have already done work in ML domain so I am experienced to work with NumPy, Pandas, TensorFlow frameworks.

Kindly assign me the issue under the label of GSSoC'24

thanks and regards

Describe the solution you'd like

I'll get the Cell images dataset from Kaggle and use Pandas for most preprocessing and then leverage TensorFlow for classification of images.

Describe alternatives you've considered

No response

Additional context

No response

Code of Conduct

github-actions[bot] commented 1 month ago

Congratulations, @seeratfatima19! 🎉 Thank you for creating your issue. Your contribution is greatly appreciated and we look forward to working with you to resolve the issue. Keep up the great work!

We will promptly review your changes and offer feedback. Keep up the excellent work! Kindly remember to check our contributing guidelines

SrijanShovit commented 1 month ago

Dataset link?

seeratfatima19 commented 1 month ago

Here is the dataset link: https://www.kaggle.com/datasets/iarunava/cell-images-for-detecting-malaria

SrijanShovit commented 1 month ago

Explore some research papers about it. If you can beat them, it's great, otherwise we can only proceed till a nice college project.

seeratfatima19 commented 1 month ago

Okay so what you mean is if I can beat research papers only then I will be assigned this issue?

SrijanShovit commented 1 month ago

No. Case 1: You can beat research papers, then superb bcz this dataset saturates around 97%. You can propose this to conferences. It will be a great addition to you profile when you sit in interviews. Case 2: You couldn't, then it's just a fantastic ml project of college with web ui.

It's a good challenge if you challenge this dataset, keeping in mind light models for web apps. Just telling by my experience with the dataset.

seeratfatima19 commented 1 month ago

I got you. So please assign me the issue and then when I start working on it, I'll keep experimenting any way I can get its accuracy better than currently existing methods or not.

SrijanShovit commented 1 month ago

Go through this discussion on what kind of workflow I expect: https://github.com/SrijanShovit/HealthLearning/pull/56

seeratfatima19 commented 1 month ago

Yes sure I'll follow the required workflow.

seeratfatima19 commented 1 month ago

@SrijanShovit I just needed to clarify one thing: as per the workflow you mentioned, should i open separate issues for -> preprocessing -> model making and evaluation.

SrijanShovit commented 1 month ago
  1. Since the dataset is balanced and large enough, I don't think there is need for any preprocessing.
  2. But you might like to do augmentation and create your version of data and train on that, not on original one.

Proceed with 1, in case we don't succeed, we can take path 2, for which I will create separate issue.

github-actions[bot] commented 1 month ago

This issue has been automatically closed because it has been inactive for more than 7 days. If you believe this is still relevant, feel free to reopen it or create a new one. Thank you!