{"id":13413188,"url":"https://github.com/koyachi/go-nude","last_synced_at":"2025-03-14T19:31:36.134Z","repository":{"id":16615040,"uuid":"19369926","full_name":"koyachi/go-nude","owner":"koyachi","description":"Nudity detection with Go.","archived":false,"fork":false,"pushed_at":"2023-10-11T16:51:03.000Z","size":606,"stargazers_count":413,"open_issues_count":3,"forks_count":52,"subscribers_count":18,"default_branch":"master","last_synced_at":"2024-10-25T05:22:48.224Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","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/koyachi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2014-05-02T08:32:29.000Z","updated_at":"2024-10-21T13:52:24.000Z","dependencies_parsed_at":"2024-01-08T15:34:35.325Z","dependency_job_id":null,"html_url":"https://github.com/koyachi/go-nude","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koyachi%2Fgo-nude","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koyachi%2Fgo-nude/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koyachi%2Fgo-nude/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koyachi%2Fgo-nude/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/koyachi","download_url":"https://codeload.github.com/koyachi/go-nude/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243635265,"owners_count":20322906,"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":[],"created_at":"2024-07-30T20:01:34.720Z","updated_at":"2025-03-14T19:31:35.826Z","avatar_url":"https://github.com/koyachi.png","language":"Go","funding_links":[],"categories":["Images","\u003cspan id=\"图片-images\"\u003e图片 Images\u003c/span\u003e","图片","Images 图像处理","Relational Databases","图像"],"sub_categories":["Search and Analytic Databases","Advanced Console UIs","\u003cspan id=\"高级控制台用户界面-advanced-console-uis\"\u003e高级控制台用户界面 Advanced Console UIs\u003c/span\u003e","检索及分析资料库","SQL 查询语句构建库","交流"],"readme":"# go-nude\n\nNudity detection with Go.\n\n(Go porting from https://github.com/pa7/nude.js)\n\n## Example\n\n```go\npackage main\n\nimport (\n\t\"fmt\"\n\t\"log\"\n    \"github.com/koyachi/go-nude\"\n)\n\nfunc main() {\n\timagePath := \"images/test2.jpg\"\n\n\tisNude, err := nude.IsNude(imagePath)\n\tif err != nil {\n\t\tlog.Fatal(err)\n\t}\n\tfmt.Printf(\"isNude = %v\\n\", isNude)\n}\n\n```\n\n## Other implementations\n\n- [nude.js](http://www.patrick-wied.at/static/nudejs/)\n- [nude.rb](https://github.com/mitukiii/nude.rb)\n- [nude.py](https://github.com/hhatto/nude.py)\n\n\n## Contributing\n\n1. Fork it\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create new Pull Request\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkoyachi%2Fgo-nude","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkoyachi%2Fgo-nude","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkoyachi%2Fgo-nude/lists"}