hhatto / nude.py

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

add nice output instead inspect #11

Closed saromanov closed 9 years ago

saromanov commented 9 years ago

Hi! I added structured output for results instead just call inspect(). However, It takes additional requirement colorama for colored output. It looks like

n = Nude('./nude.rb/spec/images/damita.jpg')
n.parse()
n.show()
hhatto commented 9 years ago

Thanks for suggestion.

I do not this request merge, because inspect method already exists.