MultipleDiseasePrediction

0 0
  • 0 Collaborators

This project aims to help medical professionals help classify diseases with ease. ...learn more

Project status: Concept

oneAPI, Artificial Intelligence

Intel Technologies
DevCloud, oneAPI

Code Samples [1]Links [1]

Overview / Usage

Multiple Disease Prediction

This 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 Impact

With 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
  1. Loading the data and splitting it into train and test data
  2. Using Intel oneAPI to boost the performance
  3. Training the model using SVM
  4. Predicting on training data
  5. Predicting on testing data and analysing the accuracy
  6. Saving the model
The Web
  1. Loading the model in Flask
  2. Providing clean UI using Bootstrap
  3. Using routes for renering HTML and handling middleware
  4. Predicting on new data using the ML model
  5. Hosting it on Render

Technologies Used

The TechStack
  1. Scikit learn
  2. Intel oneAPI
  3. Flask
  4. Bootstrap

Repository

https://github.com/Arpit1434/MultipleDiseasePrediction

Comments (0)