This document describes an automatic room light controller project that uses sensors and an Arduino microcontroller. The controller counts the number of people entering and leaving a room using infrared sensors. It displays the count on a LCD screen and controls the room lights, turning them on when someone enters and off when the room is empty. The controller works by using IR sensors to detect movement, incrementing or decrementing the count and sending signals to a relay driver circuit to control the lights. It provides an accurate count of occupants and automatic light control based on occupancy.