From 3fcb1061ccdea4f0f0c00770e7defdd3a27ee779 Mon Sep 17 00:00:00 2001 From: "Naor Tedgi (Abu Emma)" Date: Wed, 14 Sep 2022 17:04:39 +0300 Subject: [PATCH] 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 --- data.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/data.json b/data.json index 1289f58..5407fd2 100644 --- a/data.json +++ b/data.json @@ -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 )." } ] }