Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/w00000dy/ai-hand-detection

A web AI hand detection
https://github.com/w00000dy/ai-hand-detection

ai artificial-intelligence artificial-intelligence-projects camera camera-detect css detection hand-detection hand-detector html javascript javascript-ai javascript-artificial-intelligence javascript-tensorflow ml5js tensorflow web

Last synced: 3 months ago
JSON representation

A web AI hand detection

Awesome Lists containing this project

README

        

# 🤖 ai-hand-detection
## 👋 About this project
This is a web AI hand detection. You can use it in your web browser. This web application uses the camera of your device to detect your hand.

## ⚙️ Features

- ✅ Toggle switch to turn AI on or off
- ✅ Range slider to control frame rate
- ✅ Mouse example to show a possible usage case
- ✅ Configurable border in mouse example

## 🖼️ Images
live AI-hand-detection

## 💪 Try it
If you are not convinced yet just try it out here: https://woody.pizza/tensorflow/hand-detection/

There is also an example where you can control the mouse by using your hand: https://woody.pizza/tensorflow/hand-detection/mouse

## 🌐 Multiple browser support
Probably this will work with the most browsers, but here is a list which browsers I have tested:

| Browser | supported |
|:-----------------:|:---------:|
| Firefox | ✅ |
| Chrome | ✅ |
| Edge | ✅ |
| Internet Explorer | ❌ |

| Mobile Browser | supported |
|:--------------:|:---------:|
| Firefox | ✅ |
| Chrome | ✅ |

## ✌️ Credits
- [Materialize](https://materializecss.com/)
- [ml5js](https://ml5js.org/)