You are on page 1of 5

LIST OF CONTENTS

CONTENTS PAGE NO
ABSTRACT i
LIST OF FIGURES ii
LIST OF TABLES ii
CHAPTER 1: INTRODUCTION 1-2
1.1 Introduction 1
CHAPTER 2: LITERATURE SURVEY 3-4
2.1 Feasibility study 3
2.2 Economical Feasibility 3
2.3 Technical Feasibility 4
2.4 Social Feasibility 4
CHAPTER 3:SYSTEM ANALYSIS 5-7
3.1 Existing System 5
3.2 Proposed System 6
3.3Hardware Requirements 7
3.4 Software Requirements 7
CHAPTER 4: SOFTWARE ENVIRONMENT 8-15

4.1 Java 8

4.2 Java Script 10

4.3 HTML 11

4.4 Database Description 11

4.5 Java Server Pages [JSP] 13

4.6 Modules Description 14

CHAPTER 5: SYSTEM DESIGN 15-24

5.1 UML Diagrams 15


CHAPTER 6: CODING AND IMPLEMENTATION 25-27

6.1 Coding

CHAPTER 7:SYSTEM TESTING 28-30

7.1 Types of Testing 28

7.2 Test Cases 30

CHAPTER 8: SCREEN SHOTS 31-34

CHAPTER 9: CONCLUSION 35

REFERENCES 36
ABSTRACT
Psychological stress is threatening people’s health. It is non-trivial to detect stress timely for
proactive care. With the popularity of social media, people are used to sharing their daily activities
and interacting with friends on social media platforms, making it feasible to leverage online social
network data for stress detection. In this project, we find that users stress state is closely related to
that of his/her friends in social media, and we employ a large-scale dataset from real-world social
platforms to systematically study the correlation of users’ stress states and social interactions. We
first define a set of stress-related textual, visual, and social attributes from various aspects, and then
propose a novel hybrid model - a factor graph model combined with Convolutional Neural Network
to leverage tweet content and social interaction information for stress detection. Experimental
results show that the proposed model can improve the detection performance by 6-9% in F1-score.

i
LIST OF FIGURES
S NO NAME PAGE NO
1 Structure of Data Mining 1
2 System Architecture 16
3 Data Flow Diagram 17
4 Use case diagram for admin, user module 19
5 Class diagram for admin, user module 20
6 Sequence diagram for admin, user module 21
7 Activity diagram for admin, user module 22
8 E-R Diagram for Like 23
9 E-R Diagram for Follow 23
10 E-R Diagram for Tweet 24
11 E-R Diagram for Stress 24

LIST OF TABLES

S No Table Page No.


1. Test Case Details 30

ii

You might also like