Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/w00000dy/ai-hand-detection
- Owner: w00000dy
- Created: 2021-03-02T21:41:10.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-07-04T18:03:35.000Z (7 months ago)
- Last Synced: 2024-10-10T23:55:02.537Z (4 months ago)
- Topics: 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
- Language: JavaScript
- Homepage: https://woody.pizza/tensorflow/hand-detection/
- Size: 19.5 KB
- Stars: 30
- Watchers: 3
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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## 💪 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/)