Skip to content

Dhanush-R-git/AI-Powered-Health-Automate-Disease-Diagnosis-system

Repository files navigation

AI-Powered Health [Automate Disease Diagnosis System]

This project aims to leverage machine learning models to predict the likelihood of various diseases based on user inputs. The diseases covered in this system include Diabetes, Heart Disease, and Parkinson's Disease.

Diseases Covered

1. Diabetes

Diabetes is a chronic disease that occurs when the pancreas is no longer able to make insulin, or when the body cannot effectively use the insulin it produces. This leads to elevated levels of glucose in the blood (hyperglycemia).

Learn more about Diabetes

2. Heart Disease

Heart disease refers to various types of heart conditions, including coronary artery disease, heart attacks, and more. It is one of the leading causes of death globally.

Learn more about Heart Disease

3. Parkinson's Disease

Parkinson’s disease is a progressive nervous system disorder that affects movement. It is associated with tremors, stiffness, and slow movement.

Learn more about Parkinson's Disease

📂 Project dir Structure

health_prediction_system/
│── dataset/                    
│   ├── diabetes.csv
│   ├── heart.csv
│   ├── parkinson.csv
│
│── model_saved/                
│   ├── diabetes_model.pkl
│   ├── heart_model.pkl
│   ├── parkinson_model.pkl
│
│── logs/
│   ├── Stores training logs
│
│── requirements.txt          
│── TrainModel.py             
│── app.py                     
│── utils.py                  
│── README.md  

Usage

To use this system, follow these steps:

  1. Clone the repository.
  2. Install the required dependencies using pip install -r requirements.txt.
  3. Run the application using streamlit run app.py.
  4. Navigate to the web interface and input the required parameters for each disease prediction.

Models

The models used in this system are trained using various machine learning algorithms and are saved in the model_saved directory. The models include:

  • diabetes_model.pkl
  • heart_model.pkl
  • parkinson_model.pkl

Contributing

Contributions are welcome! Please open an issue or submit a pull request for any improvements or bug fixes.

License

This project is licensed under the MIT License.

About

This project aims to leverage machine learning models to predict the likelihood of various diseases based on user inputs. The diseases covered in this system include Diabetes, Heart Disease, and Parkinson's Disease.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors