
Near Duplicate Image Detection Using Image Net Model
Author(s) -
B. Anusha
Publication year - 2021
Publication title -
international journal for research in applied science and engineering technology
Language(s) - English
Resource type - Journals
ISSN - 2321-9653
DOI - 10.22214/ijraset.2021.37243
Subject(s) - computer science , upload , image (mathematics) , convolutional neural network , the internet , similarity (geometry) , artificial intelligence , computer vision , convolution (computer science) , artificial neural network , pattern recognition (psychology) , information retrieval , world wide web
The rapid development in the technology of Internet and the increase in the usage of mobile devices, it is very easy for users to capture, communicate and share the images through the networks. The spectacular achievement of convolution neural networks in the area of computer vision, will help us to match the features that are very similar between the images for detecting the duplicate version of the image. In this project we use Image Net model that mainly provide a large database that contains many images of different categories. Flask framework is used in this project, which includes many libraries, modules that helps the web developer to write web application. In this project the user is allowed to upload the image, then the image features will be extracted and fed to the CNN model. The CNN model will calculate the similarity distance between the images that is already present in the database and detect the top four images that are duplicate version of the uploaded image.