This is the java implementation of the nerdulator nerd.vision calculator demo API.
To build use maven:
mvn clean package
Then build the dockerfile.
docker build -t nerdulator/java .
To run the API use docker-compose
docker-compose up
To configure the agent, change the NV_API_KEY key in the Dockerfile.