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
341 stars 293 forks source link

BP Monitor Reading using DL #245

Open abhisheks008 opened 1 year ago

abhisheks008 commented 1 year ago

Deep Learning Simplified Repository (Proposing new issue)

:red_circle: Project Title : BP Monitor Reading
:red_circle: Aim : Create a DL model, which will monitor the reading given in the images and idenitfy them.
:red_circle: Dataset : https://www.kaggle.com/datasets/dataclusterlabs/bp-monitor-reading-medical-device-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. šŸ˜Ž

rafiya2003 commented 1 year ago

I would like to work on this, frankly I don't know much but I will learn and do. I am a newbie(first year UG student).

abhisheks008 commented 1 year ago

Firstly try to grab the machine learning part, then start working on the deep learning methods. Taking a full fledged project as an issue will not help you, you need to know the basics atleast. Otherwise it will be really hectic for you to start on.

Prepare yourself and then try to work on the issues. @rafiya2003

Manoj-Routhu commented 1 year ago

I would like to work this I have a decent experience in Deep learning. Could you please assign me this. Full name : Routhu Manoj Sitaram GitHub Profile Link : https://github.com/Manoj-Routhu Email ID : manojrouthu26@gmail.com Participant ID (if applicable): 236b34fc-58f6-4cf4-b040-02a7a95f701f Approach for this Project : Perform data preprocessing and using the CNN model or pre trained model select based on the precission model. What is your participant role? (Mention the Open Source program)- ssoc

abhisheks008 commented 1 year ago

Try to implement 2-3 deep learning techniques for solving this issue and compare them to find out the best fitted model with the help of the accuracy scores.

Issue assigned to you @Manoj-Routhu

umairullah0905 commented 3 months ago

Can i use python libraries like pytesseract or anyother libraries or do i have to make a custom neural network model

abhisheks008 commented 3 months ago

Can i use python libraries like pytesseract or anyother libraries or do i have to make a custom neural network model

Both these techniques are good enough for this project, but custom neural network will be better.

itspallavi20 commented 3 months ago

I would like to work on this project as it is both interesting and involves the application of deep learning, a field I have studied extensively and am passionate about. Full name: Pallavi Patil GitHub Profile Link: https://github.com/itspallavi20 Email ID: pallavigpatil2003@gmail.com What is your participant role? (Mention the Open-Source program): Contributor @gssoc-24(GirlScript Summer of Code-2024)(Please add the level-1/2/3 label also if the issue is assigned to me.) Approach for this Project: I will create a structured project directory to organize images, dataset, models, and dependencies. First, I will perform Exploratory Data Analysis (EDA) to understand the dataset and implement multiple deep learning models: Custom CNN, Transfer Learning with ResNet50, and potentially an RNN with CNN features. Each model will be trained and evaluated for accuracy. Finally, I will document the findings in a README file and list all dependencies in requirements.txt. The best model will be identified based on performance comparison.

abhisheks008 commented 3 months ago

Hi @itspallavi20 assigned this issue to you.