This document describes a method for detecting car number plates using neural networks. It involves three main steps: 1) image pre-processing to filter noise and segment the image, 2) feature extraction using edge detection on segmented characters, and 3) character recognition using neural networks trained on extracted features and character ASCII values. The method is tested on various Indian license plate images with the goal of accurately identifying characters. It aims to improve on other techniques by leveraging neural networks for recognition.