nodeGame game to classify and score images.
Place this folder in the games/
directory of your nodeGame installation.
For further information see https://nodegame.org.
- 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.
nodeGame 6.x