{"id":16110940,"url":"https://github.com/roma-glushko/image-color-clustering","last_synced_at":"2026-04-10T20:53:45.280Z","repository":{"id":37673500,"uuid":"282724140","full_name":"roma-glushko/image-color-clustering","owner":"roma-glushko","description":null,"archived":false,"fork":false,"pushed_at":"2023-10-03T22:05:07.000Z","size":1654,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-06T06:28:32.229Z","etag":null,"topics":["clustering-algorithm","image-processing","ipython-notebook","kmeans-clustering","machine-learning","python3"],"latest_commit_sha":null,"homepage":"","language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/roma-glushko.png","metadata":{"files":{"readme":"README.MD","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2020-07-26T20:02:54.000Z","updated_at":"2024-01-16T10:09:48.000Z","dependencies_parsed_at":"2024-12-19T14:21:17.886Z","dependency_job_id":"bbc83752-ff02-4b98-971e-3b53be1b0882","html_url":"https://github.com/roma-glushko/image-color-clustering","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/roma-glushko/image-color-clustering","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roma-glushko%2Fimage-color-clustering","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roma-glushko%2Fimage-color-clustering/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roma-glushko%2Fimage-color-clustering/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roma-glushko%2Fimage-color-clustering/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/roma-glushko","download_url":"https://codeload.github.com/roma-glushko/image-color-clustering/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roma-glushko%2Fimage-color-clustering/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31658964,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-10T17:19:37.612Z","status":"ssl_error","status_checked_at":"2026-04-10T17:19:13.364Z","response_time":98,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["clustering-algorithm","image-processing","ipython-notebook","kmeans-clustering","machine-learning","python3"],"created_at":"2024-10-09T19:39:50.544Z","updated_at":"2026-04-10T20:53:45.258Z","avatar_url":"https://github.com/roma-glushko.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Image Color Clastering\n\nProject uses K-mean clustering algorithm to apply popart-like effect: image colors are being clustered which helps to simplify color pallete on the image.\n\nParameter K in K-mean algorightm defines how many colors should be used in order to simplify the image.\n\n## Examples\n\n### Example1. Moon (\u003ca href=\"https://unsplash.com/photos/UP22zkjJGZo\"\u003eCredits\u003c/a\u003e)\n\n| Clusters | 2 | 4 | 10 | 36 | Original |\n|----------|---|---|----|----|----------|\n| Results   |  \u003cimg src=\"https://raw.githubusercontent.com/roma-glushko/image-color-clustering/master/docs/image2/image2.2.jpg\" height=\"300px\" width=\"200px\" /\u003e |  \u003cimg src=\"https://raw.githubusercontent.com/roma-glushko/image-color-clustering/master/docs/image2/image2.4.jpg\" height=\"300px\" width=\"200px\" /\u003e |  \u003cimg src=\"https://raw.githubusercontent.com/roma-glushko/image-color-clustering/master/docs/image2/image2.10.jpg\" height=\"300px\" width=\"200px\" /\u003e |  \u003cimg src=\"https://raw.githubusercontent.com/roma-glushko/image-color-clustering/master/docs/image2/image2.36.jpg\" height=\"300px\" width=\"200px\" /\u003e | \u003cimg src=\"https://raw.githubusercontent.com/roma-glushko/image-color-clustering/master/docs/image2/image2.original.jpg\" height=\"300px\" width=\"200px\" /\u003e |\n\n### Example2. Tibidabo Amusement Park, Spain (\u003ca href=\"https://unsplash.com/photos/UP22zkjJGZo\"\u003eCredits\u003c/a\u003e)\n\n| Clusters | 2 | 3 | 4 | 16 | Original |\n|----------|---|---|---|----|----------|\n| Results   | \u003cimg src=\"https://raw.githubusercontent.com/roma-glushko/image-color-clustering/master/docs/image6/image6.2.jpg\" height=\"300px\" width=\"400px\" /\u003e | \u003cimg src=\"https://raw.githubusercontent.com/roma-glushko/image-color-clustering/master/docs/image6/image6.3.jpg\" height=\"300px\" width=\"400px\" /\u003e | \u003cimg src=\"https://raw.githubusercontent.com/roma-glushko/image-color-clustering/master/docs/image6/image6.4.jpg\" height=\"300px\" width=\"400px\" /\u003e | \u003cimg src=\"https://raw.githubusercontent.com/roma-glushko/image-color-clustering/master/docs/image6/image6.16.jpg\" height=\"300px\" width=\"400px\" /\u003e | \u003cimg src=\"https://raw.githubusercontent.com/roma-glushko/image-color-clustering/master/docs/image6/image6.original.jpg\" height=\"300px\" width=\"400px\" /\u003e |\n\n### Example3. Street Lights (\u003ca href=\"https://unsplash.com/photos/UP22zkjJGZo\"\u003eCredits\u003c/a\u003e)\n\n| Clusters | 2 | 3 | 4 | Original |\n|----------|---|---|---|----------|\n| Results   | \u003cimg src=\"https://raw.githubusercontent.com/roma-glushko/image-color-clustering/master/docs/image9/image9.2.jpg\" height=\"400px\" width=\"300px\" /\u003e | \u003cimg src=\"https://raw.githubusercontent.com/roma-glushko/image-color-clustering/master/docs/image9/image9.3.jpg\" height=\"400px\" width=\"300px\" /\u003e | \u003cimg src=\"https://raw.githubusercontent.com/roma-glushko/image-color-clustering/master/docs/image9/image9.4.jpg\" height=\"400px\" width=\"300px\" /\u003e | \u003cimg src=\"https://raw.githubusercontent.com/roma-glushko/image-color-clustering/master/docs/image9/image9.original.jpg\" height=\"400px\" width=\"300px\" /\u003e |\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froma-glushko%2Fimage-color-clustering","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Froma-glushko%2Fimage-color-clustering","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froma-glushko%2Fimage-color-clustering/lists"}