Update README with a note or 2

....we'll need to fill it out, but that can wait until tomorrow :P
这个提交包含在:
Starbeamrainbowlabs 2020-09-15 19:12:03 +01:00
父节点 ab496d45de
当前提交 304aa66358
签署人:: sbrl
GPG 密钥 ID: 1BE5172E637709C2
共有 1 个文件被更改,包括 12 次插入1 次删除

查看文件

@ -1,3 +1,14 @@
# film-poster-genres
Predicting film genres from their posters with Tensorflow.js
> Predicting film genres from their posters with Tensorflow.js
To use:
```bash
node src/index.mjs train --input datasets/posters-256/ --output output/
node src/index.mjs predict --input datasets/posters-256/validate/25410,Comedy,Family,Drama.jpg --ai-model output/checkpoints/49 2>/dev/null
```
TODO: Fill out this README (and maybe move it to GitHub & make this repo a clone)