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
317 stars 288 forks source link

[Project Addition]Knee Osteoarthritis Prediction #752

Open devarshh08 opened 3 weeks ago

devarshh08 commented 3 weeks ago

Deep Learning Simplified Repository (Proposing new issue)

:red_circle: Knee Osteoarthritis Prediction
:red_circle: Classifying images of x-rays into chances of the patient getting osteoarthritis.
:red_circle: https://www.kaggle.com/datasets/shashwatwork/knee-osteoarthritis-dataset-with-severity/data
:red_circle: Will be considering external factors other than images of the knee x-rays, such as age and gender. Since it is more common in females above 40.


📍 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. 😎

github-actions[bot] commented 3 weeks ago

Thank you for creating this issue! We'll look into it as soon as possible. Your contributions are highly appreciated! 😊

abhisheks008 commented 3 weeks ago

Hi @devarshh08 can you please share your approach for this problem statement? What are the models you are planning to implement here. Mention 3-4 models for this project.

devarshh08 commented 3 weeks ago

I are going to be using deep learning and cnn, to predict by image whether the person has knee osteoarthritis or not.

I'll be sending a detailed step by step method soon.

Sorry for the inconvenience. Really appreciate your patience!

devarshh08 commented 3 weeks ago

@abhisheks008 Here is a basic overview:

Here is a sample data with 5 severity grades, Grade 0 : Healthiest to Grade 4 : Most severe.

Then I will preprocess the dataset firstly and add to a list, it also includes assigning labels to the images.

Then I will make a CNN model, using the following models : ResNet 50, VGG 16, MobileNet, EfficientNet B7

After that I will split the model and train the data from the split training and testing data

Then will plot the data.

That's it, thank you!

abhisheks008 commented 3 weeks ago

Cool, go ahead with this issue. Assigned to you @devarshh08

devarshh08 commented 2 weeks ago

Hi @abhisheks008, I want to request a few days extension for completing this project. Because it is my first time I am facing a lot of issues and am working to resolve them.

Thank you very much for understanding.