<?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: Uditha Ishan</title>
    <description>The latest articles on DEV Community by Uditha Ishan (@udithaishan).</description>
    <link>https://dev.to/udithaishan</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%2F455791%2Fbc2307d6-a4cb-4253-86ad-95172473fdb3.jpeg</url>
      <title>DEV Community: Uditha Ishan</title>
      <link>https://dev.to/udithaishan</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/udithaishan"/>
    <language>en</language>
    <item>
      <title>Smile Catcher - Expression Detection</title>
      <dc:creator>Uditha Ishan</dc:creator>
      <pubDate>Wed, 16 Dec 2020 07:11:10 +0000</pubDate>
      <link>https://dev.to/udithaishan/smile-catcher-expression-detection-31l1</link>
      <guid>https://dev.to/udithaishan/smile-catcher-expression-detection-31l1</guid>
      <description>&lt;h2&gt;
  
  
  What I built
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Smile Catcher&lt;/strong&gt; recognizes the smiling faces and counts how many time smiled by the user while watching a given funny video.&lt;/p&gt;

&lt;h3&gt;
  
  
  Category Submission:
&lt;/h3&gt;

&lt;p&gt;Random Roulette&lt;/p&gt;

&lt;h3&gt;
  
  
  App Link
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://smile-catcher-l8g8v.ondigitalocean.app/"&gt;https://smile-catcher-l8g8v.ondigitalocean.app/&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Screenshots
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--CtWrW9od--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/1tzqwdmade4nkm219xjs.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--CtWrW9od--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/1tzqwdmade4nkm219xjs.png" alt="screenshot-1"&gt;&lt;/a&gt;&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--ULtcBxIZ--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/mkjr9vowd48c9fkm6gdc.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--ULtcBxIZ--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/mkjr9vowd48c9fkm6gdc.png" alt="screenshot-2"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Description
&lt;/h3&gt;

&lt;p&gt;Guide:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Visit the app using a web browser&lt;/li&gt;
&lt;li&gt;Allow camera access&lt;/li&gt;
&lt;li&gt;Watch the video&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The app will show how many times you have smiled during watching the video.&lt;/p&gt;

&lt;p&gt;All of the face detections and expression detections are handled by the face-API. &lt;/p&gt;

&lt;h3&gt;
  
  
  Link to Source Code
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://github.com/UdithaIshan/smile-catcher"&gt;https://github.com/UdithaIshan/smile-catcher&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Permissive License
&lt;/h3&gt;

&lt;p&gt;MIT&lt;/p&gt;

&lt;h2&gt;
  
  
  Background
&lt;/h2&gt;

&lt;p&gt;I inspired by the &lt;a href="https://www.youtube.com/watch?v=CVClHLwv-4I"&gt;Web Dev Simplified's face detection project&lt;/a&gt;&lt;br&gt;
and also curiosity about the face-API.&lt;/p&gt;

&lt;h3&gt;
  
  
  How I built it
&lt;/h3&gt;

&lt;p&gt;My App is a simple static app. I deployed this using DigitalOcean app platform and it was very quick. You can build and deploy 3 static apps for free.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Tech stack&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;HTML&lt;/li&gt;
&lt;li&gt;JavaScript&lt;/li&gt;
&lt;li&gt;Bootstrap&lt;/li&gt;
&lt;li&gt;face-api&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Additional Resources/Info
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://github.com/justadudewhohacks/face-api.js"&gt;face-api&lt;/a&gt;&lt;/p&gt;

</description>
      <category>dohackathon</category>
      <category>faceapi</category>
      <category>javascript</category>
      <category>html</category>
    </item>
    <item>
      <title>Git single command executor</title>
      <dc:creator>Uditha Ishan</dc:creator>
      <pubDate>Mon, 14 Dec 2020 04:21:36 +0000</pubDate>
      <link>https://dev.to/udithaishan/git-single-command-executor-3a7m</link>
      <guid>https://dev.to/udithaishan/git-single-command-executor-3a7m</guid>
      <description>&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;git add &lt;span class="nb"&gt;.&lt;/span&gt;
git commit &lt;span class="nt"&gt;-m&lt;/span&gt; &lt;span class="s2"&gt;"message"&lt;/span&gt;
git push origin &amp;lt;branch&amp;gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Are you tired with writing this kind of multiple git commands?&lt;br&gt;
Do you prefer using a single command to do this?&lt;br&gt;
I have created an npm CLI package to do the job for you.&lt;/p&gt;
&lt;h1&gt;
  
  
  git-quick
&lt;/h1&gt;
&lt;h3&gt;
  
  
  What is this? 👀
&lt;/h3&gt;

&lt;p&gt;This npm CLI can execute multiple git commands only using a single command line.&lt;br&gt;
Let's get the above git command example.&lt;br&gt;
now that three-line execution you can execute in a single line using the &lt;strong&gt;git-quick&lt;/strong&gt;.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;giq p &lt;span class="s2"&gt;"commit message"&lt;/span&gt; &amp;lt;branch&amp;gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--PBMbk-sf--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/e7x6e6ywqn6qp9lggwro.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--PBMbk-sf--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/e7x6e6ywqn6qp9lggwro.png" alt="Easy and quick"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;not only this. but there are more 😉&lt;br&gt;
You can see all of them in the documentation.&lt;/p&gt;

&lt;p&gt;I'm inviting you all to try this. If you like, don't forget to give feedback ❤ and a Star⭐ on the &lt;a href="https://github.com/UdithaIshan/git-quick"&gt;github repo&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;If you found any issues, open a New Issue in my git repo. ✨&lt;br&gt;
Any contribution is welcome.😉👀&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.npmjs.com/package/giq"&gt;git-quick on NPM registry&lt;/a&gt;&lt;br&gt;
&lt;a href="https://github.com/UdithaIshan/git-quick"&gt;git-quick on Github&lt;/a&gt;&lt;/p&gt;

</description>
      <category>git</category>
      <category>npm</category>
      <category>cli</category>
      <category>node</category>
    </item>
    <item>
      <title>Hacktoberfest2020</title>
      <dc:creator>Uditha Ishan</dc:creator>
      <pubDate>Mon, 19 Oct 2020 04:36:58 +0000</pubDate>
      <link>https://dev.to/udithaishan/hacktoberfest2020-plk</link>
      <guid>https://dev.to/udithaishan/hacktoberfest2020-plk</guid>
      <description>&lt;h2&gt;
  
  
  What I Learned From Hacktoberfest
&lt;/h2&gt;

&lt;p&gt;This is the first time when I had contributed to Hacktoberfest2020. I got to learn about different git features, how to contribute in open source. &lt;br&gt;
I will love to contribute to Hacktoberfest2021.&lt;/p&gt;

</description>
      <category>hacktoberfest</category>
    </item>
  </channel>
</rss>
