SCS1303 · AI Software Development · Featured Project
Smart Waste Collection
Route Planner
An AI-driven route optimization system for efficient urban waste collection.
Models city zones as weighted graphs, applies intelligent pathfinding to minimize travel distance
and operational cost, and delivers results through both CLI and GUI interfaces.
▶Graph-based zone modeling with weighted
edges for real road conditions
▶A* & Dijkstra pathfinding for optimal
multi-stop route planning
▶Greedy and heuristic strategies for
TSP-variant optimization
▶Dual interface: interactive GUI + full CLI
mode for flexibility
▶Real-world applicability — designed for
municipal waste management
Python
Graph Algorithms
A* Search
Optimization
GUI · CLI
AI Module