Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/moon0922/control-3d-model-by-facelandmark
This is the react project to control glb model in real-time using face landmark detection and three.js
https://github.com/moon0922/control-3d-model-by-facelandmark
3dmodel deep-learning react tensorflow tensorflowjs threejs web webcam
Last synced: 5 days ago
JSON representation
This is the react project to control glb model in real-time using face landmark detection and three.js
- Host: GitHub
- URL: https://github.com/moon0922/control-3d-model-by-facelandmark
- Owner: Moon0922
- Created: 2023-07-31T15:35:23.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-05-02T18:18:10.000Z (7 months ago)
- Last Synced: 2024-05-03T04:58:02.480Z (7 months ago)
- Topics: 3dmodel, deep-learning, react, tensorflow, tensorflowjs, threejs, web, webcam
- Language: JavaScript
- Homepage:
- Size: 11.8 MB
- Stars: 10
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Control 3d model in real-time by face landmark detection
### Libraries:
- [TensorflowJS](https://www.npmjs.com/package/@tensorflow/tfjs)
- [Face Landmark Detection](https://www.npmjs.com/package/@tensorflow-models/face-landmarks-detection)
- [React Webcam](https://www.npmjs.com/package/react-webcam)
- [Three JS](https://threejs.org/)### How to run & build
1. Clone
2. Run `yarn`
3. Run `yarn start`
4. Build `yarn build`