<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Lior Messinger</title>
    <description>The latest articles on DEV Community by Lior Messinger (@lmessinger).</description>
    <link>https://dev.to/lmessinger</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F142620%2F446bc279-14c8-449c-a030-92758ce7f772.png</url>
      <title>DEV Community: Lior Messinger</title>
      <link>https://dev.to/lmessinger</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/lmessinger"/>
    <language>en</language>
    <item>
      <title>This single image will explain to you why AI projects are much simpler than you thought</title>
      <dc:creator>Lior Messinger</dc:creator>
      <pubDate>Tue, 12 Mar 2019 10:00:47 +0000</pubDate>
      <link>https://dev.to/lmessinger/this-single-image-will-explain-to-you-why-ai-projects-are-much-simpler-than-you-thought-58l6</link>
      <guid>https://dev.to/lmessinger/this-single-image-will-explain-to-you-why-ai-projects-are-much-simpler-than-you-thought-58l6</guid>
      <description>&lt;p&gt;AI projects are a pipeline of a few Lego blocks. Take an image recognition project, for example. a massive amount of pixels is reduced by some classification model into a single label (this is a 'bus'). Then, some code base starts on that label, to produce some action in order. Then a &lt;/p&gt;

</description>
      <category>ai</category>
    </item>
    <item>
      <title>Building context-aware NodeJS bots using Servo</title>
      <dc:creator>Lior Messinger</dc:creator>
      <pubDate>Tue, 12 Mar 2019 09:33:38 +0000</pubDate>
      <link>https://dev.to/lmessinger/building-context-aware-nodejs-bots-using-servo-5bdd</link>
      <guid>https://dev.to/lmessinger/building-context-aware-nodejs-bots-using-servo-5bdd</guid>
      <description>&lt;p&gt;Hi all, check out the bot framework we wrote, called Servo:&lt;/p&gt;

&lt;p&gt;And hey, please make sure you star it on Github... &lt;/p&gt;
&lt;div class="ltag-github-readme-tag"&gt;
  &lt;div class="readme-overview"&gt;
    &lt;h2&gt;
      &lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev.to%2Fassets%2Fgithub-logo-5a155e1f9a670af7944dd5e12375bc76ed542ea80224905ecaf878b9157cdefc.svg" alt="GitHub logo"&gt;
      &lt;a href="https://github.com/servo-ai" rel="noopener noreferrer"&gt;
        servo-ai
      &lt;/a&gt; / &lt;a href="https://github.com/servo-ai/servo-platform" rel="noopener noreferrer"&gt;
        servo-platform
      &lt;/a&gt;
    &lt;/h2&gt;
    &lt;h3&gt;
      The best conversational AI framework
    &lt;/h3&gt;
  &lt;/div&gt;
  &lt;div class="ltag-github-body"&gt;
    
&lt;div id="readme" class="md"&gt;
&lt;div class="markdown-heading"&gt;
&lt;h1 class="heading-element"&gt;Servo.ai&lt;/h1&gt;
&lt;/div&gt;
&lt;p&gt;&lt;strong&gt;Servo Bot Automation Framework&lt;/strong&gt; is the leading framework for building bots and automation flows. It allows developers to use visual architecture, open code and reusable AI
&lt;br&gt;
Click to watch a short intro video
&lt;br&gt;
&lt;span&gt;&lt;a href="https://www.youtube.com/watch?v=KREhqahVqA0" rel="nofollow noopener noreferrer"&gt;&lt;img src="https://camo.githubusercontent.com/1000fff05ab347ba09ea04ab273d3d4962de1312bdeed4e31336f614946f4f8a/68747470733a2f2f6a2e676966732e636f6d2f6c78514f6b3140343236783234302e676966" alt="Servo"&gt;&lt;/a&gt;]&lt;/span&gt;&lt;/p&gt;
&lt;div class="markdown-heading"&gt;
&lt;h1 class="heading-element"&gt;Installation&lt;/h1&gt;

&lt;/div&gt;
&lt;ol&gt;
&lt;li&gt;install nodejs (v8 and higher) and npm (v5.5 and above)&lt;/li&gt;
&lt;li&gt;clone and install:
&lt;ul&gt;
&lt;li&gt;sudo npm install -g gulp bower concurrently&lt;/li&gt;
&lt;li&gt;git clone &lt;a href="https://github.com/servo-ai/servo-platform.git" rel="noopener noreferrer"&gt;https://github.com/servo-ai/servo-platform.git&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;cd servo-platform/server&lt;/li&gt;
&lt;li&gt;optional:
** Windows: npm install --global --production windows-build-tools 
** Linux: sudo apt-get install build-essential libssl-dev&lt;/li&gt;
&lt;li&gt;npm install&lt;/li&gt;
&lt;li&gt;cd ../editor&lt;/li&gt;
&lt;li&gt;npm install&lt;/li&gt;
&lt;li&gt;bower install&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;If you get errors during npm install, then:
* on windows:  npm install --global --production windows-build-tools
* linux:  sudo apt-get install build-essential libssl-dev&lt;/p&gt;
&lt;div class="markdown-heading"&gt;
&lt;h1 class="heading-element"&gt;Run Servo&lt;/h1&gt;

&lt;/div&gt;
&lt;p&gt;From &lt;strong&gt;server&lt;/strong&gt;  folder:
&lt;br&gt;
&lt;strong&gt;npm start&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;On Chrome browser open localhost:8000.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Please note&lt;/strong&gt;: Servo comes with a couple of tutorial projects, that will connect to Wit.ai NLU engine.&lt;/p&gt;
&lt;div class="markdown-heading"&gt;
&lt;h1 class="heading-element"&gt;Tutorials&lt;/h1&gt;

&lt;/div&gt;
&lt;p&gt;To get started, see the wiki: &lt;a href="https://github.com/servo-ai/servo-platform/wiki" rel="noopener noreferrer"&gt;https://github.com/servo-ai/servo-platform/wiki&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;For reference documentation, see &lt;a href="https://servo-ai.github.io/servo-platform/" rel="nofollow noopener noreferrer"&gt;https://servo-ai.github.io/servo-platform/&lt;/a&gt;&lt;/p&gt;…&lt;/div&gt;
  &lt;/div&gt;
  &lt;div class="gh-btn-container"&gt;&lt;a class="gh-btn" href="https://github.com/servo-ai/servo-platform" rel="noopener noreferrer"&gt;View on GitHub&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;


&lt;p&gt;For a short tutorial, go here:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://medium.com/datadriveninvestor/building-context-aware-stateful-bots-using-servo-a2dc3f557469" rel="noopener noreferrer"&gt;https://medium.com/datadriveninvestor/building-context-aware-stateful-bots-using-servo-a2dc3f557469&lt;/a&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>chatbots</category>
      <category>node</category>
      <category>javascript</category>
    </item>
  </channel>
</rss>
