Health Assist is a web-based application developed using Streamlit framework that allows users to input values for certain symptoms and the system will predict if the user have Diabetes , Heart Disease, Parkinson's Disease and Breast Cancer. This system aims to assist users in identifying potential diseases quickly and conveniently, promoting early detection and timely medical intervention.
-
Predicts multiple diseases based on user-provided symptoms.
-
User-friendly web interface for symptom input and disease prediction.
-
Fast and efficient prediction algorithm.
After inputting the values from the dataset we got correct predictions and the snapshots are given below:
-
Clone the repository:
git clone https://github.com/Sanchariiii/Health-Assist.git
-
Navigate to the project directory:
cd Health-Assist
-
Install all the necessary dependencies.
pip install -r requirements.txt
-
Run the application:
streamlit run app.py
-
Access the application by visiting http://localhost:8501 in your web browser
1.Open the application in your web browser.
2.Input the necessary values in the field provided.
3.Click on the "Predict" button to generate disease predictions.
4.The application will display that if the user has the disease or not.
-
Python
-
Streamlit
-
Scikit-learn
-
Pandas
-
NumPy
-
pickle
Contributions to the Multiple Disease Prediction System are welcome! If you find any bugs or want to enhance the functionality, please submit an issue or a pull request.