-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
264 lines (230 loc) · 9.65 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
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Facial Expression Recognition</title>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"
/>
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/responsive.css" />
<link
rel="apple-touch-icon"
sizes="180x180"
href="img/apple-touch-icon.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="img/favicon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="img/favicon-16x16.png"
/>
<link rel="manifest" href="/site.webmanifest" />
</head>
<body
onload='if (window.location.href.substr(window.location.href.length - 6) == "#about") { introAboutLogoTransition(); }'
>
<!--navbar-->
<nav class="navbar glass" style="height: 70px">
<span
><a href="#home" style="display: flex; align-items: center"
>
<h1 class="logo"> Facial Expression Recognition</h1></a
></span
>
<ul class="nav-links">
<li>
<a href="#home" id="pri" class="active cir_border">Home</a>
</li>
<li><a href="#events" id="sec" class="cir_border">Emotion detection</a></li>
<li>
</li>
<li>
<a href="#tours" id="quad" class="cir_border">Data Visualization</a>
</li>
<li>
<a href="#contact" id="hept" class="cir_border">Contact</a>
</li>
<li>
<div>
<input
type="checkbox"
class="checkbox dark"
id="checkbox"
/>
<label for="checkbox" class="label">
<i class="fa fa-moon-o"></i>
<i class="fa fa-sun-o"></i>
<div class="ball"></div>
</label>
</div>
</li>
</ul>
<img src="./img/menu-btn.png" alt="" class="menu-btn" />
</nav>
<!--navbar-->
<header id="home">
<div class="header-content">
<h2 id="quote">AI-powered tool to analyze emotions from facial images</h2>
<h3 class="c2">Analyze emotions instantly by uploading an image—our AI-powered tool detects facial expressions with precision</h3>
<a
href="#about"
class="ctn"
onclick='removeall(); $("#quad").css("border", "2px solid whitesmoke"); $("#quad").css("border-radius", "20px");'
>Learn more</a
>
</div>
</header>
<!--Events-->
<section class="events" id="events">
<div class="container">
<div class="title">
<h1 class="dark">Emotion detection</h1>
</div>
<div class="row">
<h1>Upload your image here to detect the emotion.</h1>
<article class="card col">
<!--img class="c1" src="./img/kru1.png" /-->
</article>
<a href="https://huggingface.co/spaces/igrjgininh/face_emotion_detector_gradio" target="_blank" class="a2">Click here to upload image </a>
<article class="card col">
<!--img class="c1" src="./img/kru3.png" /-->
</article>
</div>
</div>
</section>
<!--Events-->
<!--Explore-->
<!--Explore-->
<!--tours-->
<section class="tours" id="tours">
<div class="container row">
<div class="col content-col">
<h1 class="font-color"></h1>
</div>
<div >
<div >
<img src="./img/kru4.png" alt="" />
<!--img class="p1" src="./img/kru5.png" alt="" /-->
<!--img class="p1" src="./img/kru6.png" alt="" /-->
<!--img class="p1" src="./img/kru7.png" alt="" /-->
</div>
</div>
</div>
</section>
<!--tours-->
<!-- About -->
<!-- About -->
<!-- contact -->
<section id="contact">
<div class="title">
<h1 class="font-color">Contact If some Emergency happens</h1>
<div class="line"></div>
</div>
<div class="contact_us">
<form class="cform" action="" method="post">
<div class="crow-message">
<h1 class="color">Send us a message</h1>
<div></div>
</div>
<div class="crow-in">
<input
type="text"
id="name"
name="name"
placeholder="Your name"
/>
<input
type="text"
id="email"
name="email"
placeholder="Your Email id"
/>
</div>
<div class="crow">
<div class="ccol-left">
<select name="country" id="country">
<option value="India">India</option>
<option value="Russia">Russia</option>
<option value="usa">USA</option>
<option value="Japan">Japan</option>
<option value="France">France</option>
<option value="Brazil">Brazil</option>
</select>
</div>
</div>
<div class="crow">
<div class="ccol-left">
<textarea
type="text"
id="remarks"
name="remarks"
placeholder="Your Remarks....."
style="height: 150px"
></textarea>
</div>
</div>
<input class="crow-s" type="submit" value="Submit" />
</form>
<div class="cbox">
<div>
<p class="cbox-message">
Prefer some other way ?<br />Reach us by using the
details given below
</p>
<div class="cbox-line"></div>
</div>
<div class="c_boxx">
<a href="mailto:[email protected]"
><i class="fa fa-envelope"></i>
Mail: [email protected]
</a>
</div>
<div class="c_boxx">
<a href="tel:+91-12345-67890"
><i class="fa fa-phone"></i>
Phone: (+91) 7777777777
</a>
</div>
<div class="c_boxx">
<a href="#"
><i class="fa fa-map-marker"></i>
Location: Kolkata,West Bengal,India
</a>
</div>
</div>
</div>
</section>
<!-- contact -->
<!-- up scroll -->
<i class="arrow" onclick="topFunction()" id="upbtn"></i>
<!-- end -->
<!--footer-->
<section class="footer">
<span
>Created By Krishnanunni R</span
>
<div class="social">
</div>
</section>
<!--footer-->
<script>
const menuBtn = document.querySelector(".menu-btn");
const navlinks = document.querySelector(".nav-links");
menuBtn.addEventListener("click", () => {
navlinks.classList.toggle("mobile-menu");
});
</script>
<script src="https://code.jquery.com/jquery-3.6.0.js"></script>
<script src="js/script.js"></script>
</body>
</html>