Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/salim4n/tfjs-playground

Use case of Deep Learning in WebGL with Tensorflow
https://github.com/salim4n/tfjs-playground

ant-design drei nextjs tailwindcss tensorflowjs three-fiber typescript

Last synced: 5 days ago
JSON representation

Use case of Deep Learning in WebGL with Tensorflow

Awesome Lists containing this project

README

        

**English:**

# tfjs-playground

Welcome to tfjs-playground! This project is a Next.js application integrated with TensorFlow.js. Here, you can explore the creation and usage of machine learning models using TensorFlow.js. The project is a work in progress but is well underway. Currently, we have completed models for fake data, Boston housing prediction, object detection using COCO-SSD, and speech command recognition. Additionally, work is ongoing for hand pose detection.

## Features:
- Fake Data Model
- Boston Housing Prediction Model
- Object Detection with COCO-SSD
- Speech Command Recognition
- Hand Pose Detection (Work in Progress)

## Usage:
1. Clone this repository.
2. Install dependencies: `npm install`
3. Run the development server: `npm run dev`
4. Open [http://localhost:3000](http://localhost:3000) in your browser to view the application.

Feel free to explore, contribute, or provide feedback!

---

**Français:**

# tfjs-playground

Bienvenue sur tfjs-playground ! Ce projet est une application Next.js intégrée avec TensorFlow.js. Ici, vous pouvez explorer la création et l'utilisation de modèles d'apprentissage automatique avec TensorFlow.js. Le projet est en cours de réalisation mais est bien avancé. Actuellement, nous avons des modèles terminés pour les fausses données, la prédiction de logements à Boston, la détection d'objets à l'aide de COCO-SSD et la reconnaissance de commandes vocales. De plus, le travail est en cours pour la détection de poses de main.

## Fonctionnalités :
- Modèle de fausses données
- Modèle de prédiction de logements à Boston
- Détection d'objets avec COCO-SSD
- Reconnaissance de commandes vocales
- Détection de poses de main (en cours)

## Utilisation :
1. Clonez ce dépôt.
2. Installez les dépendances : `npm install`
3. Lancez le serveur de développement : `npm run dev`
4. Ouvrez [http://localhost:3000](http://localhost:3000) dans votre navigateur pour voir l'application.

N'hésitez pas à explorer, contribuer ou fournir des commentaires !