{"id":15911031,"url":"https://github.com/chekoduadarsh/custom-image-augmentation-keras","last_synced_at":"2026-05-05T07:32:09.490Z","repository":{"id":104030928,"uuid":"240676216","full_name":"chekoduadarsh/Custom-Image-Augmentation-Keras","owner":"chekoduadarsh","description":"This is a plugin tool for your project to impliment your coustom image processing algorithms","archived":false,"fork":false,"pushed_at":"2021-08-10T01:35:05.000Z","size":11,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-03T01:42:34.748Z","etag":null,"topics":["image-augmentation","image-processing","imagedatagenerator","keras","starter-code"],"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/chekoduadarsh.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-02-15T09:21:13.000Z","updated_at":"2024-10-20T09:06:26.000Z","dependencies_parsed_at":"2023-11-24T03:00:23.962Z","dependency_job_id":null,"html_url":"https://github.com/chekoduadarsh/Custom-Image-Augmentation-Keras","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/chekoduadarsh/Custom-Image-Augmentation-Keras","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chekoduadarsh%2FCustom-Image-Augmentation-Keras","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chekoduadarsh%2FCustom-Image-Augmentation-Keras/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chekoduadarsh%2FCustom-Image-Augmentation-Keras/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chekoduadarsh%2FCustom-Image-Augmentation-Keras/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chekoduadarsh","download_url":"https://codeload.github.com/chekoduadarsh/Custom-Image-Augmentation-Keras/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chekoduadarsh%2FCustom-Image-Augmentation-Keras/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32640533,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-04T10:08:07.713Z","status":"online","status_checked_at":"2026-05-05T02:00:06.033Z","response_time":54,"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":["image-augmentation","image-processing","imagedatagenerator","keras","starter-code"],"created_at":"2024-10-06T15:23:31.577Z","updated_at":"2026-05-05T07:32:09.470Z","avatar_url":"https://github.com/chekoduadarsh.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Image Augmentation Keras\nThis is an Image Augmentation library designed to suppot `ImageDataGenerator()` from `keras.preprocessing` library.\n\n### Welcoming contribution to this repo!!! you can include any image processing techiques to this code \n\nPresently this library contains following methods,\n1. contrast_stretch\n2. histogram_equalization\n3. CLAHE\n\n## Implimentation\n```python3\nfrom image_augmentation_keras import Image_Augmentation\n\nCLAHE = Image_Augmentation(method=\"CLAHE\")\n \ndatagen = ImageDataGenerator(\n        preprocessing_function=CLAHE())\n \n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchekoduadarsh%2Fcustom-image-augmentation-keras","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchekoduadarsh%2Fcustom-image-augmentation-keras","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchekoduadarsh%2Fcustom-image-augmentation-keras/lists"}