Videobox adds video support to boxes that otherwise only support images. Video files are sent to Videobox where frames are extracted. Each frame is processed and the results are collated into a compact and easy to use structure.
This capability has a variety of utilities:
- With Facebox: Detect all faces in a video
- With Facebox: Redact faces of unknown people from a video
- With Tagbox: Understand the content of videos
- With Nudebox: Discover ranges of nudity within a video
Run Videobox
- 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/videobox'
- Go to http://localhost:8080/ in your browser to see what your box can do
Updating Videobox
If you already have Videobox installed, you can update it with the following:
docker pull machinebox/videobox:latest