The Hand Pose Application is a dynamic system designed to detect hand pose positions using the TensorFlow library. 🚀
This repository contains an implementation of:
✅ Real-Time Hand Pose Detection 🤚🖐️👌
The objective of this application is to identify hand pose positions by leveraging the power of the TensorFlow library. The system reads the user's hand and identifies key movement points, providing an effective hand pose detection mechanism. The goal is to explore new recognition methods using JavaScript and to acquire new knowledge in the process.
real-time-ai-hand-pose
├── public/
│ └── index.html
├── src/
│ └── App.js
│ └── index.js
│ └── utilities.js
Make sure you have the following installed:
- Node.js (v16+ recommended)
git clone https://github.com/omatheusribeiro/real-time-ai-hand-pose.git
cd real-time-ai-hand-pose
# Install dependencies
npm install
$env:NODE_OPTIONS="--openssl-legacy-provider"
npm start
Then open your browser and go to: http://localhost:3000/ 🚀
- React
- TensorFlow.js
- JavaScript
- HTML & CSS
This project is licensed under the BSD 3-Clause License.