Hijack is an image visualizer that eases the tagging phase of classifying images with the EUNIS system by simply open a folder with images and write each classification. When a user saves the progress, the tags will be exported to a CSV file with the files' name and its corresponding classification. Its UI provide key navigation through the images and key tagging. It's also possible to view each image in its original size.
Hijack is a JavaFX project, which means you should have installed Java (8 or above). To build it you need to use Gradle.
- To install Java 8, download the Java 8 SE Developer Kit and follow the instructions available here.
- To install Gradle follow the instructions available here.
Just clone this repository, or download and unzip it.
To start the application just open a terminal in the Hijack folder and run:
gradle jfxRun
Instructions coming up...
- André Diegues - andrediegues
See also the list of contributors who participated in this project.
This project is licensed under the Apache 2.0 License - see the LICENSE.md file for details