MultipleDiseasePrediction
Arpit Tiwari
Unknown
- 0 Collaborators
This project aims to help medical professionals help classify diseases with ease. ...learn more
Project status: Concept
oneAPI, Artificial Intelligence
Overview / Usage
Multiple Disease PredictionThis Machine Learning model uses SVC(Support Vector Classification) to classify and predict people with diseases like Diabetes, Heart Diseases, and Parkinson's. I have used datasets from kaggle openly available to train my model for which I would like to give due credit.
The ImpactWith the eruption of a new era of AI/ML, This project aims to help medical professionals help classify diseases with ease. It will for surely help those sections of people lacking in advance medical technologies help identify diseases and get people medical care, which is crucial, even more so to identify it in the early stages to reduce risk.
Methodology / Approach
The Process The ML Model- Loading the data and splitting it into train and test data
- Using Intel oneAPI to boost the performance
- Training the model using SVM
- Predicting on training data
- Predicting on testing data and analysing the accuracy
- Saving the model
- Loading the model in Flask
- Providing clean UI using Bootstrap
- Using routes for renering HTML and handling middleware
- Predicting on new data using the ML model
- Hosting it on Render
Technologies Used
The TechStackRepository
https://github.com/Arpit1434/MultipleDiseasePrediction