-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
deleted previous readme, added old readme contents into new one
- Loading branch information
Showing
2 changed files
with
14 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,15 @@ | ||
# AI-for-ASL | ||
Demonstrating how AI can recognize American Sign Language hand signs | ||
|
||
Demonstrating how AI can recognize American Sign Language hand signs. | ||
|
||
## Getting Started | ||
|
||
To run the sign interpreter, start by cloning the repository with `git clone {repo url}`. From there, navigate to the `src` directory and open the `index.html` file in a modern browser. Alternatively, you can open the file in Visual Studio code and use the "GoLive" extension. | ||
|
||
### What is it? | ||
|
||
The project uses p5.js and ml5.js to host an interactive sign language interpreter. The interpreter uses live video to capture frames and then predict which signs are being shown in the frame! The project is meant to expose individuals to machine learning as well as ASL. | ||
|
||
### Limitations | ||
|
||
Currently, the model is trained only on letters A-I. We plan to expand the letters and experience options in the future! |
This file was deleted.
Oops, something went wrong.