Predicting 41 Diseases With Machine Learning: A Poly Disease Predictor
Machine learning model predicts up to 41 diseases based on input symptoms. Trained on 131 parameters with SVM, RF & NB models. Deployed at render: Poly Disease Predictor.
The Multiple Disease Prediction Bot is a machine learning model designed to predict up to 41 different diseases based on input symptoms. The model is trained on a dataset with approximately 131 parameters and utilizes three different training models: Support Vector Machine (SVM), Random Forest (RF), and Naive Bayes (NB). List Of Diseases which this model can predict:- For a list of Symptoms, please check out the corresponding repository on GitHub: Multiple Disease Prediction system. The deployed model is available at render: Poly Disease Predictor. This repository has garnered 4 stars, 6 clon...