/WhatDoesItMean

A native caption generation application using the Show and Tell model

Primary LanguageJavaMIT LicenseMIT

What Does It Mean?

A native caption generation application using the Show and Tell model.

A screenshot of the MVP app in action! It shows a giraffe with the caption "This is definitely an image of something".

Quick Start

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 Testing

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!