film-poster-genres/package.json

23 lines
519 B
JSON

{
"name": "film-poster-genres",
"version": "1.0.0",
"description": "Predicting film genres from their posters with Tensorflow.js",
"main": "src/index.mjs",
"scripts": {
"test": "echo \"No tests have been written yet\""
},
"repository": {
"type": "git",
"url": "https://git.starbeamrainbowlabs.com/Demos/film-poster-genres.git"
},
"keywords": [
"tensorflow",
"tensorflow.js",
"cnn",
"prediction",
"films"
],
"author": "Starbeamrainbowlabs",
"license": "MPL-2.0"
}