Skip to content

A native caption generation application using the Show and Tell model

License

Notifications You must be signed in to change notification settings

leesharma/WhatDoesItMean

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!