├── smart-home-automation.zip └── README.md /smart-home-automation.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mvkro1/Smart-Home-Automation/HEAD/smart-home-automation.zip -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Smart-Home-Automation 2 | 3 | 📌 Description: 4 | 5 | A Raspberry Pi-based system for smart home automation, including sensors, automation scripts, and a web dashboard. 6 | 7 | 📜 Features: 8 | 9 | • Controls lights, temperature, and more 10 | • Web-based dashboard 11 | • IoT device integration 12 | 13 | 📂 File Structure: 14 | 15 | /smart-home-automation 16 | ├── devices/ # Scripts for smart devices 17 | ├── api/ # Backend API for control 18 | ├── dashboard/ # Web control panel 19 | ├── README.md # Setup guide 20 | ├── config.yaml # Sensor configurations 21 | 22 | 🚀 How to Run: 23 | 24 | cd api && python server.py 25 | cd dashboard && npm install && npm start 26 | --------------------------------------------------------------------------------