Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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`