becem-gharbi / tensorflow-demos

TensorFlow js demos

Home Page:https://tensorflow-demos.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TensorFlow demos

Nuxt 3 demo app of some TensorFlow JS models.

Pre-trained Models

  • ✔️ Face detection
  • ✔️ Hand pose detection
  • ✔️ Object detection
  • ✔️ Pose detection
  • ✔️ Face landmarks detection
  • ✔️ Question and answer
  • ✔️ Speech command recognizer

Re-trained Models

  • ✔️ Teachable machine image
  • ✔️ Teachable machine audio

Setup

Make sure to install the dependencies:

yarn install

Development Server

Start the development server on http://localhost:3000

yarn dev

Production

Build the application for production:

yarn generate

Locally preview production build:

yarn preview

Check out the deployment documentation for more information.

About

TensorFlow js demos

https://tensorflow-demos.vercel.app

License:MIT License


Languages

Language:Vue 97.1%Language:TypeScript 2.0%Language:CSS 0.9%