hhatto / nude.py

Nudity detection with Python
MIT License
921 stars 131 forks source link

can be run as a script #1

Closed jabbalaci closed 10 years ago

jabbalaci commented 10 years ago

With this extension nude.py can be run as a script too:

$ ./nude.py 
Usage: ./nude.py <image>

$ ./nude.py examples/images/damita.jpg
False
examples/images/damita.jpg: False #<__main__.Nude:0x2583550...
hhatto commented 10 years ago

Thanks!!