-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathindex.html
184 lines (119 loc) · 5.86 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
<!DOCTYPE html>
<html lang="en">
<head>
<title>ReCo.A</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Poppins:200,300,400,700,900">
<link rel="stylesheet" href="css/fonts/icomoon/style.css">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/magnific-popup.css">
<link rel="stylesheet" href="css/jquery-ui.css">
<link rel="stylesheet" href="css/owl.carousel.min.css">
<link rel="stylesheet" href="css/owl.theme.default.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/build/mediaelementplayer.min.css">
<link rel="stylesheet" href="css/aos.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div class="site-wrap">
<div class="site-mobile-menu">
<div class="site-mobile-menu-header">
<div class="site-mobile-menu-close mt-3">
<span class="icon-close2 js-menu-toggle"></span>
</div>
</div>
<div class="site-mobile-menu-body"></div>
</div>
<header class="site-navbar py-4" role="banner">
<div class="container">
<div class="row align-items-center">
<div class="col-3">
<h1 class="site-logo"><a href="index.html" class="h2">
<img src="./images/reco full.png" alt="" width="80%"></a></h1>
</div>
<div class="col-9">
<nav class="site-navigation position-relative text-right text-md-right" role="navigation">
<div class="d-block d-lg-none ml-md-0 mr-auto"><a href="#" class="site-menu-toggle js-menu-toggle text-black"><span class="icon-menu h3"></span></a></div>
<ul class="site-menu js-clone-nav d-none d-lg-block">
<li class="active">
<a href="index.html">Home</a>
</li>
<li><a href="about.html">About</a></li>
</ul>
</nav>
</div>
</div>
</div>
</header>
<div class="container pt-5 hero">
<div class="row align-items-center text-center text-md-left">
<div class="col-lg-5" data-aos="fade-right">
<h1 class="mb-3 display-3">Whatcha doin'?</h1>
<p>A Human Activity Recognising Web-App to classify your different Static and Dynamic Activities based on accelerometer and gyroscope readings.</p>
</div>
<div class="col-lg-7" data-aos="fade-left">
<img src="images/run.svg" alt="Image" class="img-fluid">
</div>
</div>
</div>
<div class="site-section">
<div class="container">
<div class="row" style="margin-left: 20%;">
<div class="col-lg-12 text-center">
<div class="d-block d-md-flex bg-white mb-5" data-aos="fade-up">
<div class="text" id=#function>
<!-- <h3 class="font-weight-normal">The main functionalities will come here.</h3> -->
<div class="login text-center">
<h1>Human Activity Recognition</h1>
<p>Enter the following values so that I can tell what you are doing:</p>
<!-- Main Input For Receiving Query to our ML -->
<form action="{{ url_for('home')}}"method="post">
<input type="text" name="body_acc_x" placeholder="Body Acceleration in x axis" required="required" /> <br>
<input type="text" name="body_acc_y" placeholder="Body Acceleration in y axis" required="required" /> <br>
<input type="text" name="body_acc_z" placeholder="Body Acceleration in z axis" required="required" /> <br>
<input type="text" name="body_gyro_x" placeholder="Body Gyrometer in x axis" required="required" /> <br>
<input type="text" name="body_gyro_y" placeholder="Body Gyrometer in y axis" required="required" /> <br>
<input type="text" name="body_gyro_z" placeholder="Body Gyrometer in z axis" required="required" /> <br>
<input type="text" name="total_acc_x" placeholder="Total Acceleration in x axis" required="required" /> <br>
<input type="text" name="total_acc_y" placeholder="Total Acceleration in y axis" required="required" /> <br>
<input type="text" name="total_acc_z" placeholder="Total Acceleration in axis" required="required" />
<br> <br>
<button type="submit" class="btn btn-primary btn-block btn-large">Predict</button>
</form>
<br>
<br>
<h2>Walking</h2>
<p></p>
<br>
<br>
</div>
</div>
<!-- Enter the code here -->
</div>
</div>
</div>
</div>
</div>
<footer class="site-footer">
<div class="container">
<div class="row pt-5 mt-5 text-center">
<div class="col-md-12">
<p>
Made with <i class="icon-heart-o" aria-hidden="true"></i> by <a href="" target="_blank" > Team DS Community</a>
</p>
</div>
</div>
</div>
</footer>
</div>
<script src="js/jquery-3.3.1.min.js"></script>
<script src="js/jquery-migrate-3.0.1.min.js"></script>
<script src="js/jquery-ui.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.stellar.min.js"></script>
<script src="js/aos.js"></script>
<script src="js/main.js"></script>
</body>
</html>