The goal of rateImg is to provide a collection of images that can be evaluated/rated by the user
You can install the released version of rateImg from github with devtools:
devtools::install_github("torden81/rateImg")
Copy your images to be rated to the folder that is returned by
system.file("app/www", package = "rateImg")
To start the shiny GUI run
rateImg::run_app()
Reading of the evaluation files can be done with rateImg::readEvalFiles()
and returned as data.frame as a base for further analysis.