An open API service indexing awesome lists of open source software.

https://github.com/bkinsey808/typescript-node-efficientnet-example-code

This is a typescript implementation of the node-efficientnet project exnample code, with promisified node calls and async-await syntax.
https://github.com/bkinsey808/typescript-node-efficientnet-example-code

efficientnet node tensorflowjs typescript

Last synced: about 1 year ago
JSON representation

This is a typescript implementation of the node-efficientnet project exnample code, with promisified node calls and async-await syntax.

Awesome Lists containing this project

README

          

# typescript demo of node-efficientnet

This is a typescript implementation of the [node-efficientnet](https://github.com/ntedgi/node-efficientnet) project exnample code,
with promisified node calls and async-await syntax.

Note that this code will run much faster if you install the models locally. Clone from [efficientnet-tensorflowjs-binaries](https://github.com/ntedgi/efficientnet-tensorflowjs-binaries) and point `localModelRootDirectory` to the models directory.