This document describes a system for identifying vehicles from front view images using machine learning techniques. The system first detects moving vehicles using background subtraction, then classifies vehicle type. It discusses using Gaussian mixture models for background subtraction and DBSCAN clustering to identify vehicle regions. The methodology section outlines the full proposed system, including preprocessing, object detection using background subtraction and clustering, object tracking with optical flow, and speed estimation using a Kalman filter. It aims to provide an alternative to radar-based vehicle detection and classification systems.