Skip to content

Commit 95a7a89

Browse files
author
Dave Conway-Jones
committed
fix casing of Node-RED
1 parent cbcb932 commit 95a7a89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

users/spiritai/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ <h3></h3>
2020
<div class="content blurb">
2121
<h3></h3>
2222
<p>Our second product "Ally" enables any organisation with an online community to safeguard their communities against abusive behaviour, grooming, racism, homophobia, trolling and bullying. As existing solutions rely heavily upon proactive abuse reporting or key-word searches of abusive language, Ally utilises sophisticated AI technologies such as language and behavioural analysis, signature analysis and machine learning that provides the unique power to automate the interception of abuse, all the time, in real time.</p>
23-
<p>This can be perceived as an Internet of Things ecosystem where the chat messages are events that are coming from a variety of sensors - chat rooms, social media feeds, log files, etc. node-red is used to write and implement the rules we execute on these message streams to understand the context and the situations that are occurring within the chat.</p>
23+
<p>This can be perceived as an Internet of Things ecosystem where the chat messages are events that are coming from a variety of sensors - chat rooms, social media feeds, log files, etc. Node-RED is used to write and implement the rules we execute on these message streams to understand the context and the situations that are occurring within the chat.</p>
2424
</div>
2525
</div>
2626
<div class="col-1-2">
@@ -34,7 +34,7 @@ <h3></h3>
3434
<div class="col-1-2">
3535
<div class="content blurb">
3636
<h3></h3>
37-
<p>Node-RE was a great match for the approach we were taking with Ally: An intuitive wiring UI for building the rules that we execute on incoming chat messages and the back-end node.js engine that can execute these rules as parallel streams. Integrating node-red with our own code, by building custom nodes, was an easy option for us compared to other more complex alternatives.</p>
37+
<p>Node-RED was a great match for the approach we were taking with Ally: An intuitive wiring UI for building the rules that we execute on incoming chat messages and the back-end node.js engine that can execute these rules as parallel streams. Integrating Node-RED with our own code, by building custom nodes, was an easy option for us compared to other more complex alternatives.</p>
3838
</div>
3939
</div>
4040
</div>

0 commit comments

Comments
 (0)