{"id":27471094,"url":"https://github.com/swish78/photosorter","last_synced_at":"2025-04-16T01:38:57.371Z","repository":{"id":284627384,"uuid":"955155425","full_name":"Swish78/photosorter","owner":"Swish78","description":"Automatically group similar images using computer vision techniques.","archived":false,"fork":false,"pushed_at":"2025-03-26T20:50:01.000Z","size":26,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-26T21:32:52.952Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Swish78.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-03-26T07:37:30.000Z","updated_at":"2025-03-26T20:50:04.000Z","dependencies_parsed_at":"2025-03-26T21:32:56.559Z","dependency_job_id":null,"html_url":"https://github.com/Swish78/photosorter","commit_stats":null,"previous_names":["swish78/photosorter"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Swish78%2Fphotosorter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Swish78%2Fphotosorter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Swish78%2Fphotosorter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Swish78%2Fphotosorter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Swish78","download_url":"https://codeload.github.com/Swish78/photosorter/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249182788,"owners_count":21226123,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-04-16T01:38:56.952Z","updated_at":"2025-04-16T01:38:57.364Z","avatar_url":"https://github.com/Swish78.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PhotoSorter\n\nAutomatically group similar images using computer vision techniques.\n\n## Installation\n\n```bash\npip install photosorter\n```\n\n## Usage\n\nAfter installation, you can use the `photosorter` command directly from your terminal:\n\n```bash\nphotosorter [sift|deeplearning] SOURCE DESTINATION [-t THRESHOLD] [-l LIMIT] [-v]\n```\n\n### Arguments\n- `method`: Similarity detection method (sift/deeplearning)\n- `source`: Source directory containing images\n- `destination`: Output directory for grouped images\n\n### Options\n- `-t, --threshold`: Similarity threshold (0.0-1.0)\n- `-l, --limit`: Maximum number of images to process\n- `-v, --verbose`: Enable detailed processing output\n\n## Methods\n1. **SIFT** - Traditional feature matching using Scale-Invariant Feature Transform\n2. **DeepLearning** - ResNet-50 embeddings with cosine similarity comparison\n\n## Example\n```bash\n# Using deep learning method with 0.8 similarity threshold\nphotosorter deeplearning ./photos ./sorted_images -t 0.8\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fswish78%2Fphotosorter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fswish78%2Fphotosorter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fswish78%2Fphotosorter/lists"}