Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/w00000dy/ai-object-detection
A web AI object detection
https://github.com/w00000dy/ai-object-detection
ai artificial-intelligence artificial-intelligence-projects camera camera-detect css detection html javascript javascript-ai javascript-artificial-intelligence javascript-tensorflow ml5js object-detection object-detector tensorflow web
Last synced: 17 days ago
JSON representation
A web AI object detection
- Host: GitHub
- URL: https://github.com/w00000dy/ai-object-detection
- Owner: w00000dy
- Created: 2021-02-12T21:45:30.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-07-04T18:08:20.000Z (4 months ago)
- Last Synced: 2024-10-10T23:55:02.910Z (about 1 month ago)
- Topics: ai, artificial-intelligence, artificial-intelligence-projects, camera, camera-detect, css, detection, html, javascript, javascript-ai, javascript-artificial-intelligence, javascript-tensorflow, ml5js, object-detection, object-detector, tensorflow, web
- Language: JavaScript
- Homepage: https://woody.pizza/tensorflow/object-detection/
- Size: 13.7 KB
- Stars: 72
- Watchers: 5
- Forks: 37
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🤖 ai-object-detection
## 👋 About this project
This is a web AI object detection. You can use it in your web browser. This web application uses the camera of your device to detect objects.## ⚙️ Features
- ✅ Toggle switch to turn AI on or off
- ✅ Range slider to control frame rate## 💪 Try it
If you are not convinced yet just try it out here: https://woody.pizza/tensorflow/object-detection/## 🌐 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/)