Skip to content

Commit

Permalink
deleted previous readme, added old readme contents into new one
Browse files Browse the repository at this point in the history
  • Loading branch information
rjmara committed Aug 3, 2023
1 parent 3e6a647 commit 8897021
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 9 deletions.
15 changes: 14 additions & 1 deletion README.md
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!
8 changes: 0 additions & 8 deletions SignInterpreter/README.md

This file was deleted.

0 comments on commit 8897021

Please sign in to comment.