Skip to content
/ dupImg Public

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

License

Notifications You must be signed in to change notification settings

YoavBZ/dupImg

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages