Update README

This commit is contained in:
Starbeamrainbowlabs 2020-12-15 16:13:36 +00:00
parent 59762dfb05
commit ada04799f2
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
3 changed files with 1324 additions and 80 deletions

View File

@ -4,6 +4,9 @@
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
The dataset used with this demo can be found here:

1393
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -20,7 +20,7 @@
"author": "Starbeamrainbowlabs",
"license": "MPL-2.0",
"dependencies": {
"@tensorflow/tfjs-node": "^2.3.0",
"applause-cli": "^1.3.3"
"@tensorflow/tfjs-node": "^2.7.0",
"applause-cli": "^1.5.1"
}
}