This document summarizes the development of an automatic metro train prototype that shuttles between two stations without a driver. The prototype uses an Arduino controller programmed to stop the train at each station based on signals from infrared sensors. It counts the number of passengers entering and exiting to ensure the train does not exceed capacity. When the train reaches a station, it automatically stops, opens the doors for a set time, then closes the doors and proceeds to the next station according to a predefined schedule. The goal is to develop a framework for a driverless train using sensors and a microcontroller that can safely and reliably transport passengers between stations.