This is a demo of the NudityDetectioni2v microservice running on Algorithmia, which uses state-of-the-art deep learning to identify places in images. Simply provide an image, and it will detect whether nudity is present.
This demo can be viewed at https://demos.algorithmia.com/isitnude
This demo only contains frontend code and requires no specialized hosting (or even a server).
- download the repository
- edit /JavaScript/isitnude/public/js/main.js to place your own API Key (free signup) in the line containing "Algorithmia.client()"
- if you have not already, run the setup steps outlined in /PUBLISH.md
- build the demo:
grunt build:isitnude - open /build/isitnude/index.html in a web browser
Find more information in the Algorithmia Developer Center or the API Docs.