Top AI Repos β open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Simple project to recognize hands in realtime. π Serves as an Example for building your own object recognizer.
| Date | Stars |
|---|---|
| 2026-07-24 | 346 |
| 2026-07-25 | 346 |
| 2026-07-28 | 346 |
| 2026-07-30 | 346 |
| 2026-08-06 | 346 |
Today
β stars today
This week
β stars this week
This month
β stars this month
Momentum
0.0
growth rate 0.00%/day
# Hand Gesture Recognition This simple sample project recognizes hands in realtime. π It serves as a basic example for recognizing your own objects. Suitable for AR π€. Written for the tutorial [βCreate your own Object Recognizerβ](https://medium.com/p/7f8c09b461a1).  [Demo Video - on Youtube](https://youtu.be/P3Q8awgT9Lk) Tech: iOS 11, ARKit, CoreML, iPhone 7 plus, Xcode 9.1, Swift 4.0 ## Notes: This demonstrates basic Object Recognition (for spread hand π, fist π, and no hands β). It serves as a building block for object detection, localization, gesture-recognition, and hand tracking. Disclaimer: The sample model provided here was captured in 1 hour and is biased to one human handΒ ππΌ. Itβs intended as a placeholder for your own models. (See [Tutorial](https://medium.com/p/7f8c09b461a1)) --- ## Steps Taken (Overview) _Hereβs an overview of the steps taken. (You can also view my commit history to see steps involved.)_ 1. Build an Intuition by playing with Google CL's [Teachable Machine](https://teachablemachine.withgoogle.com/). 2. Build dataset. 3. Create a Core ML Model using Microsoft's [CustomVision.ai](https://www.customvision.ai/). 4. Run the model in realtime with ARKit. [Full Tutorial here](https://medium.com/p/7f8c09b461a1) _P.S. A few well selected images are sufficient for CustomVision.ai . For the sample model here, I did 3 rounds of data collection (adding 63, 38, 21 images per round). Alternating classes during data collection also appeared to work better than gathering all the class images at once._  ## License MIT Open Source License. π§ Use as you wish. Have fun! π
Excerpt of 1,821 characters
Read on GitHubWould you bet a product on this? Bounded 0β100 and slow moving.
matched fp:cabd89a6c06b8441, topic:computer-vision, readme:object detection