Are there good tutorials and examples for Tensorflow.js and three.js?

I am making something like a board. The route between each component is connected in a certain relationship. I want to use AI to train the automatic generation of points. The points are connected into a line. Does anyone know?Can you tell me the feasibility?And examples?And more specific ideas combined with three.js

Hi!
Have a look at this showcase: Interactive ThreeJs model with webcam processed by TensorflowJS + source code

3 Likes

Check out one of my recent projects: The Bubble Figure. It combines TensorFlow.js with Three.js and Cannon-es.

You can find the entire code as open source on GitHub, hope it helps.