Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement fingerspell classification in the client side #7

Open
kevinjosethomas opened this issue May 30, 2024 · 0 comments
Open

Implement fingerspell classification in the client side #7

kevinjosethomas opened this issue May 30, 2024 · 0 comments
Labels
enhancement New feature or request receptive ASL → English technology

Comments

@kevinjosethomas
Copy link
Owner

Description

Currently, both MediaPipe and the Pointnet model are inference on the server side (see #6). We should look into using Tensorflow.js to classify the landmarks into English alphabet on the client side itself. This will significantly reduce the load on the server and make it accessible to more people around the world.

Alternatively, if Tensorflow.js is not the optimal approach, we can transmit landmarks to the server using websockets and classify them server-side, but this is not the ideal approach.

@kevinjosethomas kevinjosethomas added enhancement New feature or request receptive ASL → English technology labels May 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request receptive ASL → English technology
Projects
None yet
Development

No branches or pull requests

1 participant