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.
- Host: GitHub
- URL: https://github.com/bkinsey808/typescript-node-efficientnet-example-code
- Owner: bkinsey808
- Created: 2021-05-04T11:08:56.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-04T11:20:25.000Z (almost 5 years ago)
- Last Synced: 2025-01-28T23:30:20.712Z (about 1 year ago)
- Topics: efficientnet, node, tensorflowjs, typescript
- Language: TypeScript
- Homepage:
- Size: 41 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.