{"id":15561324,"url":"https://github.com/mobilefirstinc/mfnudity","last_synced_at":"2025-03-29T04:32:59.441Z","repository":{"id":56920386,"uuid":"110087231","full_name":"MobileFirstInc/MFNudity","owner":"MobileFirstInc","description":"Check any image's nudity by just few lines of code","archived":false,"fork":false,"pushed_at":"2017-11-13T11:32:51.000Z","size":53252,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-29T04:32:51.117Z","etag":null,"topics":["core-ml","ios","swift4"],"latest_commit_sha":null,"homepage":"","language":"Swift","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/MobileFirstInc.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":"2017-11-09T08:21:51.000Z","updated_at":"2024-04-10T22:16:24.000Z","dependencies_parsed_at":"2022-08-21T04:50:35.077Z","dependency_job_id":null,"html_url":"https://github.com/MobileFirstInc/MFNudity","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MobileFirstInc%2FMFNudity","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MobileFirstInc%2FMFNudity/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MobileFirstInc%2FMFNudity/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MobileFirstInc%2FMFNudity/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MobileFirstInc","download_url":"https://codeload.github.com/MobileFirstInc/MFNudity/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246140568,"owners_count":20729797,"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":["core-ml","ios","swift4"],"created_at":"2024-10-02T16:07:26.359Z","updated_at":"2025-03-29T04:32:59.408Z","avatar_url":"https://github.com/MobileFirstInc.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MFNudity\n\n\u003cimg src=\"https://img.shields.io/badge/platform-iOS-blue.svg?style=flat\" alt=\"Platform iOS 11\" /\u003e\n\u003cimg src=\"https://img.shields.io/badge/swift4-compatible-green.svg?style=flat\" alt=\"Swift 4 compatible\" /\u003e\n\u003cimg src=\"https://img.shields.io/badge/license-MIT-blue.svg?style=flat\" alt=\"License MIT\" /\u003e\n\u003ca href=\"https://cocoapods.org/pods/MFNudity\"\u003e\u003cimg src=\"https://img.shields.io/badge/pod-1.0.1-blue.svg\" alt=\"CocoaPods compatible\" /\u003e\u003c/a\u003e\n\nMFNudity is an iOS library that can be helpful for checking image nudity. You can use it in any iOS application which is dealing with images.\n\n*Swift 4.0 (Xcode 9.0)*\n\n```ruby\npod 'MFNudity'\n```\n\n## Usage\n\nFirst Step  - `@import MFNudity` to your project\n\nSecond Step - Pass image to MFNudity's shared object\n\n```\n MFNudity.shared.checkImageNudity(image: imageView.image!) { (error, confidence) in\n            \n            if error != nil\n            {\n                let converted = String(format: \"%.2f\", confidence!)\n                resultLbl.text = \"NSFW - \\(converted) %\"\n            }\n\n     }\n\n```\n\nThis 'confidence' shows float value from 0 to 1 . You can simply convert it into % and show image's nudity in percentage . For higher 'confidence' value it will be nude picture.\n\n\n## CocoaPods Install\n\nAdd this to your Podfile.\n\n```\npod 'MFNudity'\n```\n\n\n## Collaboration\nFeel free to collaborate with ideas, issues and/or pull requests.\n\n\n## Contact\n\n* Arpan \u0026 Jigar (http://mobilefirst.in)\n* Twitter: [@mobilefirstinc](http://twitter.com/mobilefirstinc)\n* Email : [arpan at mobilefirst.in](mailto:arpan@mobilefirst.in)\n\n## License\n\nMFNudity is released under the [MIT License](http://www.opensource.org/licenses/MIT).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmobilefirstinc%2Fmfnudity","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmobilefirstinc%2Fmfnudity","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmobilefirstinc%2Fmfnudity/lists"}