-
Notifications
You must be signed in to change notification settings - Fork 1
/
analysis2.html
671 lines (587 loc) · 28.8 KB
/
analysis2.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
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
<!DOCTYPE html>
<html lang="en">
<head>
<title>SuiSense</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link href="https://fonts.googleapis.com/css?family=Work+Sans:300,400,,500,600,700" rel="stylesheet">
<link rel="stylesheet" href="css/open-iconic-bootstrap.min.css">
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="css/owl.carousel.min.css">
<link rel="stylesheet" href="css/owl.theme.default.min.css">
<link rel="stylesheet" href="css/magnific-popup.css">
<link rel="stylesheet" href="css/aos.css">
<link rel="stylesheet" href="css/ionicons.min.css">
<link rel="stylesheet" href="css/bootstrap-datepicker.css">
<link rel="stylesheet" href="css/jquery.timepicker.css">
<link rel="stylesheet" href="css/flaticon.css">
<link rel="stylesheet" href="css/icomoon.css">
<link rel="stylesheet" href="css/style.css">
<link rel="shortcut icon" type="image/png" href="images/newfavicon.png"/>
<script src='https://unpkg.com/[email protected]/dist/tesseract.min.js'></script>
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-dark ftco_navbar bg-dark ftco-navbar-light" id="ftco-navbar">
<div class="container">
<a class="navbar-brand" href="index.html"><img src="images/hand-logo.png" height='30px'> SuiSense</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#ftco-nav" aria-controls="ftco-nav" aria-expanded="false" aria-label="Toggle navigation">
<span class="oi oi-menu"></span> Menu
</button>
<div class="collapse navbar-collapse" id="ftco-nav">
<ul class="navbar-nav ml-auto">
<li class="nav-item"><a href="index.html" class="nav-link">Home</a></li>
<li class="nav-item"><a class="nav-link" href="analysis.html">Initial Analysis</a></li>
<li class="nav-item active"><a href="analysis2.html" class="nav-link">Advanced Analysis</a></li>
<li class="nav-item"><a class="nav-link" href="pairings.html">Support</a></li>
<!-- <li class="nav-item"><a href="blog.html" class="nav-link">Forum</a></li> -->
</ul>
</div>
</div>
</nav>
<!-- END nav -->
<style>
.jumbotron {
color: white;
background-image: url("images/frontImagesCopy/benchguy.png");/*url("https://images.unsplash.com/photo-1438109491414-7198515b166b?q=80&fm=jpg&s=cbdabf7a79c087a0b060670a6d79726c");*/
background-position: center;
background-repeat: no-repeat;
background-size: cover;
height: 100vh;
}
.testingthis {
text-align: center;
position: absolute;
top: 30%;
left: 33%;
}
</style>
<div class="jumbotron jumbotron-fluid">
<div class="hero-wrap js-fullheight">
<div class="overlay"></div>
<div class="container-fluid px-0">
<div class="row d-md-flex no-gutters slider-text align-items-center js-fullheight justify-content-end">
<img class="one-fifth js-fullheight align-self-end order-md-last img-fluid" src="images/diagnosispic.png" alt="">
<div class="one-forth d-flex align-items-center ftco-animate js-fullheight">
<div class="text mt-5">
<span class="subheading">Home -> Advanced Analysis</span>
<h1 class="mb-3" style='color: white !important;'> <span>Advanced Analysis</span></h1>
</div>
</div>
</div>
</div>
</div>
</div>
<section class="ftco-section">
<div class="container">
<div class="row justify-content-center mb-6">
<div class="col-md-8 text-center heading-section ftco-animate">
<center>
<br><br>
<h2 class="mb-4">Baseline Screening</h2>
<p>Please fill out the form below with text that you copied from a message or remembered hearing before your loved one had a change in attitude. This will help us determine a more accurate assessment since we can compare the changes in their texts and tone.</p>
<br>
<p><b>Please note that this application is still in development, and no prediction should be taken seriously. Refer to clinically-verified professionals for mental health diagnoses.</b></p>
<div class="container">
<div id="accordion">
<div class="row">
<div class="col-md-12">
<div class="card">
<div class="card-header">
<a class="card-link" data-toggle="collapse" href="#menuthree" aria-expanded="false" aria-controls="menuthree"> Getting an error "Something went wrong"?<span class="collapsed"><i class="ion-ios-arrow-up"></i></span><span class="expanded"><i class="ion-ios-arrow-down"></i></span></a>
</div>
<div id="menuthree" class="collapse">
<div class="card-body">
<p>
Unfortunately, our server power is limited due to our current financial restrictions. Our current server periodically
refreshes due to this limited server power. Please simply refresh the page and try again to avoid this error.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<hr>
</center>
</div>
</div>
</div>
<style>
iframe {
display: block;
border-style:none;
}
</style>
<iframe src="https://suisense.pythonanywhere.com/advancedprogression" width="100%" height="950" frameBorder="0"></iframe>
</center>
</section>
<section class="ftco-section">
<div class="container">
<div class="row justify-content-center mb-6">
<div class="col-md-8 text-center heading-section ftco-animate">
<center>
<br><br>
<h2 class="mb-4">Progression Model</h2>
<p>Input messages from a loved one in order to classify them into 6 different categories of depression and suicide based on psychologist Jessie Bering's classification system.</p>
<br>
<p><b>Please note that this application is still in development, and no prediction should be taken seriously. Refer to clinically-verified professionals for mental health diagnoses.</b></p>
<div class="container">
<div id="accordion">
<div class="row">
<div class="col-md-12">
<div class="card">
<div class="card-header">
<a class="card-link" data-toggle="collapse" href="#menuone" aria-expanded="false" aria-controls="menuone"> Getting an error "Something went wrong"?<span class="collapsed"><i class="ion-ios-arrow-up"></i></span><span class="expanded"><i class="ion-ios-arrow-down"></i></span></a>
</div>
<div id="menuone" class="collapse">
<div class="card-body">
<p>
Unfortunately, our server power is limited due to our current financial restrictions. Our current server periodically
refreshes due to this limited server power. Please simply refresh the page and try again to avoid this error.</p>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class='col-md-1'>
</div>
<div class="col-md-12">
<div class="card">
<div class="card-header">
<a class="card-link" data-toggle="collapse" href="#menutwo" aria-expanded="false" aria-controls="menutwo">What are the six stages of classification?<span class="collapsed"><i class="ion-ios-arrow-up"></i></span><span class="expanded"><i class="ion-ios-arrow-down"></i></span></a>
</div>
<div id="menutwo" class="collapse">
<div class="card-body">
<p><b>Stage 1 (Falling short of expectations):</b><br>A decrease in standard of life and experiences is often the initial reason for depression beginning.
This causes people to fall short of their expectations for a multitude of reasons.
Look for any changes in the person’s life that may have caused the initial change in personality and mood.</p>
<p><b>Stage 2 (Attributions to self):</b><br>
Across cultures, self blame and self degradation are primary factors for worsening depression. Low self esteem is the culprit for patients in this stage, and low self esteem causes patients to believe others also think low of themselves. Consider if your loved one has verbally degraded themselves to you, and if so, change their perception and make it clear people don’t actually think low of them.
</p>
<p><b>Stage 3 (High Self-Awareness):</b><br>
Self awareness is in comparison of self with standards, and it is similar to stage 1 and 2, to a worsened degree. During this stage, patients will become more aware of their flaws and what makes them unhappy, and simply accept their flaws as problems. Identify what your loved one has mentioned as of recent and try to confirm whether they have degraded themselves but are hopeless about it as well.
</p>
<p><b>Stage 4 (Negative Affect):</b><br>
People begin feeling anxiety around issues such as guilt, self-blame, and more that begin leading to mildly suicidal thoughts. The person is losing cognitive consciousness and traditional mental pain cannot go any further. Since cognitive therapy isn’t as achievable, the only ways to escape their pain are through drugs, sleep, and death, with death being the only permanent fix.
</p>
<p><b>Stage 5 (Cognitive Deconstruction):</b><br>
A person’s mental state will begin destabilizing, and they will begin slipping into a state resembling boredom. This allows them to detach themselves from thinking about the reason for depression and suicide and blocking them off from the root issue. Watch for your loved one seeming emotionless, focusing strongly on concrete and simple (perhaps boring) tasks, and refusing to think about the future.
</p>
<p><b>Stage 6 (Disinhibition):</b><br>
Now that the mental stage is set, the only separation from suicide is the final act. People will begin focusing simply on the task of killing themselves instead of the high-level thinking behind such a decision (e.g. leaving loved ones behind). Watch your friend if they have a high level of pain tolerance, have been abused in the past, and more flags preparing them for the physical act of suicide.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<hr>
</center>
</div>
</div>
</div>
<p align="center"><iframe src="https://suisense.pythonanywhere.com/realprogression" width="100%" height="925" frameBorder="0"></iframe></p>
<!-- <iframe src="https://suisense.pythonanywhere.com/realprogression" width="100%" height="900" frameBorder="0"></iframe> -->
</center>
</section>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-101184475-5"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-101184475-5"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-101184475-5');
</script>
<section class= "ftco-section">
<body>
<div class="container">
<div class="row justify-content-center mb-5">
<div class="col-md-7 text-center heading-section ftco-animate">
<center>
<h2>Questionnaire Based Analysis</h2>
<p>Please answer the following questionnaire based off your loved one to the best of your ability. These questions are adapted from the Burn's Depression Checklist and the answers will allow us to refine your diagnosis.</p>
<div id="page">
<br>
<h5><u>Question Category</u></h5>
<br>
<h5 id="category">Thoughts and Feelings</h5>
<div id="question">Has your friend/family member been feeling sad?</div>
<br>
<hr>
<div id="options">
<div id=0>Not At All</div>
<hr>
<div id=1>Somewhat</div>
<hr>
<div id=2>Moderately</div>
<hr>
<div id=3>A lot</div>
<hr>
<div id=4>Extremely</div>
<hr>
</div>
<br>
<div id=progress>1 / 25</div>
<br>
</div>
<div id="navigation">
<input type="button" class="btn btn-secondary px-4 py-3" style="width: 25% !important;" id="back" onclick="back_handler()" value="Back"> </input> <input type="button" class="btn btn-primary px-4 py-3" style="width: 25% !important;" id="next" onclick="next_handler()" value="Next"></input>
</div>
<div id="results" style="display: none">
<div >
<br>
<br>
<h2 id="score"> </h2>
</div>
<br>
<table>
<tr id = "nodepression">
<th>Level of Depression</th>
<th>Total Score</th>
</tr>
<tr id = "no">
<td>No Depression</td>
<td>0-5</td>
</tr>
<tr id = "normal">
<td>Normal but unhappy</td>
<td>6-10</td>
</tr>
<tr id = "mild">
<td>Mild depression</td>
<td>11-25</td>
</tr>
<tr id = "moderate">
<td>Moderate depression</td>
<td>26-50</td>
</tr>
<tr id = "severe">
<td>Severe depression</td>
<td>51-75</td>
</tr>
<tr id = "extreme">
<td>Extreme depression</td>
<td>76-100</td>
</tr>
</table>
<br>
</div>
<script>
var current = 0
var s_id = 0;
var ans = {}
var qs = ['Has your friend/family member been feeling sad?',
'Has your friend/family member been feeling unhappy or blue?',
'Has your friend/family member been having crying spells or tearfulness?',
'Has your friend/family member been feeling discouraged?',
'Has your friend/family member been feeling hopeless?',
'Has your friend/family member been feeling low self esteem?',
'Has your friend/family member been feeling worthless or inadequate?',
'Has your friend/family member been feeling guilt or shame?',
'Has your friend/family member been criticizing themselves or blaming others?',
'Has your friend/family member been facing difficulty making decisions?',
'Has your friend/family member been experiencing a loss of interest in family, friends or colleagues?',
'Has your friend/family member been feeling loneliness?',
'Has your friend/family member been spending less time with family or friends?',
'Has your friend/family member been feeling a loss of motivation?',
'Has your friend/family member been experiencing a loss of interest in work or other activities?',
'Has your friend/family member been avoiding work or other activities?',
'Has your friend/family member been experiencing a loss of pleasure or satisfaction in life?',
'Has your friend/family member been feeling tired?',
'Has your friend/family member been experiencing difficulty sleeping or sleeping too much?',
'Has your friend/family member been experiencing decreased or increased appetite?',
'Has your friend/family member been experiencing a loss of interest in sex?',
'Has your friend/family member been worrying about their health',
'Has your friend/family member experienced any suicidal thoughts?',
'Has your friend/family member wanted to end their life?',
'Has your friend/family member been had a plan for harming themselves?'
]
ss = ['Thoughts and Feelings',
'Activities and Personal Relationships',
'Physical Symptoms',
'Suicidal Urges'
]
function getcategoryId() {
if (current < 10) {
return 0
}
if (current < 17) {
return 1
}
if (current < 22) {
return 2
}
return 3
}
function hide(e) {
var t = document.getElementById(e)
if (t.style.display != "none") {
t.style.display = "none"
}
}
function show(e) {
var t = document.getElementById(e)
if (t.style.display != "block") {
t.style.display = "block"
}
}
function select(e) {
var t = document.getElementById(e)
if (t.style.background != "#73eb39") {
t.style.background = "#73eb39"
}
}
function unselect(e) {
var t = document.getElementById(e)
if (t.style.background != "#ffffff") {
t.style.background = "#ffffff"
}
}
function next_handler(qans) {
if (current < 25) {
current += 1
draw()
}
}
function back_handler() {
if (current >= 0) {
if (current == 25) {
show("page")
hide("results")
}
current -= 1
draw()
}
}
function Category() {
var ns_id = getcategoryId()
if (s_id != ns_id) {
s_id = ns_id
document.getElementById("category").innerHTML = ss[s_id]
}
}
function Options() {
if (!(ans[current] === undefined)) {
var t = ans[current]
console.log(t)
for (i = 0; i < 5; i++) {
if (t == i) {
select(i)
} else {
unselect(i)
}
}
}
}
function Question() {
document.getElementById("question").innerHTML = qs[current]
}
function Progress() {
document.getElementById("progress").innerHTML = current + 1 + " / " + 25
}
function Back() {
if (current == 0) {
hide("back")
} else {
show("back")
}
}
function Next() {
if (ans[current] === undefined) {
hide("next")
} else {
show("next")
}
}
function calculate_total() {
var total = 0;
for (var i in ans) {
total += ans[i];
}
return total
}
function Score() {
document.getElementById("score").innerHTML = "Total : " + calculate_total();
if(calculate_total() >= 0 && calculate_total() <= 5){
document.getElementById("no").style.fontWeight="bold";
document.getElementById("no").style.textDecoration="underline";
}
else if(calculate_total() >= 6 && calculate_total() <= 10){
document.getElementById("normal").style.fontWeight="bold";
document.getElementById("normal").style.textDecoration="underline";
}
else if(calculate_total() >= 11 && calculate_total() <= 25){
document.getElementById("mild").style.fontWeight="bold";
document.getElementById("mild").style.textDecoration="underline";
}
else if(calculate_total() >= 26 && calculate_total() <= 50){
document.getElementById("moderate").style.fontWeight="bold";
document.getElementById("moderate").style.textDecoration="underline";
}
else if(calculate_total() >= 51 && calculate_total() <= 75){
document.getElementById("severe").style.fontWeight="bold";
document.getElementById("severe").style.textDecoration="underline";
}
else if(calculate_total() >= 76 && calculate_total() <= 100){
document.getElementById("extreme").style.fontWeight="bold";
document.getElementById("extreme").style.textDecoration="underline";
}
}
function draw() {
Back()
Next()
if (current != 25) {
Category()
Options()
Question()
Progress()
show("page")
hide("results")
} else {
Score()
hide("page")
show("results")
}
}
document.getElementById("0").onclick = function () {
ans[current] = 0
next_handler()
}
document.getElementById("1").onclick = function () {
ans[current] = 1
next_handler()
}
document.getElementById("2").onclick = function () {
ans[current] = 2
next_handler()
}
document.getElementById("3").onclick = function () {
ans[current] = 3
next_handler()
}
document.getElementById("4").onclick = function () {
ans[current] = 4
next_handler()
}
</script>
</center>
</div>
</div>
</div>
</section>
<footer class="ftco-footer ftco-bg-dark ftco-section">
<div class="container">
<div class="row mb-5 pb-5 align-items-center d-flex">
<div class="col-md-6">
<div class="heading-section heading-section-white ftco-animate">
<span class="subheading">SuiSense</span>
<h2 style="font-size: 30px;">Using NLP to distinguish suicidal messages and provide personalized support.</h2>
</div>
</div>
<div class="col-md-6">
<div class="heading-section heading-section-white ftco-animate">
<h2 style="font-size: 30px;">If you need urgent help, please call 1-800-273-8255.</h2>
</div>
</div>
<div class="col-md-3 ftco-animate">
</div>
</div>
<div class="row mb-5">
<div class="col-md">
<div class="ftco-footer-widget mb-4 bg-primary p-4">
<h2 class="ftco-heading-2">SuiSense</h2>
<p>Using Artificial Intelligence to distinguish between suicidal and depressive messages</p>
</div>
</div>
<div class="col-md">
<div class="ftco-footer-widget mb-4">
<h2 class="ftco-heading-2">Navigational</h2>
<ul class="list-unstyled">
<li><a href="index.html" class="py-2 d-block">Home</a></li>
<li><a href="analysis.html" class="py-2 d-block">Initial Analysis</a></li>
<li><a href="analysis2.html" class="py-2 d-block">Advanced Analysis</a></li>
<!-- <li><a href="blog.html" class="py-2 d-block">Forum</a></li> -->
<li><a href="pairings.html" class="py-2 d-block">Support</a></li>
</ul>
</div>
</div>
<div class="col-md">
<div class="ftco-footer-widget mb-4">
<h2 class="ftco-heading-2">Contact Us</h2>
<div class="block-23 mb-3">
<ul>
<li><span class="icon icon-map-marker"></span><span class="text">Saratoga, California, USA</span></li>
<li><a href="#"><span class="icon icon-envelope"></span><span class="text">[email protected]</span></a></li>
<li><a href="#"><span class="icon icon-envelope"></span><span class="text">[email protected]</span></a></li>
<li><a href="#"><span class="icon icon-envelope"></span><span class="text">[email protected]</span></a></li>
<li><a href="#"><span class="icon icon-envelope"></span><span class="text">[email protected]</span></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</footer>
<!--
<section>
<div class="container">
<div class="row justify-content-center mb-5">
<div class="col-md-7 text-center heading-section ftco-animate">
<h2 class="mb-4"> Analyze Your Specific Case</h2>
<p>Please fill out the data below for a more detailed analysis.</p>
<hr>
</div>
</div>
</div>
<iframe src="https://suisense.pythonanywhere.com/progression" width="100%" height="800" frameBorder="0"></iframe>
</section>
-->
<!-- TESSERACT INFO -->
<script src="js/jquery.min.js"></script>
<script src="js/jquery-migrate-3.0.1.min.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.easing.1.3.js"></script>
<script src="js/jquery.waypoints.min.js"></script>
<script src="js/jquery.stellar.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/aos.js"></script>
<script src="js/jquery.animateNumber.min.js"></script>
<script src="js/bootstrap-datepicker.js"></script>
<script src="js/jquery.timepicker.min.js"></script>
<script src="js/scrollax.min.js"></script>
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyBVWaKrjvy3MaE7SQ74_uJiULgl1JY0H2s&sensor=false"></script>
<script src="js/google-map.js"></script>
<script src="js/main.js"></script>
<!-- The core Firebase JS SDK is always required and must be listed first -->
<script src="https://www.gstatic.com/firebasejs/7.15.1/firebase-app.js"></script>
<!-- TODO: Add SDKs for Firebase products that you want to use
https://firebase.google.com/docs/web/setup#available-libraries -->
<script src="https://www.gstatic.com/firebasejs/7.15.1/firebase-analytics.js"></script>
<script>
// Your web app's Firebase configuration
var firebaseConfig = {
apiKey: "AIzaSyC9SzHN2ds9kTrh7FEN4uIua9b6JxirM4E",
authDomain: "suisense-f2c15.firebaseapp.com",
databaseURL: "https://suisense-f2c15.firebaseio.com",
projectId: "suisense-f2c15",
storageBucket: "suisense-f2c15.appspot.com",
messagingSenderId: "225751274382",
appId: "1:225751274382:web:ef500d48017da95d300adf",
measurementId: "G-933XDW7HM9"
};
// Initialize Firebase
firebase.initializeApp(firebaseConfig);
firebase.analytics();
</script>
<script src="js/tesseract-ocr.js"></script>
</body>
</html>