Skip to content
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

Fixed the readme link #6

Merged
merged 2 commits into from Feb 28, 2012
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion README
Expand Up @@ -7,7 +7,7 @@ The real world usage for client side nudity detection could be in webproxies wit
nude.js is Open Source. Contributions are very welcome, the goal is to build a reliable client-side nudity scanner.

The algorithm is mostly based on the following paper:
http://www.math.admu.edu.ph/~raf/pcsc05/proceedings/AI4.pdf
https://sites.google.com/a/dcs.upd.edu.ph/csp-proceedings/Home/pcsc-2005/AI4.pdf?attredirects=0

Demo
Test the nudity detection script on several predefined images, I didn't have enough time to build a nice demo with flickr image support but feel free to test some of your images too. nude.js is currently supported in IE9(excanvas), FF 3.6+, Chrome, Safari and Opera. For really fast results try Chrome.
Expand Down