This project utilizes TensorFlow models for object detection, hand gesture recognition, and face mesh detection.
Before running this project, make sure you have the following packages installed:
- @tensorflow-models/coco-ssd@^2.2.2
- @tensorflow/tfjs@^2.4.0
- @stripe/react-stripe-js
- @tensorflow-models/handpose
- @tensorflow-models/facemesh
- fingerpose
- react-webcam
Use the package manager npm to install the necessary packages:
npm install
Usage
To start the application, run the following command:
npm start
This will launch the app and display the different components.
This component utilizes TensorFlow models to detect objects in images displayed on the screen.
The GestureRecognition component captures handshapes and recognizes predefined gestures such as "Thumbs Up" and "Victory" sign.
The FacemashDetection component captures the face and creates a 2D triangulation according to the face, similar to Snapchat filters.
v0.1.0
This project is licensed under the MIT License. See the LICENSE file for details.
© 2023 Zeeshan Rafiq. All rights reserved.
Feel free to modify the content according to your project's specific details and requirements.