go-nude

Nudity detection with Go.

  • Owner: koyachi/go-nude
  • Platform:
  • License:: MIT License
  • Category::
  • Topic:
  • Like:
    0
      Compare:

Github stars Tracking Chart

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

Main metrics

Overview
Name With Ownerkoyachi/go-nude
Primary LanguageGo
Program languageGo (Language Count: 1)
Platform
License:MIT License
所有者活动
Created At2014-05-02 08:32:29
Pushed At2023-10-11 16:51:03
Last Commit At2015-04-10 22:47:30
Release Count1
Last Release Namev0.0.1 (Posted on 2014-05-12 16:25:14)
First Release Namev0.0.1 (Posted on 2014-05-12 16:25:14)
用户参与
Stargazers Count420
Watchers Count18
Fork Count51
Commits Count32
Has Issues Enabled
Issues Count3
Issue Open Count0
Pull Requests Count0
Pull Requests Open Count3
Pull Requests Close Count0
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private