echo "# Hand Tracking System
A computer vision-based hand tracking system for production monitoring.
- Real-time hand gesture detection
- Production cycle tracking
- Quality monitoring
- Video recording capability
```bash git clone https://github.com/Mertyandimata/hand-tracking-system.git cd hand-tracking-system pip install -r requirements.txt ```
```bash python production_tracking.py ```" > README.md
git add README.md git commit -m "Add README" git push