{"id":24886719,"url":"https://github.com/elenaches/python-chroma-key-app","last_synced_at":"2025-08-19T03:06:30.884Z","repository":{"id":229499887,"uuid":"776894566","full_name":"ElenaChes/Python-Chroma-key-App","owner":"ElenaChes","description":"A college project in Python using OpenCV, a simple app that takes two images - one with green areas, the other a background image, and outputs an image with the green areas replaced with the background image.","archived":false,"fork":false,"pushed_at":"2024-05-15T16:50:45.000Z","size":5,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-27T10:33:04.434Z","etag":null,"topics":["chromakey","chromakey-green","image-manipulation","image-processing","opencv","opencv-python","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/ElenaChes.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":"2024-03-24T18:30:16.000Z","updated_at":"2024-05-27T17:21:23.000Z","dependencies_parsed_at":null,"dependency_job_id":"de37a9f2-3727-41bc-9c41-03a9255865a2","html_url":"https://github.com/ElenaChes/Python-Chroma-key-App","commit_stats":null,"previous_names":["elenaches/python-chroma-key-app"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ElenaChes/Python-Chroma-key-App","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ElenaChes%2FPython-Chroma-key-App","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ElenaChes%2FPython-Chroma-key-App/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ElenaChes%2FPython-Chroma-key-App/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ElenaChes%2FPython-Chroma-key-App/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ElenaChes","download_url":"https://codeload.github.com/ElenaChes/Python-Chroma-key-App/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ElenaChes%2FPython-Chroma-key-App/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271093020,"owners_count":24697915,"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-08-19T02:00:09.176Z","response_time":63,"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":["chromakey","chromakey-green","image-manipulation","image-processing","opencv","opencv-python","python"],"created_at":"2025-02-01T15:16:04.883Z","updated_at":"2025-08-19T03:06:30.847Z","avatar_url":"https://github.com/ElenaChes.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Chroma key App\n\nA college project in Python using OpenCV.\u003cbr\u003e\nDescription: a simple app that takes two images - one with green areas, the other a background image, and outputs an image with the green areas replaced with the background image.\n\n\u003cdetails\u003e\n  \u003csummary\u003e\u003ch3\u003eContent\u003c/h3\u003e\u003c/summary\u003e\n\n- [Dependencies](#dependencies)\n- [Installation](#installation)\n- [Usage](#usage)\n\n\u003c/details\u003e\n\u003chr\u003e\n\n# Dependencies\n\n1. Python 3.7.0\n\nThe app could work with different versions, but this is the one that was tested.\n\n# Installation\n\n1. Create a new directory, for example `chromakey`, and place `app.py` inside of it.\n2. Open the directory in your Terminal:\n\n```\ncd chromakey\n```\n\n3. Create a virtual environment:\n\n```\npython -m venv opencv-env\n```\n\n4. Activate the environment :\n\n```\n.\\opencv-env\\Scripts\\activate\n```\n\n5. Install needed packages:\n\n```\npip install opencv-contrib-python matplotlib\n```\n\n# Usage\n\n1. Run the app using the following syntax:\n\n```\npython app.py img_filename bk_filename ofilename\n```\n\nWhile:\n\n- `img_filename` - path to an image with a 'green screen'.\n- `bk_filename` - path to the background.\n- `ofilename` - path to save the edited image, if none is provided it'll be displayed instead.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felenaches%2Fpython-chroma-key-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Felenaches%2Fpython-chroma-key-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felenaches%2Fpython-chroma-key-app/lists"}