• Stars
    star
    395
  • Rank 105,055 (Top 3 %)
  • Language
    Go
  • License
    MIT License
  • Created about 10 years ago
  • Updated 7 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Nudity detection with Go.

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

More Repositories

1

ruby-barcodescanner

C++
45
star
2

NSString-LevenshteinDistance

Levenshtein distance methods for NSString.
Objective-C
15
star
3

ruby-scissor-video

utility to chop video files
Ruby
7
star
4

app-ojiichankeitai2

A Javascript(node & iphone-safari) Implementation of Ojiichankeitai.
JavaScript
7
star
5

ruby-q4m

Queue::Q4M for ruby
Ruby
5
star
6

swift-GIFMetadata

Wrokaround for getting preferred loop count of Animation GIFs without Application Extension Blocks.
Swift
5
star
7

go-baudio

generate audio streams with functions.
Go
5
star
8

ruby-hash-from_mysql_query_result

Create Hash from MySQL query result text.
Ruby
4
star
9

perl-webservice-wedata

Perl
3
star
10

go-thermalprinter

CSN-A2 Micro panel printer.
Go
3
star
11

wstail

tail -f by websocket
Go
3
star
12

go-term-ansicolor

Go library that colors strings using ANSI escape sequences.
Go
3
star
13

diff_pdf_image

Visual diff for PDF images.
Ruby
3
star
14

go-asynth

create midi synths out of go functions.
Go
3
star
15

js-chromeless-mp3-player

javascript mp3 player inspired by youtube chromeless player
3
star
16

perl-filter-erlangbitsyntax

2
star
17

send2gyazo

JavaScript
2
star
18

perl-uri-toabs

Perl
2
star
19

sketch-viagra-scraper

2
star
20

HowToSetupProgrammingLanguageEnvironment

Setup guide for programming languages.
2
star
21

ruby-fuc

Ruby
2
star
22

sketches

HTML
2
star
23

ruby-log0x

get many worker process to work easily
Ruby
2
star
24

perl-www-yahoojapan-speech

2
star
25

git-test

2
star
26

go-atkinson

Atkinson Dithering with Go.
Go
2
star
27

sxy_remix

sketches for sxy unofficial remixes
Ruby
2
star
28

swift-kttm

convert Keeping Two (by Jordan Crane) to Kindle .mobi(scraper/downloader only).
Swift
1
star
29

python-copy_photos_to_iphone_simulator.py

Command line tool to copy jpg files to iOS simulator's photo directories
Python
1
star
30

sketch20091011

rubber grid demo. original idea by wonder-wall.com
ActionScript
1
star
31

elm-sha

sha.js wrapper for Elm.
JavaScript
1
star
32

mysqlqueryresult2dict

Create dict from MySQL query result text.
Python
1
star
33

ruby-string-witchy

S†RING EX†ENSION FOR WI†☾HY.
Ruby
1
star
34

android-Boomkat

boomkat Android client.
Java
1
star
35

saygaijin

say japanese with gaijin voice. (command for Max OSX)
Go
1
star
36

go-aiff

Go
1
star
37

go-romankana

Roman Alphabet <-> Japanese Hiragana/Katkakana Convert Library for Go.
Go
1
star
38

go-boomkat

boomkat CLI client.
Go
1
star
39

connect-monkeyglitch

A monkeyglitch middleware for Connect.
JavaScript
1
star
40

go-downloader

go-downloader is a downloader module that can update progress display by communicating with channel.
Go
1
star
41

hubot-scripts-for-trac

hubot-scripts for trac.
CoffeeScript
1
star
42

WikiStreamImageScreenSaver

WikiStreamImageScreenSaver for OSX
Objective-C
1
star