A web app to classify images uploaded from users. It gives the top 3 predictions of the image. Its based on a CNN model that classifies images into one of the 10 classes ( airplane, automobile, bird, cat, deer, dog, frog, horse, ship, truck). The model was integrated with Web app made using Flask. Technologies used: Python, Flask, Tensorflow.