1.0.0 • Published 7 years ago
imgscore v1.0.0
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
License
1.0.0
7 years ago