Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rimo02/sign-language-detection

Detecting American Sign Language using Graph Conv Network and Mediapipe
https://github.com/rimo02/sign-language-detection

gnn graph-attention mediapipe

Last synced: 3 days ago
JSON representation

Detecting American Sign Language using Graph Conv Network and Mediapipe

Awesome Lists containing this project

README

        

# Results

![Alt text](Images/output.png)

`Using the landmarks coordinates for hand gestures {x,y,z} generated using mediapipe i transformed the dataset to a graph classification problem.
Our model also achieved quite a good accuracy - 90% on training set and 86% on test set.`

## References
[DeepFindr gnn-project](https://github.com/deepfindr/gnn-project/tree/main)