-
Notifications
You must be signed in to change notification settings - Fork 4
/
AI.html
504 lines (360 loc) · 23.7 KB
/
AI.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
<!doctype html>
<html>
<head>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-144922094-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-144922094-1');
</script>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Sparrow AI</title>
<meta name="description" content="AI to help victims, responders and medical experts">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:image" content="images/sparrow/sparrowLogoSquared.png" />
<meta itemprop="image" content="images/sparrow/sparrowLogoSquared.png"/>
<meta property="og:type" content="website" />
<meta property="og:title" content="Sparrow AI" />
<meta property="og:description" content="AI to help victims, responders and medical experts" />
<meta property="og:image" content="images/sparrow/sparrowLogoSquared.png" />
<meta property="og:image:url" content="images/sparrow/sparrowLogoSquared.png" />
<link rel="shortcut icon" type="image/x-icon" href="images/sparrow/sparrowLogoSquared.png" />
<link rel="apple-touch-icon-precomposed" href="images/sparrow/sparrowLogoSquared.png">
<link rel="icon" sizes="192x192" href="images/sparrow/sparrowLogoSquared.png">
<link rel="shortcut icon" type="image/x-icon" href="images/sparrow/sparrowLogoSquared.png" />
<link rel="apple-touch-icon-precomposed" href="images/sparrow/sparrowLogoSquared.png"/>
<link rel="icon" sizes="192x192" href="images/sparrow/sparrowLogoSquared.png">
<meta name="author" content="Sparrow AI">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=false" />
<meta name="viewport" content="user-scalable=no" />
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<meta name="apple-mobile-web-app-capable" content="yes" />
<!-- <meta http-equiv="Cache-control" content="private,max-age:3600"> -->
<meta name="theme-color" content="#ffffff ">
<!-- Compiled and minified CSS -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.min.css">
<link rel="stylesheet" href="css/home.css">
<!-- Compiled and minified JavaScript -->
<script type="text/javascript" src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/js/materialize.min.js"></script>
<script>
$(document).ready(function(){
$('.sidenav').sidenav();
$('.collapsible').collapsible();
$('.tooltipped').tooltip();
});
</script>
<!-- Material Icons -->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
</head>
<body>
<!-------------------------------------------Nav Bar--------------------------------->
<nav class="white">
<div class="nav-wrapper" style="margin-right:10px;">
<a href="#" data-target="mobile-demo" class="button-collapse sidenav-trigger" ><i class="blue-grey-text text-darken-4 material-icons">menu</i></a>
<ul class="right hide-on-med-and-down">
<li><a class="black-text" href="https://sparrow-platform.com">Home</a></li>
<li><a class="black-text" href="Net.html">Sparrow Net</a></li>
<li><a class="black-text" href="AI.html">Sparrow AI</a></li>
<li><a class="black-text" href="Apps.html">Apps Ecosystem</a></li>
<li><a class="black-text tooltipped" data-position="bottom" data-tooltip="Coming Soon">Developers portal</a></li>
</ul>
</div>
</nav>
<ul class="sidenav" id="mobile-demo">
<li ><a class="wave-effect black-text" href="https://sparrow-platform.com">Home</a></li>
<li><a class="wave-effect black-text" href="Net.html">Sparrow Net</a></li>
<li><a class="wave-effect black-text" href="AI.html">Sparrow AI</a></li>
<li><a class="wave-effect black-text" href="Apps.html">Apps Ecosystem</a></li>
<li><a class="black-text tooltipped" data-position="bottom" data-tooltip="Coming Soon" >Developers portal</a></li>
<li><a class="wave-effect black-text" href="About.html">About Us</a></li>
</ul>
<!-------------------------------------------Nav Bar--------------------------------->
<!------------------------------------------Main--------------------------------->
<div class="white valign-wrapper sparrorNetMain" style="padding-top: 5vh; padding-bottom: 0vh;">
<div class=" container ">
<div class="row">
<img class="col s12 l6 m8 offset-l3 offset-m2" src="images/sparrow/sparrowAIPictorial.png"/>
<span class="l4 m2"></span>
</div>
<div class="row valign-wrapper ">
<h4 class="col center s12 l4 m8 offset-l4 offset-m2 cyan-text text-darken-4">Sparrow AI</h5>
<span class="l4 m2"></span>
</div>
<div class="row valign-wrapper " style="margin-top:-30px;">
<h6 class="col center s12 m8 offset-m2 l8 offset-l2 text-darken-4 blue-grey-text">
"AI to help disaster affected population, responders and medical experts"
</h6>
</div>
</div>
</div>
<!------------------------------------------Main--------------------------------->
<!------------------------------------The need--------------------------------->
<div class="container valign-wrapper " style="padding-top:10vh; padding-bottom: 10vh">
<div class="row">
<div class="col s12 ">
<h4 class="center white-text">
The challenge
</h4>
<br>
<ul class="collapsible ">
<li>
<div class="collapsible-header valign-wrapper"><i class="center valign-wrapper material-icons">add</i>
<h6>
Disaster affected population needs psychological support
</h6>
</div>
<div class="collapsible-body white">
Disasters affects psychological well-being of affected population. Victims need motivation and psychological support to ensure their safety and quick revocery.
</div>
</li>
<li>
<div class="collapsible-header valign-wrapper"><i class="center valign-wrapper material-icons">add</i>
<h6>
Victims need basic first aid information to ensure well-being
</h6>
</div>
<div class="collapsible-body white">
Primary medical help is unavailable during disasters. Victims lack knowledge about diseases, symptoms and medicines needed for recovery.
</div>
</li>
<li>
<div class="collapsible-header valign-wrapper"><i class="center valign-wrapper material-icons">add</i>
<h6>
Medical experts need access to structured medical data of victims
</h6>
</div>
<div class="collapsible-body white">
Medical workers and experts often spend a lot of time capturing data from victims, resulting to delays. They is no way to structure and store medical data for all victim, making it difficult to track resources needed and recovery.
</div>
</li>
</ul>
</div>
</div>
</div>
<!------------------------------------The need--------------------------------->
<!------------------------------------The solution--------------------------------->
<div class="white valign-wrapper" style="padding-top:5vh; padding-bottom: 5vh; min-height: 100vh;">
<div class="container hide-on-med-and-down">
<div class="row valign-wrapper">
<div class="col s12 ">
<h6>
<h4 class="center cyan-text text-darken-4">The Solution - Summary </h4>
<h5 class="center cyan-text text-darken-4" style="margin-bottom: 5vh;">
Medical AI for helping disaster affected population
</h5>
Sparrow AI answers questions and makes contextual suggestions on medical and psychological matters related to disasters.
<br>
It is accessible in an ubiquitous manner through SparrowNet chat interfaces.
<h5 class=" cyan-text text-darken-4">Basic medical information and diagnostics</h5>
"Enabling the 1% medical know-how when expert help is unavailable, to save lives"
<br>
Ask questions to know what first-aid medicines to use, know emergency procedures, diagnose diseases based on symptoms.
<br>
SparrowAI does not provide cure or medical advice, it rather enables first-aid when there is absolute lack of medical know-how.
<h5 class=" cyan-text text-darken-4">Companion for psychological well-being</h5>
"A companion for times of need"
<br>
Sparrow AI helps disaster affected people deal with psychological issues
by giving them step by step guidance, navigating them through tough situations.<br>
We are continuously improving Sparrow AI based on Cognitive Behavioral Theory <a href="https://en.wikipedia.org/wiki/Cognitive_behavioral_therapy">(CBT)</a>.
<h5 class=" cyan-text text-darken-4">Streamlining communication between victims and medical experts </h5>
Sparrow AI actively supports communications between disaster affected population and medical experts on Sparrow Net. It streamlines communication by helping victims structure their requests
and providing data in a consumption friendly manner to medical experts
</h6>
</div>
</div>
</div>
<div class="container hide-on-large-only">
<div class="row ">
<div class="col s12">
<h6>
<h4 class="center cyan-text text-darken-4">The Solution - Summary </h4>
<h5 class="center cyan-text text-darken-4" style="margin-bottom: 5vh;">
Medical AI for helping disaster affected population
</h5>
Sparrow AI answers questions and makes contextual suggestions on medical and psychological matters related to disasters.
<br>
It is accessible in an ubiquitous manner through SparrowNet chat interfaces.
<h5 class=" cyan-text text-darken-4">Basic medical information and diagnostics</h5>
"Enabling the 1% medical know-how when expert help is unavailable, to save lives"
<br>
Ask questions to know what first-aid medicines to use, know emergency procedures, diagnose diseases based on symptoms.
<br>
SparrowAI does not provide cure or medical advice, it rather enables first-aid when there is absolute lack of medical know-how.
<h5 class=" cyan-text text-darken-4">Companion for psychological well-being</h5>
"A companion for times of need"
<br>
Sparrow AI helps disaster affected people deal with psychological issues
by giving them step by step guidance, navigating them through tough situations.<br>
We are continuously improving Sparrow AI based on Cognitive Behavioral Theory <a href="https://en.wikipedia.org/wiki/Cognitive_behavioral_therapy">(CBT)</a>.
<h5 class=" cyan-text text-darken-4">Streamlining communication between victims and medical experts </h5>
Sparrow AI actively supports communications between disaster affected population and medical experts on Sparrow Net. It streamlines communication by helping victims structure their requests
and providing data in a consumption friendly manner to medical experts
</h6>
</div>
</div>
</div>
</div>
<div id="connectivity" class=" grey lighten-4 valign-wrapper" style="padding-top:5vh; padding-bottom: 0vh">
<div class="container center ">
<h4 class="center cyan-text text-darken-4">The Solution - Description</h4>
</div>
</div>
<div id="connectivity" class=" grey lighten-4 valign-wrapper" style="padding-top:0vh; padding-bottom: 0vh">
<div class="container hide-on-large-only">
<h6>
<h5 class="cyan-text text-darken-4">AI for self diagnostics and first aid</h5>
Sparrow AI is trained using years of medical data to deliver accurate disease diagnostics and suggest appropriate first-aid.<br>
We use <a href="https://www.nlm.nih.gov/research/umls/">UMLHS databases</a> to leverage rich historic medical data, making it available to disaster victims through easy to use Chat interfaces (Sparrow Net)<br>
<br>
<div class="row" style="padding-top:8vh;">
<img class="col s12 l6 offset-l3 m10 offset-m1 " src="images/sparrow/sparrowMedicalAI.png" >
</div>
Sparrow AI can<br>
1. Capture symptoms along with their severity<br>
2. Suggest possible diseases based on these symptoms<br>
3. Suggest first-aid options<br>
4. Provide details regarding diseases, medicines and conditions<br>
5. Notify medical experts based on data captured to ensure proper follow-ups
</h6>
</div>
<div class="container valign-wrapper hide-on-med-and-down">
<div class="row valign-wrapper">
<img class="col l5" src="images/sparrow/sparrowMedicalAI.png" >
<div class="col l6">
<h6 >
<h5 class="cyan-text text-darken-4">AI for self diagnostics and first aid</h5>
Sparrow AI is trained using years of medical data to deliver accurate disease diagnostics and suggest appropriate first-aid.<br>
We use <a href="https://www.nlm.nih.gov/research/umls/">UMLHS databases</a> to leverage rich historic medical data, making it available to disaster victims through easy to use Chat interfaces (Sparrow Net)<br>
<br>
Sparrow AI can<br>
1. Capture symptoms along with their severity<br>
2. Suggest possible diseases based on these symptoms<br>
3. Suggest first-aid options<br>
4. Provide details regarding diseases, medicines and conditions<br>
5. Notify medical experts based on data captured to ensure proper follow-ups
</h6>
</div>
</div>
</div>
</div>
<div id="connectivity" class="grey lighten-4 valign-wrapper" style="padding-top:3vh; ">
<div class="container hide-on-large-only">
<h6>
<h5 class="cyan-text text-darken-4">Helping disaster victims understand available information </h5>
Disasters are not difficult to deal with. Sending all information available to victims will confuse the victims more.
Sparrow AI ensures that victims have data that they need, without the background noise.
<br><br>
Sparrow AI connects to various Real-time APIs (Red Cross, FEMA, Weather company, etc) and first responder dashboards to make all the linked information / data available to disaster victims.
All interactions are extremely fine-tuned through Sparrow Net's ubiquitous chat interfaces.
<br>
<div class=" row" style="padding-top:2vh;">
<img class="col s12 l8 offset-l2 m10 offset-m1" src="images/sparrow/MedicalInfoEngine.png" >
</div>
Being open source adds to the ease of integration - Developers simply need to develop message handling intents as black-box microservices.
Sparrow AI handles routing the messages coming from victims to these micro-services and then the responses back to victims.
</h6>
</div>
<div class="container valign-wrapper hide-on-med-and-down">
<div class="row valign-wrapper">
<div class="col l6">
<h6>
<h5 class="cyan-text text-darken-4">Helping disaster victims understand available information </h5>
Disasters are not difficult to deal with. Sending all information available to victims will confuse the victims more.
Sparrow AI ensures that victims have data that they need, without the background noise.
<br><br>
Sparrow AI connects to various Real-time APIs (Red Cross, FEMA, Weather company, etc) and first responder dashboards to make all the linked information / data available to disaster victims.
All interactions are extremely fine-tuned through Sparrow Net's ubiquitous chat interfaces.
<br><br>
Being open source adds to the ease of integration - Developers simply need to develop message handling intents as black-box microservices.
Sparrow AI handles routing the messages coming from victims to these micro-services and then the responses back to victims.
</h6>
</div>
<img class="col l5" src="images/sparrow/MedicalInfoEngine.png" >
</div>
</div>
</div>
<div id="connectivity" class=" grey lighten-4 valign-wrapper" style="padding-top:3vh; padding-bottom: 5vh">
<div class="container hide-on-large-only">
<h6>
<h5 class="cyan-text text-darken-4">AI for psychological well-being</h5>
Sparrow AI serves as a psychological counselor for disaster victims.
Its helps and navigates victims through depression, addictions, anxiety, and other such psychological issues that arise in post-disasters scenario.
<div class="row" style="padding-top:0vh;">
<img class="col s8 offset-s2 m8 offset-m2 " src="images/sparrow/CBT.png" >
</div>
We worked closely with medical and psychology experts to deliver Cognitive Behavioral therapy through Sparrow AI.
CBT focuses on challenging and changing unhelpful cognitive distortions and behaviors.
During the course of treatment, people learn how to identify and change destructive or disturbing thought patterns that have a negative influence on behavior and emotions.
<br><br>
We welcome experts to join us in improving our CBT implementation so as to ensure a richer and effective experience for disaster victims.
</h6>
</div>
<div class="container valign-wrapper hide-on-med-and-down">
<div class="row valign-wrapper">
<img class="col l4" src="images/sparrow/CBT.png" >
<div class="col l6">
<h6 >
<h5 class="cyan-text text-darken-4">AI for psychological well-being</h5>
Sparrow AI serves as a psychological counselor for disaster victims.
Its helps and navigates victims through depression, addictions, anxiety, and other such psychological issues that arise in post-disasters scenario.
<br><br>
We worked closely with medical and psychology experts to deliver Cognitive Behavioral therapy through Sparrow AI.
CBT focuses on challenging and changing unhelpful cognitive distortions and behaviors.
During the course of treatment, people learn how to identify and change destructive or disturbing thought patterns that have a negative influence on behavior and emotions.
<br><br>
We welcome experts to join us to improve our CBT implementation in order to ensure a richer and effective experience for disaster victims.
</h6>
</div>
</div>
</div>
</div>
<!-------------------------------Footer---------------------------->
<footer class="z-depth-2 cyan page-footer">
<div class="container">
<div class="row">
<div class="col l6 s12">
<div>
<h5 class="white-text">About Us</h5>
<ul>
<li><a class="white-text text-lighten-3" href="About.html">Our Team</a></li>
<li><a class="white-text text-lighten-3" href="mailto:[email protected]">Email Us</a></li>
</ul>
</div>
<div>
<h5 class="white-text">Open Source</h5>
<p class="white-text text-lighten-4">
<!-- Sparrow platform is an open-source project<br> -->
Sparrow Platform is open source under Apache 2.0 license.<br>
We invite developers and medical experts to help us improve Sparrow</br><br>
</p>
<!-- <h5 class="white-text">Our Team</h5> -->
</div>
</div>
<div class="col l4 offset-l2 s12">
<div class=" ">
<h5 class="white-text">Links</h5>
<ul>
<li><a class="white-text text-lighten-3" href="https://sparrow-platform.com">Home</a></li>
<li><a class="white-text text-lighten-3" href="Net.html">Sparrow Net</a></li>
<li><a class="white-text text-lighten-3" href="AI.html">Sparrow AI</a></li>
<li><a class="white-text text-lighten-3" href="Apps.html">Apps Ecosystem</a></li>
<li><a class="white-text text-lighten-3 tooltipped" data-position="bottom" data-tooltip="Coming Soon">Developers portal</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="black-text footer-copyright">
<div class="white-text container">
© 2019 Sparrow Platform
</div>
</div>
</footer>
<!-------------------------------Footer---------------------------->
</body>
</html>