Update README
This commit is contained in:
parent
59762dfb05
commit
ada04799f2
3 changed files with 1324 additions and 80 deletions
|
@ -2,7 +2,10 @@
|
||||||
|
|
||||||
> Predicting film genres from their posters with Tensorflow.js
|
> Predicting film genres from their posters with Tensorflow.js
|
||||||
|
|
||||||
The example code & slide deck for a talk I gave on getting started with AI. A link tot he unlisted YouTube video is available upon request (because it contains my face, and this is a public repo) - see [my website](https://starbeamrainbowlabs.com/) for ways to get in touch.
|
The example code & slide deck for a talk I gave on getting started with AI. A link to the unlisted YouTube video is available upon request (because it contains my face, and this is a public repo) - see [my website](https://starbeamrainbowlabs.com/) for ways to get in touch.
|
||||||
|
|
||||||
|
For advanced users, see also the `post-talk-improvements` branch, which contains a number of adjustments and changes to this codebase. These changes improve the model, but make it more complex to understand and hence are kept in a separate branch to allow regular users to look at the simpler / easier to understand codebase.
|
||||||
|
|
||||||
|
|
||||||
## Dataset
|
## Dataset
|
||||||
The dataset used with this demo can be found here:
|
The dataset used with this demo can be found here:
|
||||||
|
|
1393
package-lock.json
generated
1393
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -20,7 +20,7 @@
|
||||||
"author": "Starbeamrainbowlabs",
|
"author": "Starbeamrainbowlabs",
|
||||||
"license": "MPL-2.0",
|
"license": "MPL-2.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@tensorflow/tfjs-node": "^2.3.0",
|
"@tensorflow/tfjs-node": "^2.7.0",
|
||||||
"applause-cli": "^1.3.3"
|
"applause-cli": "^1.5.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue