Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/becem-gharbi/tensorflow-demos

TensorFlow js demos
https://github.com/becem-gharbi/tensorflow-demos

nuxt3 tensorflowjs

Last synced: 5 days ago
JSON representation

TensorFlow js demos

Awesome Lists containing this project

README

        

# 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:

```bash
yarn install
```

## Development Server

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

```bash
yarn dev
```

## Production

Build the application for production:

```bash
yarn generate
```

Locally preview production build:

```bash
yarn preview
```

Check out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information.