Giter Site home page Giter Site logo

mgallery-py's Introduction

Image deduplication app

About

Image deduplicate script and GTK app to compare.

Python 3.11 Code style: black License

Author: Alexander Chaika [email protected]

Source link: https://github.com/manti-by/mgallery-py/

Rust mirror: https://github.com/manti-by/mgallery-rust/

Requirements:

Python 3.11, OpenCV, Redis, GTK

Script setup

  1. Set appropriate environment variables:

    export REDIS_URL=redis://127.0.0.1:6379/5
    export GALLERY_PATH=/home/ubuntu/app/data/
    export DEBUG_LOG=/home/ubuntu/app/logs/debug.log
    export ERROR_LOG=/home/ubuntu/app/logs/error.log
  2. Install necessary libraries

    sudo apt install -y pkg-config python3-dev libraw-dev
    sudo apt install -y python3-gi python3-gi-cairo gir1.2-gtk-3.0 libgirepository1.0-dev gcc libcairo2-dev
  3. Setup environment and install packages from requirements file:

    pip3 install -r requirements.txt
  4. Scan gallery and compare duplicates

    make setup
    make scan
    make compare

mgallery-py's People

Contributors

manti-by avatar

Stargazers

 avatar

Watchers

 avatar  avatar

mgallery-py's Issues

Update merger script

  • Add weights for directories (files count).
  • Add files exclusion for root directory (do not delete them and its duplicates), but if we have more than one duplicate outside root directory, delete image from a directory with the highest weight.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.