GithubHelp home page GithubHelp logo

vadev / handsign-tensorflow-gatsby Goto Github PK

View Code? Open in Web Editor NEW

This project forked from syauqy/handsign-tensorflow

0.0 0.0 0.0 2.32 MB

A simple ASL (American Sign Language) alphabet detection using TensorFlow and Handpose model

Home Page: https://handsign-m4qq6.ondigitalocean.app/

License: BSD 2-Clause "Simplified" License

JavaScript 95.49% CSS 4.51%

handsign-tensorflow-gatsby's Introduction

Handsign logo

Handsign - ASL Hand Gesture Detection Using TensorFlow

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.

#dohackathon #madewithTFJS

Handsign demo

Installation

  1. Clone the repository
# copy the repo to your machine

git clone https://github.com/syauqy/handsign-tensorflow-gatsby.git
  1. Start the project
# move to the project folder and install all dependencies

cd handsign-tensorflow-gatsby
yarn install
  1. Run the project on your local machine
# run Gatsby

yarn develop
  1. The project is live ๐Ÿš€

Your project is live and running at http://localhost:8000

You can edit the core program at src/pages/app.js

What's inside the project

Extract the fingerpose data

uncomment the <pre> component

<Image h="150px" objectFit="cover" id='emojimage'/> 

// uncomment this
{/* <pre className="pose-data" color="white" style={{position: 'fixed', top: '150px', left: '10px'}} >Pose data</pre> */}

</Container>

uncomment the estimatedGestures data to change '.pose-data' innerHTML

// document.querySelector('.pose-data').innerHTML =JSON.stringify(estimatedGestures.poseData, null, 2);

the estimatedGestures data will render on your screen.

References & Libraries

  • Tensorflow JS - A Library for ML in JS.

  • Handpose - A lightweight ML pipeline consisting of two models: A palm detector and a hand-skeleton finger tracking model.

  • Fingerpose - A pose classifier for hand landmarks detected by TensorFlow.js Handpose's model.

  • Sign language illustration is created by Pelin Kahraman

If you want to learn more about Tensorflow JS and custom gesture handpose, please kindly check these amazing videos

Deploy to your site

Deploy to DO

handsign-tensorflow-gatsby's People

Contributors

syauqy avatar vadev avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.