Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/becem-gharbi/tensorflow-demos
- Owner: becem-gharbi
- License: mit
- Created: 2023-02-27T19:05:30.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-13T14:24:27.000Z (over 1 year ago)
- Last Synced: 2024-11-09T14:47:00.915Z (2 months ago)
- Topics: nuxt3, tensorflowjs
- Language: Vue
- Homepage: https://tensorflow-demos.vercel.app
- Size: 731 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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.