imgscore
v1.0.0
Published
Score images on given dimensions (works with nodeGame).
Downloads
11
Maintainers
Readme
Image Scoring for nodeGame
nodeGame game to classify and score images.
Installation
Place this folder in the games/
directory of your nodeGame installation.
For further information see https://nodegame.org.
Add Your Images
- Place your image files in folder:
public/imgscore/
. - Index your images:
cd scripts/
node index-images.js
// Output: all-images-db.json
// See inline comments how to control indexing.
- Create random sets:
node create-random-sets.js
// Output: sets-of-images.json
// See inline comments how to control sets.
- Run the game as usual.
Version
nodeGame >= 4.0