Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 1.21 KB

README.md

File metadata and controls

17 lines (11 loc) · 1.21 KB

What is Kompare

Kompare is a simple image comparison software written in Kotlin. It uses Jetpack Compose as a UI framework, so it can be easily launched on any platform. With the help of OpenCV, Kompare quickly finds duplicate or similar images, helping you organize your photo collection and get rid of unnecessary duplicates. Whether you’re cleaning up personal photos or managing a larger collection, Kompare makes it simple to spot and remove similar images with just a few clicks. Screenshot 2024-12-16 at 00 55 43

Screenshots

Screenshot 1 Screenshot 2
Screenshot 3 Screenshot 4

Compilation

To compile the app, everything you need to do is clone the repo and launch a build task in Gradle as you usually do with other Kotlin/Java projects.