NARUTO Hand Sign Programming System ๐ฅท
August 3, 2025 ยท View on GitHub
๐ Language / ่จ่ช
A real-time gesture recognition programming system based on deep learning that recognizes Naruto hand signs for code programming and keyboard input.
โจ Features
- ๐ฏ Real-time Gesture Recognition: Efficient real-time detection based on YOLOX-Nano model
- ๐ป Hand Sign Programming: Code writing and keyboard input through hand sign combinations
- ๐ฅ๏ธ Graphical Interface: Intuitive GUI with real-time video display and code editor
- โจ๏ธ Keyboard Simulation: Detected gestures automatically converted to keyboard input
- ๐ History Records: Real-time display of hand sign history and programming results
- ๐จ Visualization: Real-time display of detection boxes, confidence scores, and FPS
๐ฎ Supported Hand Signs
The system recognizes 12 zodiac hand signs: Rat, Ox, Tiger, Rabbit, Dragon, Snake, Horse, Goat, Monkey, Rooster, Dog, Pig
๐ Quick Start
System Requirements
- Windows OS
- Python 3.7+
- Camera device
Installation and Running
- Clone the project
git clone https://github.com/Wangxs404/naruto-coding
cd naruto-coding
- Install dependencies
pip install -r requirements.txt
- Run the program
python app.py
๐ฏ Usage
- Click the "Start" button after launching the program
- Make hand sign gestures in front of the camera
- The system will automatically recognize hand signs and convert them to code input
- Use specific hand sign combinations to trigger shortcuts and programming operations
- Write and run code in the code editor
๐ Project Structure
๐ Sponsor
If this project helps you, welcome to sponsor and support development!
Scan to Sponsor / ๆซ็ ่ตๅฉ
๐ Acknowledgments
This project is based on the following repository:
- NARUTO-HandSignDetection - Original hand sign detection project
Thanks to the original author for the open source contribution!
๐ License
// ... existing code ...