An open API service indexing awesome lists of open source software.

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.

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.