Skip to content

Commit

Permalink
Merge branch 'development' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyklee committed Jun 2, 2019
2 parents 7664b66 + 76f1d71 commit bd7a1a4
Show file tree
Hide file tree
Showing 22 changed files with 1,877 additions and 111 deletions.
558 changes: 558 additions & 0 deletions .all-contributorsrc

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ training/lstm/data/t
.cache
/public
/static
/dist

website/translated_docs
website/build/
Expand Down
23 changes: 20 additions & 3 deletions README.md

Large diffs are not rendered by default.

Binary file added assets/bird.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ module.exports = (config) => {
optimization: {
minimize: false,
},
node: {
fs: "empty"
}
},
webpackMiddleware: {
noInfo: true,
Expand Down
12 changes: 11 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ml5",
"version": "0.3.0",
"version": "0.3.1",
"description": "A friendly machine learning library for the web.",
"main": "dist/ml5.min.js",
"directories": {
Expand Down Expand Up @@ -92,6 +92,8 @@
"@tensorflow-models/knn-classifier": "1.0.0",
"@tensorflow-models/mobilenet": "1.0.0",
"@tensorflow-models/posenet": "1.0.0",
"@tensorflow-models/speech-commands": "0.3.8",
"@tensorflow-models/body-pix": "1.0.1",
"@tensorflow/tfjs": "1.1.2",
"events": "^3.0.0"
}
Expand Down
Loading

0 comments on commit bd7a1a4

Please sign in to comment.