A native caption generation application using the Show and Tell model.
This app requires Maven for setup.
First, build the app:
mvn package
Next, launch the app with Maven:
mvn exec:java
Voilà, the app is running!
Validation and tests are part of the build process, but you can also run them independently with the following commands:
mvn validate # runs style check
mvn test # runs automated tests
Make sure the tests pass before pushing code to GitHub!