Skip to content
New issue

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

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

Already on GitHub? # to your account

Malaria Cell Image Classification #393

Closed
sitamgithub-MSIT opened this issue Dec 22, 2023 · 2 comments · Fixed by #404
Closed

Malaria Cell Image Classification #393

sitamgithub-MSIT opened this issue Dec 22, 2023 · 2 comments · Fixed by #404
Assignees
Labels
Codepeak23 This issue is assigned under CodePeak 2023 event/ Level: MEDIUM Status: Assigned Assigned issue.

Comments

@sitamgithub-MSIT
Copy link
Contributor

Deep Learning Simplified Repository (Proposing a New Issue)

🔴 Project Title : Malaria Cell Image Classification
🔴 Aim: The malaria dataset contains cell images with equal instances of parasitized and uninfected cells from the thin blood smear slide images of segmented cells. The task is to perform image classification on that.
🔴 Dataset : https://www.tensorflow.org/datasets/catalog/malaria
🔴 Approach : Try to use 3–4 algorithms to implement the models and compare all the algorithms to find the best-fit algorithm for the model by checking the accuracy scores. Also, do not forget to do exploratory data analysis before creating any model.


📍 Follow the Guidelines to Contribute in the Project:

  • You need to create a separate folder named Project Title.
  • Inside that folder, there will be four main components.
    • Images - To store the required images.
    • Dataset - To store the dataset or information or source about the dataset.
    • Model - To store the machine learning model you've created using the dataset.
    • requirements.txt - This file will contain the required packages and libraries to run the project on other machines.
  • Inside the Model folder, the README.md file must be filled up properly, with proper visualizations and conclusions.

🔴🟡 Points to Note :

  • The issues will be assigned on a first come first serve basis, 1 Issue == 1 PR.
  • "Issue Title" and "PR Title should be the same. Include issue number along with it.
  • Follow Contributing Guidelines & Code of Conduct before start Contributing.

To be Mentioned while taking the issue :

  1. Import necessary libraries like Keras and Keras-cv
  2. Performing the necessary pre-processing, image resizing, rescaling, and all.
  3. Creating all the required functions. Probably some visualization utility functions and others.
  4. Split the data into test and training datasets.
  5. Train the model on VGG-16, Resnet-50, and other algorithms if needed.
  6. Checking the validation accuracy and loss.
  7. At the end, label all the accuracy of all models in a table.
  • What is your participant role? (Mention the Open Source program.) Codepeak'23 Contributor.

Happy Contributing 🚀

All the best. Enjoy your open-source journey ahead. 😎

@sitamgithub-MSIT
Copy link
Contributor Author

@abhisheks008 Would you please review this issue? and designate it for me.

@abhisheks008
Copy link
Owner

Issue assigned to you @sitamgithub-MSIT

@abhisheks008 abhisheks008 added Status: Assigned Assigned issue. Level: MEDIUM Codepeak23 This issue is assigned under CodePeak 2023 event/ labels Dec 23, 2023
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Codepeak23 This issue is assigned under CodePeak 2023 event/ Level: MEDIUM Status: Assigned Assigned issue.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants