{"id":17099030,"url":"https://github.com/dinhanhx/deep_fried_meme","last_synced_at":"2026-02-23T23:33:49.066Z","repository":{"id":112393196,"uuid":"268708066","full_name":"dinhanhx/deep_fried_meme","owner":"dinhanhx","description":"A Python script to make deep fried memes.","archived":false,"fork":false,"pushed_at":"2020-10-11T14:07:27.000Z","size":240,"stargazers_count":3,"open_issues_count":4,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-19T17:57:41.006Z","etag":null,"topics":["hacktoberfest","image-processing","meme-generator","meme-maker","opencv","python3"],"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/dinhanhx.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":"2020-06-02T05:21:15.000Z","updated_at":"2024-07-06T23:11:31.000Z","dependencies_parsed_at":"2023-05-14T07:30:22.386Z","dependency_job_id":null,"html_url":"https://github.com/dinhanhx/deep_fried_meme","commit_stats":{"total_commits":13,"total_committers":1,"mean_commits":13.0,"dds":0.0,"last_synced_commit":"508eca7e5ad8b84cc2455c28d40135bfc44efc9f"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dinhanhx/deep_fried_meme","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dinhanhx%2Fdeep_fried_meme","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dinhanhx%2Fdeep_fried_meme/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dinhanhx%2Fdeep_fried_meme/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dinhanhx%2Fdeep_fried_meme/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dinhanhx","download_url":"https://codeload.github.com/dinhanhx/deep_fried_meme/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dinhanhx%2Fdeep_fried_meme/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29760655,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-23T21:02:23.375Z","status":"ssl_error","status_checked_at":"2026-02-23T20:58:31.539Z","response_time":90,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["hacktoberfest","image-processing","meme-generator","meme-maker","opencv","python3"],"created_at":"2024-10-14T15:08:49.995Z","updated_at":"2026-02-23T23:33:49.048Z","avatar_url":"https://github.com/dinhanhx.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.org/dinhanhx/deep_fried_meme.svg?branch=master)](https://travis-ci.org/dinhanhx/deep_fried_meme)\n# Deep fried meme\n\nA Python package to make deep fried memes.\n\n## What are deep fried memes?\n\nDeep fried memes are memes that have had their visual properties exaggerated and blown out for artistic effect. Some properties commonly adjusted are saturation, brightness, contrast, color balance, vibrancy, sharpness, and noise. [Ref](https://www.vice.com/en_us/article/zmm885/how-to-deep-fry-a-meme)\n\n## Installation\n\nPython 3\n\nModules:\n  - opencv\n  - numpy\n  - urllib3\n\nThe last parameter is a dot (`.`)\n```\npip install -r req.txt .\n```\n\n## Usage\n\n```Python\nfrom deep_fried_meme import deep_frier\n```\n\n```Python\ndef deep_frier(putin, config = None, putout_scheme = ['file', 'deep fried img', 'jpg']):\n    # putin : url or file path\n    # config : none or [(1, 0), (7,7), 1, 'gauss']\n    # putout_scheme : ['file', 'deep fried img', 'jpg'] or ['response_data']\n\n    # Will export image if putout_scheme is about file\n    # Will return response data string if putout_scheme is about response data\n```\n\n## Example\n\n`example.py`\n\n```Python\nfrom deep_fried_meme import deep_frier\n\nprint(deep_frier('Hilbert.png', config = None, putout_scheme = ['file', 'proc Hilbert 1', 'jpg']))\n# Process an image in machine then export in machine\nprint('===')\nprint(deep_frier('Hilbert.png', config = None, putout_scheme = ['response data']))\n# Process an image in machine then return response data that Flask, Django can handle\nprint('===')\nprint(deep_frier('https://upload.wikimedia.org/wikipedia/commons/2/24/Hilbert_Curve.256x256%2C16-bit_greyscale.png', config = None, putout_scheme = ['file', 'proc Hilbert 2', 'jpg']))\n# Process an image from direct url then export in machine\nprint('===')\nprint(deep_frier('https://upload.wikimedia.org/wikipedia/commons/2/24/Hilbert_Curve.256x256%2C16-bit_greyscale.png', config = None, putout_scheme = ['response data']))\n# Process an image from direct url then return response data that Flask, Django can handle\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdinhanhx%2Fdeep_fried_meme","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdinhanhx%2Fdeep_fried_meme","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdinhanhx%2Fdeep_fried_meme/lists"}