Add EfficientNet - image recognition model for node js (#1103)

* Add EfficientNet - image recognition model for node js

Adding https://github.com/ntedgi/node-efficientnet

* Update data.json

* Update data.json

update code review changes
This commit is contained in:
Naor Tedgi (Abu Emma) 2022-09-14 17:04:39 +03:00 committed by GitHub
parent 6aa2800b01
commit 3fcb1061cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1855,6 +1855,15 @@
"Typescript"
],
"description": "Realtime Web Apps and Dashboards framework for Python and R. Suited (not only) for AI audience."
},
{
"name": "Node Efficientnet",
"link": "https://github.com/ntedgi/node-efficientnet",
"label": "good first issue",
"technologies": [
"Typescript"
],
"description": "EfficientNet Image Recognition model for Node JS ( written with tensorflow.js )."
}
]
}