MetroMind is an AI-powered intelligent depot management and scheduling system built for Kochi Metro. It acts as the central brain for depot operations — autonomously optimizing train scheduling, maintenance planning, and resource allocation through advanced mathematical optimization and machine learning. MetroMind transforms conventional human-dependent depot workflows into predictive, adaptive, and self-optimizing operations, ensuring efficiency, safety, and reliability across every daily cycle.
# 1. Clone Repository
git clone https://github.com/yourusername/metromind.git
cd metromind
# 2. Backend Setup
cd backend
pip install -r requirements.txt
uvicorn app.main:app --reload
# 3. Frontend Setup
cd frontend
npm install
npm run dev