abhisheks008 / DL-Simplified

Deep Learning Simplified is an Open-source repository, containing beginner to advance level deep learning projects for the contributors, who are willing to start their journey in Deep Learning. Devfolio URL, https://devfolio.co/projects/deep-learning-simplified-f013
https://quine.sh/repo/abhisheks008-DL-Simplified-499023976
MIT License
321 stars 290 forks source link

Kidney Stone Images Classification #467

Open abhisheks008 opened 5 months ago

abhisheks008 commented 5 months ago

Deep Learning Simplified Repository (Proposing new issue)

:red_circle: Project Title : Kidney Stone Images Classification
:red_circle: Aim : The aim of this project is to classify the images given in the dataset using deep learning methods.
:red_circle: Dataset : https://www.kaggle.com/datasets/safurahajiheidari/kidney-stone-images
:red_circle: Approach : Try to use 3-4 algorithms to implement the models and compare all the algorithms to find out the best fitted algorithm for the model by checking the accuracy scores. Also do not forget to do a exploratory data analysis before creating any model.


📍 Follow the Guidelines to Contribute in the Project :


:red_circle::yellow_circle: Points to Note :


:white_check_mark: To be Mentioned while taking the issue :


Happy Contributing 🚀

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

Jaya-Prakash-17 commented 1 month ago

Full name : Jaya Prakash Sangem (Im new to Open Source programs and also my GitHub profile is pretty much plain but, I have worked on similar project on classification of lung cancer from CT Scans, So, I hope that experice would help me here addressing this particular issue.)

GitHub Profile Link : https://github.com/Jaya-Prakash-17 Email ID : 21211a7253@bvrit.ac.in; jayaprakashsangem@gmail.com Approach for this Project : -->Data Collection -->Data Preprocessing -->EDA (applying different filters like Guassian filter, gray scale etc to understand the image) --> Model Building & training (I paticularly want to try out various ML/DL Models, CNNs like(Resnet, Efficientnet, InceptionNet etc and check which model gives best results) What is your participant role?: Contributor @GSSOC24

So, kindly assign this issue to me. THANK YOU!!

Kashish-G commented 1 month ago

Hi, @abhisheks008 I m really excited to contribute to this project. Could you please assign it to me? I have experience in image segmentation using cellpose, Unet so I believe these expertise will help me here Full Name: Kashish Gandhi GitHub Profile Link: https://github.com/Kashish-G Email ID: kashishgandhi6112003@gmail.com Approach for this Project:

  1. Data Preparation: Collect kidney stone images with bounding box annotations. Preprocess and augment the data for training.
  2. Model Selection: Choose a deep learning model like Faster R-CNN, YOLO, or SSD for object detection.
  3. Training: Fine-tune the chosen model on the dataset, optimizing for accurate bounding box predictions using transfer learning.
  4. Evaluation: Assess the model's performance using metrics like IoU or mAP on a validation dataset.
  5. Post-processing: Apply NMS and refine bounding box predictions if necessary.
  6. Continuous Improvement: Iterate on the model based on feedback and new data to enhance performance over time.

I am excited about the opportunity to contribute to this project and believe that my skills and enthusiasm align well with the goals of the initiative. I am committed to delivering high-quality work and collaborating effectively with the team. Participant of Gssoc'24

abhisheks008 commented 1 month ago

Issue assigned to you @Kashish-G

Kashish-G commented 1 month ago

Issue assigned to you @Kashish-G

Thank you!