https://github.com/shakty/imgeval
https://github.com/shakty/imgeval
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/shakty/imgeval
- Owner: shakty
- License: mit
- Created: 2019-04-13T11:12:30.000Z (over 6 years ago)
- Default Branch: facerec
- Last Pushed: 2019-04-13T11:41:21.000Z (over 6 years ago)
- Last Synced: 2025-01-21T17:48:51.964Z (12 months ago)
- Language: CSS
- Size: 11.5 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
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 >= 4.0
## License
[MIT](LICENSE)