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
345 stars 296 forks source link

[Project Addition]: AI Driven Diagnostic System #714

Open Kyouma45 opened 3 months ago

Kyouma45 commented 3 months ago

Deep Learning Simplified Repository (Proposing new issue)

:red_circle: Project Title : AI-Driven Diagnostic System
:red_circle: Aim : Develop a model to predict disease based on symptoms provided by the user and given prescriptions based on the predicted disesase
:red_circle: Dataset : A dataset found on kaggle
: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. 😎

github-actions[bot] commented 3 months ago

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

abhisheks008 commented 3 months ago

Please share the URL of the dataset and a brief approach with the names of the models you are planning to implement for this project.

@Kyouma45

Kyouma45 commented 3 months ago

Please share the URL of the dataset and a brief approach with the names of the models you are planning to implement for this project.

@Kyouma45

I will be using a custom dataset that contains 130 symptoms as inputs and predicts over 40+ diseases. For this task, I am going to compare the performance of ANN with 5 layers and boosting methods like catboost. After deciding on the model with the best performance, I will be using LLMs to give me prescriptions based on the predicted disease.

abhisheks008 commented 3 months ago

Cool go ahead @Kyouma45