{"id":15065054,"url":"https://github.com/qeeqbox/image-analyzer","last_synced_at":"2025-08-02T12:40:39.245Z","repository":{"id":57673631,"uuid":"482064089","full_name":"qeeqbox/image-analyzer","owner":"qeeqbox","description":"Interface for Image-Related Deep Learning Models (E.g. NSFW, MAYBE and SFW)","archived":false,"fork":false,"pushed_at":"2022-04-15T20:41:32.000Z","size":41020,"stargazers_count":25,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-24T11:56:51.825Z","etag":null,"topics":["deep-learning","image-analyzer","interface","keras","nsfw","nsfw-recognition","python3","server","transfer-learning"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/qeeqbox.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}},"created_at":"2022-04-15T19:29:01.000Z","updated_at":"2024-11-26T21:06:08.000Z","dependencies_parsed_at":"2022-08-31T11:50:51.027Z","dependency_job_id":null,"html_url":"https://github.com/qeeqbox/image-analyzer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qeeqbox%2Fimage-analyzer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qeeqbox%2Fimage-analyzer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qeeqbox%2Fimage-analyzer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qeeqbox%2Fimage-analyzer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/qeeqbox","download_url":"https://codeload.github.com/qeeqbox/image-analyzer/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248225639,"owners_count":21068078,"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","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":["deep-learning","image-analyzer","interface","keras","nsfw","nsfw-recognition","python3","server","transfer-learning"],"created_at":"2024-09-25T00:30:11.518Z","updated_at":"2025-04-10T13:11:19.933Z","avatar_url":"https://github.com/qeeqbox.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e \u003cimg src=\"https://raw.githubusercontent.com/qeeqbox/image-analyzer/main/readme/imageanalyzer_logo.png\"\u003e\u003c/p\u003e\n\n#\nImage analyzer is an interface that simplifies interaction with image-related deep learning models. The interface has built-in features that get adjusted based on the models. You need to set the destination folder that contains your models with specific pattern names. The built-in features will use the names. \n\nThe interface was initially part of an internal project that detects abusive content with the possibility of tracing the subjects.\n\n\n## Structure\n\u003cimg src=\"https://raw.githubusercontent.com/qeeqbox/image-analyzer/main/readme/structure.png\"\u003e\n\n## Interface\n\u003cimg src=\"https://raw.githubusercontent.com/qeeqbox/image-analyzer/main/readme/intro.gif\" style=\"max-width:768px\"/\u003e\n\n## How to run?\n\n```sh\nsudo apt-get install -y python3-opencv\npip3 install image-analyzer\n```\n\n```python\nfrom imageanalyzer import run_server\nrun_server(settings={'input_shape':[224,224], 'percentage':0.90, 'options':[], 'weights': {'safe':50,'maybe':75,'unsafe':100}, 'verbose':True},port=8989)\n```\n\n\n## Name structue\n- [Name]\t\t\t  Name of the model\n- [Info]\t\t\t  Description\n- [Categories]\tYour model categories (if any)\n- [Number]\t\t  Model place\n- .h5\t\t\t\t    Model extention\n\n#### E.g.\nThe following are examples of the model generated automatically by QeeqBox Automated Deep Learning System for large files. The examples are included in this project\n\n- [Model 3.224x][Find safe, maybe and unsafe images 3.224][safe unsafe][1].h5\n- [Model 2.224x][Find safe and unsafe images 2.224][safe maybe unsafe][2].h5\n\n## Other Projects\n[![](https://github.com/qeeqbox/.github/blob/main/data/analyzer.png)](https://github.com/qeeqbox/analyzer) [![](https://github.com/qeeqbox/.github/blob/main/data/chameleon.png)](https://github.com/qeeqbox/chameleon) [![](https://github.com/qeeqbox/.github/blob/main/data/honeypots.png)](https://github.com/qeeqbox/honeypots) [![](https://github.com/qeeqbox/.github/blob/main/data/osint.png)](https://github.com/qeeqbox/osint) [![](https://github.com/qeeqbox/.github/blob/main/data/url-sandbox.png)](https://github.com/qeeqbox/url-sandbox) [![](https://github.com/qeeqbox/.github/blob/main/data/mitre-visualizer.png)](https://github.com/qeeqbox/mitre-visualizer) [![](https://github.com/qeeqbox/.github/blob/main/data/woodpecker.png)](https://github.com/qeeqbox/woodpecker) [![](https://github.com/qeeqbox/.github/blob/main/data/docker-images.png)](https://github.com/qeeqbox/docker-images) [![](https://github.com/qeeqbox/.github/blob/main/data/seahorse.png)](https://github.com/qeeqbox/seahorse) [![](https://github.com/qeeqbox/.github/blob/main/data/rhino.png)](https://github.com/qeeqbox/rhino) [![](https://github.com/qeeqbox/.github/blob/main/data/raven.png)](https://github.com/qeeqbox/raven)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqeeqbox%2Fimage-analyzer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqeeqbox%2Fimage-analyzer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqeeqbox%2Fimage-analyzer/lists"}