DeepRoute provides autonomous safety navigation for underground tunnels where GPS fails. Our system uses local AI to detect hazards and Google Firebase to push real-time mission maps to the surface, ensuring safety teams always know where their assets are.
The Solution: Onboard Logic: Python-based engine simulating sensor perception and autonomous path planning.
Cloud Bridge: Real-time data synchronization via Google Firebase.
Mission Dashboard: Live 2D path visualization and telemetry analysis in Google Colab
Tech Stack Language: Python 3.x
Database: Google Firebase (Real-time Database)
Environment: VS Code (Local) & Google Colab (Cloud)
Libraries: firebase-admin, matplotlib, numpy Setup & Installation
- Clone the Repo: git clone https://github.com/[your-username]/DeepRoute.git
- Install Dependencies: pip install firebase-admin matplotlib
- Configure Firebase: Place your serviceAccountKey.json in the src/ folder.
- Update the database URL in the script.
How it Works
Execution: Run navigation_engine.py to start the local simulation.
Sync: The system pushes
Future Roadmap: Integration with physical LiDAR sensors.3D mesh reconstruction of tunnel environments.Multi-agent fleet coordination.Developed for TechSprint 2026