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.
To get a local copy of the project up and running on your machine, follow these steps:
- Install Flutter
- Clone the repository
git clone https://github.com/blackmonk13/looks_like_it.git
- Navigate to the project directory
cd looks_like_it
- Get the required packages
flutter pub get
- Run the app on an Android emulator or device
flutter run
- Launch the application.
- Use the button in the top-left corner to set the desired similarity threshold.
- Click on the "Choose Folder" button in the center of the screen to select a folder containing images you want to compare.
- The app will index all images in the selected folder and identify similar images based on the set threshold.
- View the results, which show similar images side by side.
- Use the tools in the top bar of the results screen to interact with the found similarities (e.g., zoom, rotate, or delete).
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.