Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 699 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 699 Bytes

rateImg

The goal of rateImg is to provide a collection of images that can be evaluated/rated by the user

Installation

You can install the released version of rateImg from github with devtools:

devtools::install_github("torden81/rateImg")

Setting up images to be rated

Copy your images to be rated to the folder that is returned by

system.file("app/www", package = "rateImg")

Example

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.