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

100ms hand detection #7

Merged
merged 4 commits into from
Jul 5, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,19 @@ yarn lint
- **src/components/UToast**: _A custom component for toast should the message of the toast has an HTML tag_
- **src/components/UVideo**: _Show a video of the connected user and also the alphabet based on the hand sign overlays the video_


## Intro to Tensorflow

[Tensorflow](https://www.tensorflow.org/) is an end-to-end platform _(`meaning: delivering complex systems or services in functional form after developing it from beginning to end.`)_ used for building Machine Learning applications and it is also open-source.

## Fingerpose

It is a gesture classifier for hand landmarks detected by Mediapipe hand pose detection

### Utils

- **src/utils/handsigns**: _This is where we defined the hand gesture for all alphabets_
- **src/utils/hms**: _This is where we initiated the 100ms HMS reactive store_

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).
Loading