go-nude

Nudity detection with Go.

  • 所有者: koyachi/go-nude
  • 平台:
  • 许可证: MIT License
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

go-nude

Nudity detection with Go.

(Go porting from https://github.com/pa7/nude.js)

Example

package main

import (
	"fmt"
	"log"
    "github.com/koyachi/go-nude"
)

func main() {
	imagePath := "images/test2.jpg"

	isNude, err := nude.IsNude(imagePath)
	if err != nil {
		log.Fatal(err)
	}
	fmt.Printf("isNude = %v\n", isNude)
}

Other implementations

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

主要指标

概览
名称与所有者koyachi/go-nude
主编程语言Go
编程语言Go (语言数: 1)
平台
许可证MIT License
所有者活动
创建于2014-05-02 08:32:29
推送于2023-10-11 16:51:03
最后一次提交2015-04-10 22:47:30
发布数1
最新版本名称v0.0.1 (发布于 2014-05-12 16:25:14)
第一版名称v0.0.1 (发布于 2014-05-12 16:25:14)
用户参与
星数420
关注者数18
派生数51
提交数32
已启用问题?
问题数3
打开的问题数0
拉请求数0
打开的拉请求数3
关闭的拉请求数0
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?