When given the file path of an image (containing chemical structure) and the chemical structure itself (SMILES) as an input, the program can display both the original image from the file path and the depicted chemical structure side-by-side.
Instruction on how to run the code is kept in src/main/resources/Manual.pdf, which can also be accessed via the gui interface by clicking the help button from the menu bar.
To compile the code using maven, a simple bash script it provided (exe.sh). After cloning the repository, execute the bash script as "bash exe.sh".