-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
321 lines (263 loc) · 11.6 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
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
<!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">
<link rel="stylesheet" href="style.css">
<title>Kirti SIH Project</title>
</head>
<body>
<!-- <div id="preloader">
<img src="./assets/blink-eyes.gif" alt="Blinking Eyes" class="preloader-icon">
<p class="kirtiji">Loading....😊</p>
</div> -->
<nav class="navbar">
<div class="logo"><a href="./index.html"><img src="./assets/drishti-logo.png" alt="logo"></a></div>
<div class="menu" id="menu">
<a href="#howtouse">How To Use?</a>
<a href="#ImpactsBenefits">Impacts & Benefits</a>
<a href="./predictor.html"><button class="predict-btn"> Predict now</button></a>
</div>
<div class="hamburger" id="hamburger">
<span></span>
<span></span>
<span></span>
</div>
</nav>
<div class="hero">
<div class="heroinner">
<div class="heroinnergrid">
<div class="heroInnerDiv">
<div class="heroHeadingDiv">
<h1>Predict The <span class="pressure">Risk Of Glaucoma</span> Based On Deep Learning</h1>
<h2>Anytime | Anywhere | Effortlessly</h2>
<span class="line">
<img src="./assets/kirti-line.png" alt="line">
</span>
</div>
<div class="heroBtnDiv">
<a href="./predictor.html"> <button class="prdct">Predict Now</button></a>
</div>
</div>
</div>
</div>
</div>
<div class="aftehero">
<div class="heroHeading" id="howtouse">
<h2>How To Use Device?</h2>
<div class="headline">
<img src="./assets/kirti-line.png" alt="line">
</div>
</div>
<div class="HowTo">
<iframe class="howvideo" width="1047" height="589"
src="https://www.youtube.com/embed/kCEwEJt5YyE?modestbranding=1&rel=0&showinfo=0"
title="What happens during glaucoma drainage implant surgery?" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div>
<div class="heroHeading">
<h2>How Our Device Work?</h2>
<div class="headline">
<img src="./assets/kirti-line.png" alt="line">
</div>
</div>
<div class="deviceworking">
<div class="howwork">
<div class="hWork-img">
<img src="./assets/eye-image.jpg" alt="eye">
</div>
<div class="hWork-para">
<h3>Image Capture:</h3>
<p>Use a high-resolution camera to capture detailed
images of the eye, specifically targeting the corneal and anterior
chamber areas.</p>
</div>
</div>
<div class="howwork" id="hidediv">
<div class="hWork-para">
<h3>Non-Contact Measurement:</h3>
<p>Illuminate the eye with a controlled light
source, such as infrared or LED, to measure the deformation or
reflection caused by intraocular pressure without touching the eye.</p>
</div>
<div class="hWork-img">
<img src="./assets/eye-capture.png" alt="eye">
</div>
</div>
<div class="howwork" id="hidedivdesk">
<div class="hWork-img">
<img src="./assets/eye-capture.png" alt="eye">
</div>
<div class="hWork-para">
<h3>Non-Contact Measurement:</h3>
<p>Illuminate the eye with a controlled light
source, such as infrared or LED, to measure the deformation or
reflection caused by intraocular pressure without touching the eye.</p>
</div>
</div>
<div class="howwork">
<div class="hWork-img">
<img src="./assets/deep-tech.png" alt="eye">
</div>
<div class="hWork-para">
<h3>Data Analysis:</h3>
<p> Utilize image processing algorithms to analyze light
reflections in the captured images. Calculate the intraocular pressure
by correlating these measurements with known pressure profiles and
Display the calculated intraocular pressure on a built-in digital screen or
transmit the data to a mobile app. Provide interface for easy
interpretation and tracking of IOP measurements over time.</p>
</div>
</div>
</div>
<div class="heroHeading" id="ImpactsBenefits">
<h2>Impacts & Benefits</h2>
<div class="headline">
<img src="./assets/kirti-line.png" alt="line">
</div>
</div>
<div class="impactdiv">
<div class="impactbox">
<div class="impactdeletail">
<div class="impactTitle">
<h3>Early Detection of Intraocular pressure</h3>
</div>
<div class="impactpara">
<p>Facilitates timely diagnosis, reducing the
risk of blindness and improving patient
outcomes globally</p>
</div>
</div>
<div class="impactdeletail">
<div class="impactTitle">
<h3>Access for
Underprivileged
Communities</h3>
</div>
<div class="impactpara">
<p>Enables screening in remote and
underserved areas, ensuring equitable
healthcare access</p>
</div>
</div>
<div class="impactdeletail">
<div class="impactTitle">
<h3>Data Generation
for Research</h3>
</div>
<div class="impactpara">
<p>Provides valuable data to support research
on glaucoma related study</p>
</div>
</div>
<div class="impactdeletail">
<div class="impactTitle">
<h3>Identification
of At-Risk
Populations</h3>
</div>
<div class="impactpara">
<p>Helps identify demographic or genetic
factors that make certain groups more
susceptible to glaucoma.</p>
</div>
</div>
<div class="impactdeletail">
<div class="impactTitle">
<h3>Global Health
Improvement</h3>
</div>
<div class="impactpara">
<p>Contributes to overall global health by
reducing the burden of glaucoma-related
blindness</p>
</div>
</div>
</div>
<div class="impactbox">
<div class="impactdeletail">
<div class="impactTitle">
<h3>Cost-Effective and
Accessible
Diagnostic Tool</h3>
</div>
<div class="impactpara">
<p>Normally a FUNDUS cam costs above
2 lakh we were able to create a
cheaper alternative with efficient and
effective results.</p>
</div>
</div>
<div class="impactdeletail">
<div class="impactTitle">
<h3>High Accuracy and
Centralized
Processing</h3>
</div>
<div class="impactpara">
<p>High accuracy improves diagnostic
reliability, while enhancing efficiency,
scalability, and the ability to handle
advanced computations.</p>
</div>
</div>
<div class="impactdeletail">
<div class="impactTitle">
<h3>Remote Screening
and Continuous
Monitoring</h3>
</div>
<div class="impactpara">
<p>Remote screening and continuous
monitoring enhance healthcare accessibil,
improve early detection and patient
engagement, and provide valuable data
for personalized management.</p>
</div>
</div>
<div class="impactdeletail">
<div class="impactTitle">
<h3>Robustness and
Generalizability with
Validated Datasets</h3>
</div>
<div class="impactpara">
<p>Robustness and generalizability,
supported by validated datasets, enhance
the diagnostic system's effectiveness and
adaptability, ensuring it delivers consistent
and accurate result</p>
</div>
</div>
<div class="impactdeletail">
<div class="impactTitle">
<h3>Realtime Diagnosis
with cost effective
strategies </h3>
</div>
<div class="impactpara">
<p>Combining real-time diagnosis with
cost-effective strategies allows for timely
medical efficient use of resources,
making healthcare more accessible and
affordable.</p>
</div>
</div>
</div>
</div>
<div class="byebye">
<div class="byetitle">
<h3>Take Control of Your Eye Health with Our Portable Glaucoma Solution</h3>
</div>
<div class="byebtn">
<a href="./predictor.html"><button class="predict-btn"> Predict now</button></a>
</div>
</div>
<div class="footer">
<div class="credit">❤️ Made By Team Drishti</div>
</div>
<script src="app.js"></script>
</body>
</html>