https://github.com/dhrupad17/multiple-disease-prediction-system
This is a web application built with Streamlit that allows users to predict the presence of various diseases. The application provides prediction models for three different diseases: Diabetes, Parkinson's Disease, and Heart Disease.
https://github.com/dhrupad17/multiple-disease-prediction-system
disease-prediction jupyter-notebook machine-learning streamlit-webapp svm-classifier
Last synced: 7 months ago
JSON representation
This is a web application built with Streamlit that allows users to predict the presence of various diseases. The application provides prediction models for three different diseases: Diabetes, Parkinson's Disease, and Heart Disease.
- Host: GitHub
- URL: https://github.com/dhrupad17/multiple-disease-prediction-system
- Owner: dhrupad17
- License: mit
- Created: 2023-05-24T12:18:39.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-24T12:36:28.000Z (over 2 years ago)
- Last Synced: 2025-01-16T07:56:16.922Z (9 months ago)
- Topics: disease-prediction, jupyter-notebook, machine-learning, streamlit-webapp, svm-classifier
- Language: Python
- Homepage: https://dhrupad17-multiple-disease-prediction-system-app-1nsi5k.streamlit.app/
- Size: 411 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Multiple Disease Prediction System
This is a web application built with Streamlit that allows users to predict the presence of various diseases. The application provides prediction models for three different diseases: Diabetes, Parkinson's Disease, and Heart Disease. I will try to add more diseases to make it more enhancing.
## About the Project
- **Diabetes Prediction:** Users can input relevant medical data such as number of pregnancies, glucose level, blood pressure, and more to predict the likelihood of diabetes.
- **Parkinson's Disease Prediction:** Users can enter biomedical voice measurements, including fundamental frequency, amplitude perturbation, noise-to-harmonics ratio, and more, to predict the presence of Parkinson's Disease.
- **Heart Disease Prediction:** Users can input parameters such as age, sex, chest pain type, blood pressure, cholesterol level, and more to predict the probability of heart disease.
## Website OverView:-
### ```Click Here to Visit the Website 👉``` [Tap to Diagonise](https://dhrupad17-multiple-disease-prediction-system-app-1nsi5k.streamlit.app/)
### Acknowledgements
The datasets used in this project:
- [Diabetes dataset](https://github.com/dhrupad17/Diabetes-Prediction/blob/main/diabetes.csv)
- [Parkinson's Disease dataset](https://github.com/dhrupad17/Parkinsons-Disease-Detector/blob/main/Parkinsson%20disease.csv)
- [Heart Disease dataset]()
- Thanks to the Streamlit community for providing an intuitive framework for building interactive web applications.### ``You can check the Complete Separate Project of each of these Disease Predictions``
- [Diabetes Prediction](https://github.com/dhrupad17/Diabetes-Prediction)
- [Parkinson Disease Prediction](https://github.com/dhrupad17/Parkinsons-Disease-Detector)
- [Heart Disease Prediction](https://github.com/dhrupad17/Heart-Disease-Prediction)### Contributions are welcome! If you have any suggestions, enhancements, or bug fixes, please open an issue or submit a pull request.