This document summarizes a paper that presents a speaker identification system using Mel Frequency Cepstral Coefficients (MFCCs). MFCCs are used to extract features from speech signals that are less susceptible to variations between recordings of the same speaker. Vector quantization is then used to compress the extracted features for matching against enrolled speaker models. The system contains modules for feature extraction using MFCCs and feature matching, which are the two main components of all speaker recognition systems.