Skip to content

listerys/ASL

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ASL

Making Google Assistant respond to Sign Language using Tensorflow.js

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.

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 72.6%
  • CSS 16.3%
  • HTML 11.1%