{"id":24576135,"url":"https://github.com/erenokur/python-image-colorization","last_synced_at":"2026-05-10T16:02:48.372Z","repository":{"id":270620820,"uuid":"910936201","full_name":"erenokur/python-image-colorization","owner":"erenokur","description":"colorize black-and-white images","archived":false,"fork":false,"pushed_at":"2025-01-02T19:13:35.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-17T12:47:02.974Z","etag":null,"topics":["colorization","image-processing","neural-network","opencv","python"],"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/erenokur.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-01-01T20:52:35.000Z","updated_at":"2025-01-02T19:13:38.000Z","dependencies_parsed_at":"2025-01-01T22:27:01.736Z","dependency_job_id":"4d6cbb93-9cf1-4a60-b7f8-b95dd7841a1d","html_url":"https://github.com/erenokur/python-image-colorization","commit_stats":null,"previous_names":["erenokur/python-image-colorization"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/erenokur/python-image-colorization","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erenokur%2Fpython-image-colorization","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erenokur%2Fpython-image-colorization/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erenokur%2Fpython-image-colorization/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erenokur%2Fpython-image-colorization/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/erenokur","download_url":"https://codeload.github.com/erenokur/python-image-colorization/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erenokur%2Fpython-image-colorization/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274107693,"owners_count":25223451,"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","status":"online","status_checked_at":"2025-09-07T02:00:09.463Z","response_time":67,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["colorization","image-processing","neural-network","opencv","python"],"created_at":"2025-01-23T22:21:48.469Z","updated_at":"2026-05-10T16:02:48.319Z","avatar_url":"https://github.com/erenokur.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# python-image-colorization\n\nThis project provides a script to colorize black-and-white images using a pre-trained neural network. The program processes grayscale images in a specified folder, colorizes them, and saves the results in a subfolder. It leverages OpenCV's DNN module and a Caffe model for image colorization.\n\n### Installing\n\nModel files are too large you need to use LFS to download them. You can install LFS using the following command:\n\n```bash\ngit lfs install\n```\n\nOr you install manually on Git LFS, please visit [Git LFS website](https://git-lfs.github.com/).\n\nClone the Repository\n\n```bash\ngit clone \u003crepository_url\u003e\n```\n\nFetch LFS Files\n\n```bash\ngit lfs fetch\n```\n\nEnsure the following Python libraries are installed:\n\n- opencv-python\n- numpy\n\nYou can install them using pip:\n\n```bash\npip install -r requirements.txt\n```\n\nNote: My Python version is 3.8.4. You may need to install the required libraries with the appropriate version.\n\n### Resources\n\nhe following files are required and should be placed in a models folder within the root directory:\n\n1. colorization_deploy_v2.prototxt - Model architecture file.\n\n2. colorization_release_v2.caffemodel - Pre-trained weights.\n\n3. pts_in_hull.npy - Cluster center data for colorization.\n\n### Feedback\n\nIf you have any feedback about the project, please let me know. I am always looking for ways to improve the user experience.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferenokur%2Fpython-image-colorization","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ferenokur%2Fpython-image-colorization","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferenokur%2Fpython-image-colorization/lists"}