Multiple Disease Prediction System using Machine Learning: This project provides a streamlit web application for predicting multiple diseases, including diabetes, Parkinson's disease, and heart disease, using machine learning algorithms. The prediction models are deployed using Streamlit, a Python library for building interactive web applications.
The Multiple Disease Prediction project aims to create a user-friendly web application that allows users to input relevant medical information and receive predictions for different diseases. The machine learning models trained on disease-specific datasets enable accurate predictions for diabetes, Parkinson's disease, and heart disease.
The Multiple Disease Prediction web application offers the following features:
To use this project locally, follow these steps:
git clone https://github.com/SagarMandal7/Multiple-Disease-Prediction-System-using-Machine-Learning/tree/main
pip install -r requirements.txt
Download the pre-trained machine learning models for diabetes, Parkinson's disease, and heart disease. Make sure to place them in the appropriate directories within the project structure.
Update the necessary configurations and file paths in the project files.
To run the Multiple Disease Prediction web application, follow these steps:
Open a terminal or command prompt and navigate to the project directory.
Run the following command to start the Streamlit application:
streamlit run multiplediseaseprediction.py
Access the web application by opening the provided URL in your web browser.
Input the relevant medical information as requested by the application.
Click the "Predict" button to generate predictions for diabetes, Parkinson's disease, and heart disease based on the provided data.
View the prediction results and any accompanying visualizations or insights.
Feel free to customize the web application's appearance, add more disease prediction models, or integrate additional features based on your specific requirements.
Contributions to this project are welcome. If you find any issues or have suggestions for improvement, please open an issue or submit a pull request on the project's GitHub repository.
This project is licensed under the MIT License. You are free to modify and use the code for both personal and commercial purposes.