# mnist hand-written digit database -> build application for recognizing full phone numbers(10 digit).
## Input
mnist digit database, generated 10 digit images with random positioning,orientation,scale of individual digit images sampled randomly from the mnist database.
## Output
predict the phone number
## Model
regression model to identify the points where the split for the images has to be made and pass the
split images to mnist digit recognizer to identify the digit.