-
Notifications
You must be signed in to change notification settings - Fork 1
/
aboutus.html
35 lines (26 loc) · 902 Bytes
/
aboutus.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
<html>
<head>
<title>i am trying my best</title>
</head>
<body align="center">
<h1>What we do</h1>
<p>
Think of sentiMeant as your emotional spellchecker. We take your text and process
it on our AWS server using IBM's emotional analysis API, and let you know how you're
coming across.
</p>
<h1>Business Uses</h1>
<p>
Messaging someone in another country? Trying to avoid sounding passive-aggressive
before you click send on that email? Want to know what undertones a person has
underlying their text? That's what we're here for.
</p>
<h1>Education Uses</h1>
<p>
Children with Aspergers have difficulty reading and perceiving emotions and social cues.
A way of helping them learn these unwritten rules is by giving them a bit of a nudge
in knowing what emotion a sentence or person is trying to convey. This program
can benefit that.
</p>
</body>
</html>