0% found this document useful (0 votes)
1 views9 pages

Front

The document is a major project report titled 'Health Monitoring On Social Media Overtime,' submitted by students L. Niharika and Y. Varshini for their Bachelor of Engineering degree in Computer Science and Engineering. It details a web-based application designed to predict and monitor chronic health conditions using machine learning, emphasizing user accessibility and data security. The report includes acknowledgments, an abstract, and a structured table of contents outlining various sections of the project.

Uploaded by

varshiniyara785
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
1 views9 pages

Front

The document is a major project report titled 'Health Monitoring On Social Media Overtime,' submitted by students L. Niharika and Y. Varshini for their Bachelor of Engineering degree in Computer Science and Engineering. It details a web-based application designed to predict and monitor chronic health conditions using machine learning, emphasizing user accessibility and data security. The report includes acknowledgments, an abstract, and a structured table of contents outlining various sections of the project.

Uploaded by

varshiniyara785
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 9

A

MAJOR PROJECT REPORT

ON

Health Monitoring On Social Media Overtime

Submitted in partial fulfillment of the requirements


For the award of Degree of
BACHELOR OF ENGINEERING

IN

COMPUTER SCIENCE AND ENGINEERING


Submitted By

L. Niharika 2453-21-733-097

Y. Varshini 2453-21-733-129

Under the guidance Of

K V RANGA RAO

Professor

Department of Computer Science and Engineering

NEIL GOGTE INSTITUTE OF TECHNOLOGY


Kachavanisingaram Village, Hyderabad, Telangana 500058.
JUNE 2025
NEIL GOGTE INSTITUTE OF TECHNOLOGY
A Unit of Keshav Memorial Technical Education (KMTES)
Approved by AICTE, New Delhi & Affiliated to Osmania University, Hyderabad

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.

Internal Guide Head of Department

K.V.Ranga Rao Dr. P. Vaishali

External
NEIL GOGTE INSTITUTE OF TECHNOLOGY
A Unit of Keshav Memorial Technical Education (KMTES)

Approved by AICTE, New Delhi & Affiliated to Osmania University, Hyderabad

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.1 Problem statement 2

1.2 Motivation 2

1.3 Scope 3

1.4 Objectives 3

2 Literature Survey

1.5 Existing work 5

1.6 Limitations of Existing work 5


3 Software Requirements Specifications

3.1 Overall Description 7


3.2 Operating Environment 7
3.3 Functional Requirements 8

3.4 Non-Functional Requirements 9-10

4 Design

4.1 Class Diagram 12

4.2 Use case Diagram 13

4.3 Sequence Diagram 14

4.4 Flow Chart 15

5 Implementation

5.1 Sample Code 19-38

6 Testing

6.1 TestCases 40-41


7 Results 43-51

7.1 Conclusion & Future Scope 52-55

7.2 References 56-58


III
LIST OF FIGURES
Fig.NO
Name of Figure Page No.

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

12 Find disease Type 46

13 View prediction Details 46

Find prediction Type by entering


14 47
information

15 View All predictions 47

View All Reports of the user in


16 48
system

17 View Prediction Results 48


18 View All Diabetes Result 49

19 View All HeartDisease Result 49

20 User profie 50

21 Profile information 50

22 Code Build 51

23 Mongodb 51

You might also like