DOI : 10.17577/IJERTCONV14IS020041- Open Access

- Authors : Amit Lilachand Mahajan, Sanjog Vijay Jadhav
- Paper ID : IJERTCONV14IS020041
- Volume & Issue : Volume 14, Issue 02, NCRTCS – 2026
- Published (First Online) : 21-04-2026
- ISSN (Online) : 2278-0181
- Publisher Name : IJERT
- License:
This work is licensed under a Creative Commons Attribution 4.0 International License
All in One Disease Prediction App: A Working Web Based Healthcare Prediction and Management Platform
A Working Web Based Healthcare Prediction and Management Platform
Amit Lilachand Mahajan DY Patil ACS College ,Pimpri Pune
Sanjog Vijay Jadhav
DY Patil ACS College ,Pimpri Pune
Abstract – This paper presents an all in one disease prediction application developed as a working healthcare system using machine learning. The system predicts multiple diseases including diabetes, heart disease, kidney disease, liver disease, Parkinson disease, and breast cancer through a single web platform. The application is implemented using the Django framework and integrates trained machine learning models to generate real time predictions. The system also provides user authentication, dashboard visualization, consultation management, prescription tracking, and notification services. Experimental testing shows that the working model produces accurate predictions with fast response time. This project demonstrates the practical use of machine learning in building scalable healthcare applications.
Keywords – Disease prediction, machine learning, healthcare application, working model, web system
I INTRODUCTION
Early detection of diseases plays a critical role in improving healthcare outcomes. Many healthcare systems still rely on manual diagnosis processes that can be slow and error prone. With the advancement of machine learning and web technologies, intelligent systems can now assist in predicting diseases using patient data.
MEDIPREDICT is developed as a working healthcare platform that combines machine learning models with a web based interface. The system predicts multiple diseases including diabetes, heart disease, kidney disease, liver disease, Parkinson disease, and breast cancer. Unlike theoretical research systems, MEDIPREDICT is a fully implemented and tested application that supports real time prediction and user management.
The goal of this project is to design and deploy a practical disease prediction system that can be used by individuals and healthcare professionals.
II SYSTEM DESIGN AND ARCHITECTURE
A System Architecture
The MEDIPREDICT system follows a modular architecture where different components handle specific tasks such as prediction, user management, consultations, prescriptions, and notifications. Each module communicates through structured APIs and database connections.
The architecture consists of:
-
Frontend interface for user interaction
-
Backend server for data processing
-
Machine learning prediction engine
-
Database for storing records
-
API layer for integration
This modular design improves scalability and maintainability.
B. Workflow of the Working System The working model follows these steps
-
User logs into the system
-
User enters medical parameters
-
Data is validated and preprocessed
-
Machine learning model generates prediction
-
Results are displayed and stored
-
Reports and consultation features are available This workflow ensures smooth real time operation.
-
MACHINE LEARNING MODEL IMPLEMENTATION
-
Dataset and Training
The machine learning models were trained using publicly available healthcare datasets. Each disease model was trained separately using supervised learning techniques.
The training process includes:
-
Data cleaning and preprocessing
-
Feature selection
-
Model training and validation
-
Performance evaluation
-
Model serialization for deployment
-
A. Model Deployment
The trained models are integrated into the web application as serialized files. During runtime, the system loads the models and performs predictions instantly. Feature scaling is applied to maintain consistency with training data.
-
-
IMPLEMENTATION OF THE WORKING SYSTEM
A.Technology Stack
The system is implemented using:
-
Python programming language
-
Django web framework
-
HTML, CSS, JavaScript for frontend
-
Relational database for data storage
-
Machine learning libraries for prediction B. Functional Features
The working system provides:
-
Multi disease prediction
-
User registration and login
-
Dashboard with prediction history
-
Doctor consultation module
-
Prescription management
-
Notification system
-
REST API support
-
Log monitoring and system health checks
-
-
EXPERIMENTAL RESULTS
The working system was tested using sample patient inputs and validation datasets. The models achieved high prediction accuracy and stable performance.
Key observations include:
-
Fast prediction response time
-
Accurate classification results
-
Smooth user interface interaction
-
Reliable database storage
-
-
DISCUSSION
The implemented system demonstrates how machine learning can be integrated into real world healthcare platforms. The modular architecture allows easy expansion and future upgrades. The system can assist in preliminary disease screening and support medical decision making.
However, the system is intended as a support tool and should not replace professional medical diagnosis.
-
CONCLUSION AND FUTURE WORK
-
This paper presents a working implementation of MEDIPREDICT, a web based disease prediction system. The project successfully integrates multiple machine learning models into a practical healthcare platform.
Future enhancements may include:
-
Integration with wearable health devices
-
Cloud deployment
-
Advanced deep learning models
-
Mobile application support
ACKNOWLEDGMENT
The authors thank the project guide and institution for their support in developing this working healthcare prediction system.
REFERENCES
-
T. Mitchell, Machine Learning. McGraw Hill, 1997.
-
I. Goodfellow et al., Deep Learning. MIT Press, 2016.
-
Django Software Foundation, Django Documentation.
-
World Health Organization, Digital Health Systems.
