Nudebox allows you to detect nudity and adult content in images.
Nudebox has a variety of utilities:
- Check to make sure images are safe for your audience before publishing them
- Identify questionable content from a library of images
- Reduce moderation efforts by getting a head start
When you run Nudebox, you'll have access to an interactive administration console that includes API documentation, working code examples, interactive components, and more.

Run Nudebox
- Make sure you have Docker running with at least 2 CPUs and 4GB RAM.
- Run this code in your terminal to start the box:
MB_KEY="YOURKEYHERE"
docker run -p 8080:8080 -e "MB_KEY=$MB_KEY" machinebox/nudebox
- Go to http://localhost:8080/ in your browser to see what your box can do.
Updating Nudebox
If you already have Nudebox installed, you can update it with the following:
docker pull machinebox/nudebox:latest