This project is an autonomous RC car that is equipped with a variety of advanced technologies to enable it to navigate and perform tasks on its own. The car is outfitted with a sonar sensor, which is used for detecting obstacles and allowing the car to avoid collisions. Additionally, the car is equipped with a camera which is used for live video feed that can be accessed via a Flask-based GUI. The GUI also allows for manual control of the car, in case you want to take over and drive it yourself. To make it more advanced, Object Detection is added using YOLOv5 which is able to detect and identify objects in the car's environment, which provides the car with more information to make decisions on its own. The car is powered by a Raspberry Pi, which acts as the central controller for all the various subsystems. Overall, this project is an impressive example of how modern technology can be used to create sophisticated autonomous systems.