TensorFlow.JS

@TensorFlowJS

Google's TensorFlow.js team enables machine learning in JavaScript (yep, that means we work right here in the browser and also in Node.js!) Come take your first steps into the wonderful world of machine learning with us :-)

Pinned Projects

    tensorflow-js-boilerplate

    The hello world for TensorFlow.js :-) Absolute minimum needed to import into your website and simply prints the loaded TensorFlow.js version. From here we can do great things. Clone this to make your own TensorFlow.js powered projects or if you are following a tutorial that needs TensorFlow.js to work.

      tensorflow-js-object-detection

      Load in a pre-trained model from the TensorFlow.js team so that you can check if objects are contained in an image. Clone this to make your own TensorFlow.js powered projects to recognize popular things in images from your webcam and more!

        tensorflow-js-body-segmentation

        Load in a pre-trained Body-Pix model from the TensorFlow.js team so that you can locate all pixels in an image that are part of a body, and what part of the body they belong to. Clone this to make your own TensorFlow.js powered projects to recognize body parts in images from your webcam and more!