-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Python 3 update? #3
Comments
I took the liberty of updating this code to python 3 - and will now submit a PR. |
paqman85
added a commit
to paqman85/NSFW-detection
that referenced
this issue
Oct 18, 2019
Updated the code to python 3 and styled to pep8. I can"t get tensorflow to run on my system, so please confirm that the code is working for you with a test image. Cheers!
Thank you, the code works fine. |
My PC is busted now, I will merge the PR once I get it set up with Tensorflow |
Instead of passing image as an argument, I want to pass the directory contains 500 images for checking if it is NSFW or SFW. How can I do it?. I am beginner to pyhton |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am wondering if this will be compatible with Python 3 code, or if it will otherwise be ported with such compatibility in mind. I do believe this is one of the most effective pieces of software I"ve come across for this purpose. I tried using something like openNSFW by Yahoo!, but that needed Python 2.7 to work.
The text was updated successfully, but these errors were encountered: