Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 496 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 496 Bytes

dupImg

An Android app for cleaning near-duplicated images using machine learning algorithms

The app uses ImageNet convolutional neural network with TensorFlow Lite (TensorFlow's lightweight solution for mobile and embedded devices) for image classification, then takes the output feature vectors and uses them as an input points to the DBScan algorithm for clustering.

DBScan simulation on 2-dimensional space

DBScan simulation