Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

[Scenario] photo catalog sorting wizard

Open
#2 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
5/5
Estimated time
Over a week
Newbie friendliness
25/100
Issue type
Feature
Clarity
Needs clarification
Activity status
Stale
Tech stack
python

Research direction

No files, tests, or entry points are identified in the issue. First define how photo similarity, sharpness, scene size, computer-specific weights, grouping, and output columns should work; done means an agreed implementation scope and validated catalog output.

Written by the indexing model from the issue text.

Description

Purpose: simplify sorting of big photo catalog

Stages:

  1. Detect similar photos
  2. Select best photo among similar photos (according to different score and weights per computer)
    • compute sharpest quality
    • compute largest scene
    • any other computer weights
  3. Select the best photo (if no ambiguity) or a subset of best photos
  4. Outputs will be a text file with columns:
    • photo-path
    • group-id (identify the similar photos)
    • score-total (taking in account weight parameters)
    • score-<computer-name> raw result of each computer (allow to avoid computing again if value exists)
Dominant language
Python
Stars
1
Forks
0
PR merge metrics
No merged PRs in 30d

Getting set up

We have not checked this project's setup files yet. Start from its README, and see our first-contribution guide for the general steps.

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from edeforas/DarkMap

All issues in edeforas/DarkMap

Similar issues

More Python issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.