This project is a Flask-based platform for patients, donors, and doctors, integrating hospital management into a unified solution.
It leverages Machine Learning models for predictive health analysis (diabetes, cancer, pregnancy) and Power BI dashboards for interactive data visualization.
- Register, view, and update patient information
- Book appointments and track medical history
- Admins can manage doctor profiles and schedules
- Doctors can view assigned patients and appointments
- Register donors and match with patient needs
- Predictive health analysis for diabetes, cancer, and pregnancy
- Provides actionable insights for patients and doctors
- Interactive dashboards for hospital data visualization
- Real-time reporting for admins and management
- Role-based access for patients, doctors, donors, and admin
- Download the source code from the repository.
- Install dependencies using pip:
pip install flask3.Run the application
python app.py4.Open in browser:
Navigate to
http://127.0.0.1:5000/to access the platform.
This project is licensed under the MIT License.