Skip to content
/ nude Public

📦 #mod# Picture nude detection Go 的图片裸体检测方法

License

Notifications You must be signed in to change notification settings

2yanyi/nude

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nude

图片裸体检测 原项目地址 https://github.com/koyachi/go-nude


Quick Start

package main

import "github.com/xzyan/nude"

func main() {
    data, _ := ioutil.ReadFile("demo.png")
    has, e := nude.IsImageNude(&data)
}

Installing

go get github.com/matsuwin/nude

About

📦 #mod# Picture nude detection Go 的图片裸体检测方法

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages