{"id":19082969,"url":"https://github.com/cbhihe/pix_colorize","last_synced_at":"2026-04-13T14:33:11.210Z","repository":{"id":75976243,"uuid":"91335985","full_name":"Cbhihe/Pix_colorize","owner":"Cbhihe","description":"Project to colorize pictures using 3rd party Machine Learning algorithm repos available on the net.","archived":false,"fork":false,"pushed_at":"2022-07-03T17:14:31.000Z","size":2213,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-11-12T14:35:45.586Z","etag":null,"topics":["algorithmia-api","angularjs","bootstrap","docker-container","flask","html","python","rest-api","wsgi"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Cbhihe.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":"License.md","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":"2017-05-15T12:36:36.000Z","updated_at":"2022-07-03T17:16:53.000Z","dependencies_parsed_at":null,"dependency_job_id":"a2c0cf2b-3589-408e-9ff2-e19bc3e70aa6","html_url":"https://github.com/Cbhihe/Pix_colorize","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Cbhihe/Pix_colorize","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cbhihe%2FPix_colorize","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cbhihe%2FPix_colorize/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cbhihe%2FPix_colorize/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cbhihe%2FPix_colorize/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Cbhihe","download_url":"https://codeload.github.com/Cbhihe/Pix_colorize/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cbhihe%2FPix_colorize/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31757477,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T13:27:56.013Z","status":"ssl_error","status_checked_at":"2026-04-13T13:21:23.512Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["algorithmia-api","angularjs","bootstrap","docker-container","flask","html","python","rest-api","wsgi"],"created_at":"2024-11-09T02:45:28.648Z","updated_at":"2026-04-13T14:33:11.174Z","avatar_url":"https://github.com/Cbhihe.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"﻿## Image colorizer using Algorithmia's API\n\n- This project uses [Algorithmia](https://algorithmia.com) to automatically colorize pictures., based on a pre-trained color model.\n![output-examples.png](https://github.com/Cbhihe/Pix_colorize/blob/main/output-examples.png?raw=true)\n\n- [Flask](http://flask.pocoo.org) was chosen as backend to interact with the local server rendering the picture in your host’s favorite navigator because it is lightweight.\n\nThe frontend was build with [AngularJS](https://angularjs.org) and [Bootstrap](http://getbootstrap.com). Toni Pohl contributed most of that code, as we were both enrolled in the MIRI CS Master program at UPC in Barcelona, Spain.\r\n\n\n![wsgi-architecture.png](https://github.com/Cbhihe/Pix_colorize/blob/main/wsgi-architecture.png?raw=true)\n\n\n### Slow start:\nA step by step guide is included in this repo: see Manual.pdf\n\n### Quick start:\n\n#### Build a Docker image and start a container\nYour project directory should contain the Dockerfile for the container to be built.\nTo build the Docker comtainer image just run this in your project directory:\n```\n    docker build -t CONTAINER_NAME:CONTAINER_TAG\n```\nwhere \"CONTAINER_NAME\" and \"CONTAINER_TAG\" are chosen by user (lowercase\nonly); e.g. _colorize_me:dockerfile_\n\n\nTo start the container simply enter:\n```\ndocker run -d -p 8080:5000 -e API_KEY=API_KEY CONTAINER_NAME:CONTAINER_TAG\n```\nwhere 5000 is the flask server (Backend)'s default communication port and\n8080 is the chosen port on the container side for the GUI.\n\nOtherwise you could simply use the pre-built `k4l4m/colorizer` image:\n```\ndocker run -d -p 8080:5000 -e API_KEY=YOUR_API_KEY k4l4m/colorizer\n```\n\n### Short Licensing terms:\nYou can use the code as you please pursuant to the Licensing terms provided in this repo. In particular you can distribute the content of this repo as long as you distribute \rthe afore-mentioned license with it and you mention its two authors.\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcbhihe%2Fpix_colorize","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcbhihe%2Fpix_colorize","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcbhihe%2Fpix_colorize/lists"}