├── PROJECT_DOCUMENTATION.md ├── README.md ├── app.py ├── data ├── Symptom-severity.csv ├── dataset.csv ├── symptom_Description.csv └── symptom_precaution.csv ├── disease_prediction_model.pkl ├── disease_prediction_model.py ├── feature_importance.png └── templates └── index.html /PROJECT_DOCUMENTATION.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Okes2024/MediPredict-Nigeria-AI-Powered-Disease-Prediction-System/HEAD/PROJECT_DOCUMENTATION.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Okes2024/MediPredict-Nigeria-AI-Powered-Disease-Prediction-System/HEAD/README.md -------------------------------------------------------------------------------- /app.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Okes2024/MediPredict-Nigeria-AI-Powered-Disease-Prediction-System/HEAD/app.py -------------------------------------------------------------------------------- /data/Symptom-severity.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Okes2024/MediPredict-Nigeria-AI-Powered-Disease-Prediction-System/HEAD/data/Symptom-severity.csv -------------------------------------------------------------------------------- /data/dataset.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Okes2024/MediPredict-Nigeria-AI-Powered-Disease-Prediction-System/HEAD/data/dataset.csv -------------------------------------------------------------------------------- /data/symptom_Description.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Okes2024/MediPredict-Nigeria-AI-Powered-Disease-Prediction-System/HEAD/data/symptom_Description.csv -------------------------------------------------------------------------------- /data/symptom_precaution.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Okes2024/MediPredict-Nigeria-AI-Powered-Disease-Prediction-System/HEAD/data/symptom_precaution.csv -------------------------------------------------------------------------------- /disease_prediction_model.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Okes2024/MediPredict-Nigeria-AI-Powered-Disease-Prediction-System/HEAD/disease_prediction_model.pkl -------------------------------------------------------------------------------- /disease_prediction_model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Okes2024/MediPredict-Nigeria-AI-Powered-Disease-Prediction-System/HEAD/disease_prediction_model.py -------------------------------------------------------------------------------- /feature_importance.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Okes2024/MediPredict-Nigeria-AI-Powered-Disease-Prediction-System/HEAD/feature_importance.png -------------------------------------------------------------------------------- /templates/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Okes2024/MediPredict-Nigeria-AI-Powered-Disease-Prediction-System/HEAD/templates/index.html --------------------------------------------------------------------------------