├── .gitignore ├── COLAB LINKS.txt ├── DengAI_Predicting_Disease_Spread_-_Test_Data_Features.csv ├── DengAI_Predicting_Disease_Spread_-_Training_Data_Features.csv ├── DengAI__Training_Data_Labels.csv ├── README.md ├── deng format.csv ├── diabetes.csv ├── diabetes_model.sav ├── heart.csv ├── heart_disease_model.sav ├── kidney_disease.csv ├── lung_disease.csv ├── parkinsons.csv ├── parkinsons_model.sav ├── streamlit run command.txt └── survey lung cancer.csv /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nandhini-1402/MULTIPLE-DISEASE/HEAD/.gitignore -------------------------------------------------------------------------------- /COLAB LINKS.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nandhini-1402/MULTIPLE-DISEASE/HEAD/COLAB LINKS.txt -------------------------------------------------------------------------------- /DengAI_Predicting_Disease_Spread_-_Test_Data_Features.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nandhini-1402/MULTIPLE-DISEASE/HEAD/DengAI_Predicting_Disease_Spread_-_Test_Data_Features.csv -------------------------------------------------------------------------------- /DengAI_Predicting_Disease_Spread_-_Training_Data_Features.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nandhini-1402/MULTIPLE-DISEASE/HEAD/DengAI_Predicting_Disease_Spread_-_Training_Data_Features.csv -------------------------------------------------------------------------------- /DengAI__Training_Data_Labels.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nandhini-1402/MULTIPLE-DISEASE/HEAD/DengAI__Training_Data_Labels.csv -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # MULTIPLE-DISEASE -------------------------------------------------------------------------------- /deng format.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nandhini-1402/MULTIPLE-DISEASE/HEAD/deng format.csv -------------------------------------------------------------------------------- /diabetes.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nandhini-1402/MULTIPLE-DISEASE/HEAD/diabetes.csv -------------------------------------------------------------------------------- /diabetes_model.sav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nandhini-1402/MULTIPLE-DISEASE/HEAD/diabetes_model.sav -------------------------------------------------------------------------------- /heart.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nandhini-1402/MULTIPLE-DISEASE/HEAD/heart.csv -------------------------------------------------------------------------------- /heart_disease_model.sav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nandhini-1402/MULTIPLE-DISEASE/HEAD/heart_disease_model.sav -------------------------------------------------------------------------------- /kidney_disease.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nandhini-1402/MULTIPLE-DISEASE/HEAD/kidney_disease.csv -------------------------------------------------------------------------------- /lung_disease.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nandhini-1402/MULTIPLE-DISEASE/HEAD/lung_disease.csv -------------------------------------------------------------------------------- /parkinsons.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nandhini-1402/MULTIPLE-DISEASE/HEAD/parkinsons.csv -------------------------------------------------------------------------------- /parkinsons_model.sav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nandhini-1402/MULTIPLE-DISEASE/HEAD/parkinsons_model.sav -------------------------------------------------------------------------------- /streamlit run command.txt: -------------------------------------------------------------------------------- 1 | streamlit run "C:\Users\91959\Desktop\PROJECT\ELITE\MULTIPLE DISEASE PREDICTION\mdp.py" -------------------------------------------------------------------------------- /survey lung cancer.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nandhini-1402/MULTIPLE-DISEASE/HEAD/survey lung cancer.csv --------------------------------------------------------------------------------