The Smart Fan Control System is an AI-powered fan automation solution that detects hand gestures using a camera and adjusts the fan speed accordingly. It enhances convenience, energy efficiency, and a touch-free experience.
✅ AI-powered gesture recognition (YOLO Model)
✅ ESP32-based fan control over WiFi
✅ Adjustable fan speed using hand gestures
✅ Real-time image processing via ESP32-CAM
✅ Automatic buzzer and RGB LED activation
| Gesture | Action |
|---|---|
| ✋ Paper | Set fan speed to 75% |
| ✊ Rock | Turn off the fan |
| ✌ Scissors | Reduce speed to 50% |
| 👍 Thumbs Up | Turn On the fan |
| ☝ Up | Set fan speed to 100% |
git clone https://github.com/your-repo/smart-fan.git
cd smart-fanpip install -r requirements.txtpython main.py- ESP32 Devkit (30-pin)
- ESP32-CAM
- 120mm 4-Pin PC Fan
- TB6612FNG Motor Driver
- Relay Module
- Bridgelux Genesis Epistar Chip 3W High Power LED
- Buzzer & RGB LED
📌 Promotional Poster: View Full PDF
This project is licensed under the MIT License


