All Projects → shekit → Alexa Sign Language Translator

shekit / Alexa Sign Language Translator

A project to make Amazon Echo respond to sign language using your webcam

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Alexa Sign Language Translator

HomeAssistant-Config
Here is my current Home Assistant config. Hope this helps who needs it!!
Stars: ✭ 87 (-78.14%)
Mutual labels:  alexa
alexa-skill-clean-code-template
Alexa Skill Template with clean code (eslint, sonar), testing (unit tests, e2e), multi-language, Alexa Presentation Language (APL) and In-Skill Purchases (ISP) support. Updated to ASK-CLI V2.
Stars: ✭ 34 (-91.46%)
Mutual labels:  alexa
Homebridge Alexa
Expose your homebridge controlled devices to Amazon Alexa.
Stars: ✭ 316 (-20.6%)
Mutual labels:  alexa
0x4447 product answering machine
☎️ An automated answering machine build on top of Amazon Connect
Stars: ✭ 38 (-90.45%)
Mutual labels:  alexa
jarvis
Jarvis Home Automation
Stars: ✭ 81 (-79.65%)
Mutual labels:  alexa
Konversation
Konversation is a tool to generate rich and diversified responses to the user of a voice application.
Stars: ✭ 15 (-96.23%)
Mutual labels:  alexa
mapbox-assistant-example
Examples of Amazon Echo, Google Home, and other bots interacting with Mapbox services.
Stars: ✭ 15 (-96.23%)
Mutual labels:  alexa
Hey Athena Client
Your personal voice assistant
Stars: ✭ 336 (-15.58%)
Mutual labels:  alexa
alexa-skill-demo
Alexa Skill Demonstration using Python
Stars: ✭ 44 (-88.94%)
Mutual labels:  alexa
Assistants Pi
Headless Google Assistant and Alexa on Raspberry Pi
Stars: ✭ 280 (-29.65%)
Mutual labels:  alexa
P-Brain.ai-RasPi
Headless Client for P-Brain.ai Virtual Assistant on Raspberry Pi
Stars: ✭ 23 (-94.22%)
Mutual labels:  alexa
home assistant appdaemon alexa google
An AppDaemon application for Home Assistant, handles calls from Alexa Skill and a Google Action
Stars: ✭ 11 (-97.24%)
Mutual labels:  alexa
SinricPro Generic
Simple way to control your IOT development boards like ESP8226, ESP32, Arduino SAMD21, Adafruit SAMD21, SAMD51, nRF52, STM32, Teensy, SAM DUE with Amazon Alexa or Google Home
Stars: ✭ 18 (-95.48%)
Mutual labels:  alexa
alexa-conversation
Framework to easily test your Alexa skills functionally by creating a conversation with your skill.
Stars: ✭ 51 (-87.19%)
Mutual labels:  alexa
Hoobs
Build your Smart Home with HOOBS. Connect over 2,000 Accessories to your favorite Ecosystem.
Stars: ✭ 325 (-18.34%)
Mutual labels:  alexa
ioBroker.cloud
Enable access to ioBroker from internet
Stars: ✭ 36 (-90.95%)
Mutual labels:  alexa
AlexaAndroid
No description or website provided.
Stars: ✭ 15 (-96.23%)
Mutual labels:  alexa
Haaska
Home Assistant Alexa Skill Adapter that supports v3 of the Alexa Smart Home Skill API
Stars: ✭ 369 (-7.29%)
Mutual labels:  alexa
Home Assistantconfig
🏠 Home Assistant configuration & Documentation for my Smart House. Write-ups, videos, part lists, and links throughout. Be sure to ⭐ it. Updated FREQUENTLY!
Stars: ✭ 3,687 (+826.38%)
Mutual labels:  alexa
Alexa Skill Kit
Library for effortless Alexa Skill development with AWS Lambda
Stars: ✭ 278 (-30.15%)
Mutual labels:  alexa

Making Alexa respond to Sign Language using Tensorflow.js

Alt Text

Try the live demo

Read the Blog Post on Tensorflow's Blog Coming Soon

Watch the video

This project has been shared extensively across social media, and covered in the press: BBC, Verge, Mashable, Fast Co, Kottke, VentureBeat, NowThis and others

Run the demo in latest Chrome/Firefox to train the model using your own words and corresponding signs/gestures. If you have an Echo plugged in closeby, it should respond, otherwise simply play around and have fun. You will need to give permission to access your webcam and microphone.

Running the code

To use the code, first install the JavaScript dependencies by running

npm install

Then start the local budo web server by running

npm start

This will start a web server on localhost:9966.

  1. Allow permission to your webcam and microphone.

  2. Add some words you want to train on.

Alt Text

Reference

To learn more about the classifier used in this repo go to KNN Image Classifier

There is a newer version of this classifier released in the new tensorflow.js which can be found here

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].