Skip to content

Commit 8a1e260

Browse files
Update README.md
1 parent 5bf1147 commit 8a1e260

1 file changed

Lines changed: 22 additions & 6 deletions

File tree

README.md

Lines changed: 22 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,16 @@ A **world-class, real-time power grid simulation system** integrating electrical
99

1010
![Manhattan Power Grid Dashboard](dashboard-preview.png)
1111

12+
## 🎥 Live Demo
13+
14+
**Watch the full system demonstration on YouTube:**
15+
16+
[![Manhattan Power Grid Demo](https://img.shields.io/badge/YouTube-Demo_Video-red.svg?logo=youtube)](https://youtu.be/36mGJWjrSxw)
17+
18+
🔗 **[Watch Demo: Manhattan Power Grid Simulation - Electric Vehicles, V2G & AI Analytics](https://youtu.be/36mGJWjrSxw)**
19+
20+
See the system in action with live power flow analysis, EV simulation, V2G emergency response, and AI-powered grid management.
21+
1222
## 🌟 Key Features
1323

1424
### **Advanced Power Grid Simulation**
@@ -85,8 +95,8 @@ sudo apt-get install sumo sumo-tools sumo-doc
8595

8696
1. **Clone the repository**
8797
```bash
88-
git clone https://github.com/XGraph-Team/manhattan-power-grid.git
89-
cd manhattan-power-grid
98+
git clone https://github.com/XGraph-Team/SumoXPypsa.git
99+
cd SumoXPypsa
90100
```
91101

92102
2. **Create virtual environment**
@@ -227,7 +237,7 @@ Market Price: $0.15/kWh # Energy trading price
227237
### File Structure
228238
229239
```
230-
manhattan-power-grid/
240+
SumoXPypsa/
231241
├── 📁 api/ # API endpoints (organized)
232242
├── 📁 core/ # Core system components
233243
│ ├── power_system.py # PyPSA power grid
@@ -434,7 +444,6 @@ SOFTWARE.
434444
- **Flask** - Web framework
435445
- **OpenAI** - AI integration capabilities
436446
437-
438447
## 🗺️ Roadmap
439448
440449
### Current Version (v1.0)
@@ -466,12 +475,19 @@ SOFTWARE.
466475
- **API Latency**: Average < 50ms response time
467476
- **Scalability**: Horizontally scalable with Docker/Kubernetes
468477
478+
## 📺 Media & Resources
479+
480+
- **[📹 Watch Demo Video](https://youtu.be/36mGJWjrSxw)** - Full system demonstration
481+
- **[📚 Documentation](https://github.com/XGraph-Team/SumoXPypsa/wiki)** - Detailed guides
482+
- **[🐛 Report Issues](https://github.com/XGraph-Team/SumoXPypsa/issues)** - Bug reports and feature requests
483+
- **[💬 Discussions](https://github.com/XGraph-Team/SumoXPypsa/discussions)** - Community forum
484+
469485
---
470486
471487
<div align="center">
472488
473489
**Built with ❤️ for sustainable energy and smart city infrastructure**
474490
475-
[⭐ Star this repo](https://github.com/XGraph-Team/manhattan-power-grid) • [🍴 Fork it](https://github.com/XGraph-Team/manhattan-power-grid/fork) • [📝 Report Issues](https://github.com/XGraph-Team/manhattan-power-grid/issues)
491+
[⭐ Star this repo](https://github.com/XGraph-Team/SumoXPypsa) • [🍴 Fork it](https://github.com/XGraph-Team/SumoXPypsa/fork) • [📺 Watch Demo](https://youtu.be/36mGJWjrSxw)
476492
477-
</div>
493+
</div>

0 commit comments

Comments
 (0)