lesreaper / tfjs-models

Pretrained models for TensorFlow.js

Home Page:https://js.tensorflow.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pre-trained TensorFlow.js models

This repository hosts a set of pre-trained models that have been ported to TensorFlow.js.

The models are hosted on NPM and unpkg so they can be used in any project out of the box. They can be used directly or used in a transfer learning setting with TensorFlow.js.

To find out about APIs for models, look at the README in each of the respective directories. In general, we try to hide tensors so the API can be used by non-machine learning experts.

For those intested in contributing a model, please file a GitHub issue to gauge interest. We are trying to add models that complement the existing set of models and can be used as building blocks in other apps.

Models

Image classification

  • MobileNet - Classify images with labels from the ImageNet database.
    • npm install @tensorflow-models/mobilenet
  • PoseNet - Realtime pose detection. Blog post here.
    • npm install @tensorflow-models/posenet

About

Pretrained models for TensorFlow.js

https://js.tensorflow.org

License:Apache License 2.0


Languages

Language:TypeScript 78.4%Language:JavaScript 19.0%Language:HTML 2.7%