tensorflow-lambda
tensorflow-lambda copied to clipboard
run tensorflow on lambdas (aws, vercel, ...)
Bumps [tar](https://github.com/npm/node-tar) from 4.4.8 to 4.4.19. Commits 9a6faa0 4.4.19 70ef812 drop dirCache for symlink on all platforms 3e35515 4.4.18 52b09e3 fix: prevent path escape using drive-relative paths bb93ba2 fix: reserve...
Bumps [tar](https://github.com/npm/node-tar) from 4.4.8 to 4.4.18. Commits 3e35515 4.4.18 52b09e3 fix: prevent path escape using drive-relative paths bb93ba2 fix: reserve paths properly for unicode, windows 2f1bca0 fix: prune dirCache properly...
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7. Commits c74c8af 1.3.7 024b8b5 update deps, add linting 032fbaf Use Object.create(null) to avoid default object property hazards 2da9039 1.3.6 cfea636 better git push script,...
For anyone looking for an updated version, I created [`tfjs-node-lambda`](https://www.npmjs.com/package/tfjs-node-lambda). Contains both tensorflow `1.7.4` and `2.7.0`, with automatic nightly updates. Inspired by this repo.
Hi! This project is a great idea and would be ideal for me. Unfortunately it does not work for me when using posenet. I hope this is the right place...
Bumps [https-proxy-agent](https://github.com/TooTallNate/node-https-proxy-agent) from 2.2.1 to 2.2.4. Release notes Sourced from https-proxy-agent's releases. 2.2.4 Patches Add .editorconfig file: a0d4a20458498fc31e5721471bd2b655e992d44b Add .eslintrc.js file: eecea74a1db1c943eaa4f667a561fd47c33da897 Use a net.Socket instead of a plain EventEmitter...
I made a fork https://github.com/JonathanLehner/tensorflow-lambda to update the tfjs-node version. I cannot get the brotli file to be publish on npm. how to do this?
iltorb is a native module, but it's added as a dependency, so it compiles locally. It should be pre-compiled like the rest of the packages. Thanks for the project, very...
I'm trying to test my lambda function locally like this: `serverless invoke local -f myFunction -p event.json -l true` and when `loadTf()` is called like this: ``` const loadTf =...