https://github.com/nodegame/imgscore
Rank images.
https://github.com/nodegame/imgscore
Last synced: about 2 months ago
JSON representation
Rank images.
- Host: GitHub
- URL: https://github.com/nodegame/imgscore
- Owner: nodeGame
- License: mit
- Created: 2014-03-03T12:31:16.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2020-12-15T21:37:01.000Z (almost 5 years ago)
- Last Synced: 2025-01-21T16:44:22.991Z (11 months ago)
- Language: HTML
- Size: 5.56 MB
- Stars: 1
- Watchers: 5
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Image Scoring for nodeGame
[nodeGame](http://www.nodegame.org) 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](https://nodegame.org).
## Add Your Images
1. Place your image files in folder: `public/imgscore/`.
2. Index your images:
```
cd scripts/
node index-images.js
// Output: all-images-db.json
// See inline comments how to control indexing.
```
3. Create random sets:
```
node create-random-sets.js
// Output: sets-of-images.json
// See inline comments how to control sets.
```
4. Run the game as usual.
## Version
nodeGame 6.x
## License
[MIT](LICENSE)