Tagbox generates tags that describe the contents of an image or photograph.
Tagbox has a variety of utilities:
- Automatically categorize images
- Improve SEO by adding keywords to web pages containing the images
- Make search smarter by allowing users to find images based on their content
- Use your own custom tags to classify your images in categories that you choose
- Calculate image similarity and search related images
When you run Tagbox, you'll have access to an interactive administration console that includes everything you need to get going: API documentation, working code examples, interactive components, and more.
Run Tagbox
- 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/tagbox
- Go to http://localhost:8080/ in your browser to see what your box can do.
Updating Tagbox
If you already have Tagbox installed, you can update it with the following:
docker pull machinebox/tagbox:latest