Front
Front
ON
IN
L. Niharika 2453-21-733-097
Y. Varshini 2453-21-733-129
K V RANGA RAO
Professor
CERTIFICATE
This is to certify that the project work entitled “Health Monitoring On Social Media Overtime” is a
bonafide work carried out by L Niharika (245321733097), Y Varshini(245321733129) of IVyear VIII
semester Bachelor of Engineering in Computer Science and engineering by Osmania University,
Hyderabad during the academic year 2021-2025 is a record of bonafide work carried out by them. The
results embodied in this report have not been submitted to any other University or Institution for the
award of any degree.
External
NEIL GOGTE INSTITUTE OF TECHNOLOGY
A Unit of Keshav Memorial Technical Education (KMTES)
DECLARATION
We hereby declare that the Major Project Report entitled, “Health monitoring on
social media over time” submitted for the B.E degree is entirely our work and all
ideas and references have been duly acknowledged. It does not contain any work for
the award of any other degree.
Date:
L NIHARIKA 2453-21-733-097
Y VARSHINI 2453-21-733-129
ACKNOWLEDGEMENT
We are happy to express our deep sense of gratitude to the principal of the college Prof R. Shyam
Sundar, Professor, Neil Gogte Institute of Technology, for having provided us with adequate
facilities to pursue our project.
We would like to thank, Dr. P. Vaishali, Head of the Department, Computer Science and Engineering,
Neil Gogte Institute of Technology, for having provided the freedom to use all the facilities available in
the department, especially the laboratories and the library.
We would also like to thank my internal guide K V Ranga Rao,Professor for his Technical guidance
and encouragement.
We sincerely thank our seniors and all the teaching and non-teaching staff of the Department of
Computer Science & Engineering and Information Technology for their timely suggestions, healthy
criticism and motivation during the course of this work.
Finally, we express our immense gratitude with pleasure to the other individuals who have either
directly or indirectly contributed to our need at the right time for the development and success of this
work.
I
ABSTRACT
HealthMonitoring is a web-based application developed to assist users in predicting and monitoring chronic health
conditions such as diabetes, heart disease, and brain tumors using machine learning models. The system allows
users to input their medical data through structured forms, which are then analyzed using pre-trained ML algorithms
to generate real-time health predictions. Built using Python Flask for the backend and integrated with MongoDB
Atlas for secure cloud-based data storage, the platform ensures data persistence and accessibility. Users can register
and log in to view personalized health reports, which are automatically stored and displayed in an organized format.
The application also features an admin dashboard for managing users and monitoring prediction records. With a
clean interface, cloud integration, and modular design, HealthMonitoring aims to promote early diagnosis, raise
health awareness, and support decision-making in healthcare by offering a simple yet intelligent disease prediction
tool.
HealthMonitoring system emphasizes accessibility and ease of use, making it suitable for both patients and
healthcare professionals. By leveraging powerful machine learning models trained on real medical datasets, the
system can predict potential health risks with reasonable accuracy, allowing users to seek timely medical advice.
The application ensures user privacy by storing data securely on MongoDB Atlas, and the backend architecture is
designed to be scalable and adaptable for future enhancements. Moreover, the modular approach allows easy
integration of additional disease prediction modules or advanced analytics. Overall, HealthMonitoring bridges the
gap between technology and healthcare, delivering a smart, interactive, and informative platform to encourage
preventive care and health-conscious living.
II
CHAPTER NO TITLE PAGE NO
ACKNOWLEDGEMENT I
ABSTRACT II
LIST OF FIGURES IV
Table of Contents
Page No.
1 Introduction 1
1.2 Motivation 2
1.3 Scope 3
1.4 Objectives 3
2 Literature Survey
4 Design
5 Implementation
6 Testing
1 Class diagram 12
2 UseCase Diagram 13
3 Sequence Diagram 14
4 FlowChart Diagram(User) 15
5 Flowchart Diagram(Admin) 16
6 Home page 43
7 User Login 43
8 User Registration 44
9 Admin Login 44
10 Upload Datasets 45
11 User Menu 45
20 User profie 50
21 Profile information 50
22 Code Build 51
23 Mongodb 51