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?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?