Skip to content

an application for comparing images using various image hashing algorithms

License

Notifications You must be signed in to change notification settings

blackmonk13/looks_like_it

Repository files navigation

Looks Like It

Table of Contents

About

Looks Like It is an application for comparing images using various image hashing algorithms. It provides an intuitive interface for identifying similar images within a folder.

Screenshots

screenshot1 screenshot2
screenshot3 screenshot4

Getting Started

To get a local copy of the project up and running on your machine, follow these steps:

Prerequisites

  1. Install Flutter

Installing

  1. Clone the repository
git clone https://github.com/blackmonk13/looks_like_it.git
  1. Navigate to the project directory
cd looks_like_it
  1. Get the required packages
flutter pub get
  1. Run the app on an Android emulator or device
flutter run

Usage

  1. Launch the application.
  2. Use the button in the top-left corner to set the desired similarity threshold.
  3. Click on the "Choose Folder" button in the center of the screen to select a folder containing images you want to compare.
  4. The app will index all images in the selected folder and identify similar images based on the set threshold.
  5. View the results, which show similar images side by side.
  6. Use the tools in the top bar of the results screen to interact with the found similarities (e.g., zoom, rotate, or delete).

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

This project is licensed under the MIT License - see the LICENSE file for details.