Scene recognition is a task of computer vision. The project is all about to detect the scene with its attribute and category. Here, it is going to use convolutional neural network (CNN) to detect the scene. Convolutional neural network is effective for image classification. To get accurate results we must learn the deep features of image which is possible with the help of convolutional neural network. Here, we are going to train two specific convolutional neural networks in which one of the convolutional neural network is of object centric and the other is of scene centric. These two networks will work parallel which will reduce the response time of the system and improve the accuracy.