Releases: rudra496/EdgeBrain
Releases · rudra496/EdgeBrain
v1.0.0 — EdgeBrain
🧠 EdgeBrain v1.0.0
Features
- 11 simulated IoT devices across 3 rooms (temperature, motion, energy, humidity, light)
- Multi-agent AI system (Data → Decision → Action)
- 3 decision strategies: Rule engine with hysteresis, Anomaly detection (Z-Score + IQR + Gradient), No-motion timeout
- Prediction engine: Linear regression, SMA, EMA, multi-step forecasting
- Real-time React dashboard with 5 pages (Dashboard, Devices, Analytics, Agents, Settings)
- 20+ REST API endpoints with Pydantic validation + WebSocket
- Data export (CSV/JSON) for any device
- ESP32 firmware for real hardware integration
- Docker Compose — one-command setup (6 services)
- 30+ pytest tests
- GitHub Actions CI with auto-release
Quick Start
git clone https://github.com/rudra496/EdgeBrain.git
cd EdgeBrain
docker compose up --build -d
# Open http://localhost:3000Full Changelog: https://github.com/rudra496/EdgeBrain/commits/v1.0.0