<?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: Syauqy Nurul Aziz</title>
    <description>The latest articles on DEV Community by Syauqy Nurul Aziz (@syauqy).</description>
    <link>https://dev.to/syauqy</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%2F8437%2Fa368aebf-ef31-4840-8149-c45c40084538.png</url>
      <title>DEV Community: Syauqy Nurul Aziz</title>
      <link>https://dev.to/syauqy</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/syauqy"/>
    <language>en</language>
    <item>
      <title>HandSign - Learn a Sign Language with Your Camera</title>
      <dc:creator>Syauqy Nurul Aziz</dc:creator>
      <pubDate>Sun, 10 Jan 2021 15:40:51 +0000</pubDate>
      <link>https://dev.to/syauqy/handsign-learn-a-sign-language-with-your-camera-2n5</link>
      <guid>https://dev.to/syauqy/handsign-learn-a-sign-language-with-your-camera-2n5</guid>
      <description>&lt;h2&gt;
  
  
  What I built
&lt;/h2&gt;

&lt;p&gt;HandSign is a real-time sign language translator that detects your hand pose and translate it into the American Sign Language letter or alphabet.&lt;/p&gt;

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

&lt;p&gt;Program for the People&lt;/p&gt;

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

&lt;p&gt;&lt;a href="https://handsign-m4qq6.ondigitalocean.app/" rel="noopener noreferrer"&gt;https://handsign-m4qq6.ondigitalocean.app/&lt;/a&gt;&lt;/p&gt;

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

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F9eq1tt6u0tn509vvldo6.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F9eq1tt6u0tn509vvldo6.gif" alt="Handsign demo" width="480" height="268"&gt;&lt;/a&gt;&lt;/p&gt;

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

&lt;p&gt;HandSign is a simple AI-based hand gesture recognition that translates a hand pose into the American Sign Language (ASL) alphabet. Using Tensorflow JS and its Handpose preloaded model to detect the hand object and its parts. HandSign also uses an additional library called Fingerpose to classify certain of custom hand gestures based on the finger position.&lt;/p&gt;

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

&lt;p&gt;&lt;a href="https://github.com/syauqy/handsign-tensorflow-gatsby/settings" rel="noopener noreferrer"&gt;https://github.com/syauqy/handsign-tensorflow-gatsby/settings&lt;/a&gt;&lt;/p&gt;

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

&lt;p&gt;&lt;a href="https://github.com/syauqy/handsign-tensorflow-gatsby/blob/master/LICENSE" rel="noopener noreferrer"&gt;BSD-2&lt;/a&gt;&lt;/p&gt;

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

&lt;p&gt;HandSign is a part of my current learning journey in web development where I also try out interesting open-source projects and frameworks like TensorFlow JS. The best way to learn to code is by making a project. TensorFlow's Handpose model helps makers create a new solution. And I see the leverage from this technology to help us communicate or at least learn how to communicate using sign language.&lt;/p&gt;

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

&lt;p&gt;So this project is the extended part of my first project in learning a TensorFlow, where I create an app that asking you to demonstrate a hand gesture that matches with the several emojis shown in the app.&lt;/p&gt;

&lt;p&gt;My work for this project is mainly to create a custom gesture to identify sign language. From logging each of sign gesture and converting it into a Fingerpose model. &lt;/p&gt;

&lt;p&gt;I'm using Gatsby as a foundation because it's fast to set up with several helpful plugins that allow me to focus on building the core of the project and tidying it up later.&lt;/p&gt;

&lt;p&gt;Then I add Tensorflow JS and Handpose models, so I can start to detect the hand. I just follow their instruction &lt;a href="https://github.com/tensorflow/tfjs-models/tree/master/handpose" rel="noopener noreferrer"&gt;here&lt;/a&gt; it's pretty straightforward. &lt;/p&gt;

&lt;p&gt;To detect and identify a certain gesture or custom gesture, I use the Fingerpose library. The instructions are very simple &lt;a href="https://github.com/andypotato/fingerpose" rel="noopener noreferrer"&gt;here&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Then I work on the app flow of how to start detecting the gesture and how the app should work like showing the letter/alphabet that we need to demonstrate and other things like the UI design of the app.&lt;/p&gt;

&lt;p&gt;Lastly, I'm using Chakra-UI as the CSS framework since it's very simple to use and makes the interface much better.&lt;/p&gt;

&lt;h5&gt;
  
  
  Deployment using Digital Ocean
&lt;/h5&gt;

&lt;p&gt;Deploy an app (in my case is Gatsby) it's super easy and fast. With several clicks and without confusing configuration. My app is deployed in 2 minutes!&lt;/p&gt;

&lt;p&gt;Want to try? Simply click this button below to deploy it to your site&lt;/p&gt;

&lt;p&gt;&lt;a href="https://cloud.digitalocean.com/apps/new?repo=https://github.com/syauqy/handsign-tensorflow-gatsby/tree/master&amp;amp;refcode=a9cb43de523c" rel="noopener noreferrer"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fwww.deploytodo.com%2Fdo-btn-blue-ghost.svg" alt="Deploy to DO" width="252" height="40"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h5&gt;
  
  
  Notes
&lt;/h5&gt;

&lt;p&gt;This app only helps you to learn ASL letters/alphabet. There's still a lot of limitations to this model since it only captures the hand parts position/coordinates at a certain time. Also, this app still can't capture more complex things, like phrases and words since it takes more than a hand gesture like a motion to recognize.&lt;/p&gt;

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

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="https://www.tensorflow.org/js" rel="noopener noreferrer"&gt;Tensorflow JS&lt;/a&gt; - A Library for ML in JS.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="https://github.com/tensorflow/tfjs-models/tree/master/handpose" rel="noopener noreferrer"&gt;Handpose&lt;/a&gt; - A lightweight ML pipeline consisting of two models: A palm detector and a hand-skeleton finger tracking model.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="https://github.com/andypotato/fingerpose" rel="noopener noreferrer"&gt;Fingerpose&lt;/a&gt; - A pose classifier for hand landmarks detected by TensorFlow.js Handpose's model.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Sign language illustration is created by &lt;a href="https://thenounproject.com/pelodrome/" rel="noopener noreferrer"&gt;Pelin Kahraman&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;If you want to learn more about Tensorflow JS and custom gesture handpose, please kindly check these amazing videos&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="https://www.youtube.com/watch?v=WIHZ7kjJ35o" rel="noopener noreferrer"&gt;Machine Learning with TensorFlow in JavaScript&lt;/a&gt; - by &lt;a href="https://github.com/jlengstorf" rel="noopener noreferrer"&gt;Jason Lengstorf&lt;/a&gt; and &lt;a href="https://github.com/jasonmayes" rel="noopener noreferrer"&gt;Jason Mayes&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="https://www.youtube.com/watch?v=ZTSRZt04JkY" rel="noopener noreferrer"&gt;Building a Real Time Sign Language Detection App with React.JS and Tensorflow.JS&lt;/a&gt; - by &lt;a href="https://github.com/nicknochnack" rel="noopener noreferrer"&gt;Nicholas Renotte&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>dohackathon</category>
      <category>madewithtfjs</category>
      <category>showdev</category>
      <category>tensorflow</category>
    </item>
  </channel>
</rss>
