node-efficientnet
node-efficientnet copied to clipboard
tensorflowJS implementation of EfficientNet 🚀
**ui changes:** under here add a new line: "Supported file types : JPG, PNG ,GIF,SVG,HEIC,WEBP" add available files format to file uploader component
today we only support English and Chinese label translations translate image net labels to Hebrew take https://github.com/ntedgi/node-efficientnet/blob/main/misc/en.json translate it to Hebrew using some machine or by hand - add it...
Server side save recent 3-5 images with there prediction. Expose end point to fetch recent predictions client side add component showing recent predictions
Add dropdown with all available model languages in client side server side expose end point to get all available languages. server side refactor /api/upload support language in request
change this line from ` expect(app.title).toEqual('playground'); `to ` expect(app.title).toEqual('node-efficientnet playground'); `
fix log4j deprecation error on karma tests runner `(node:21926) [log4js-node-DEP0004] DeprecationWarning: Pattern %d{DATE} is deprecated due to the confusion it causes when used. Please use %d{DATETIME} instead.` **Follow this thread**...
in order to clear warning from logs at ui tests runs and ignore angular warnings for example ``` 1. If 'p-fileUpload' is an Angular component, then verify that it is...
``` at server.js:21:13 PASS __tests__/server.test.js (55.073 s) Post Endpoints ✓ should predict simple gold fish (5443 ms) ✓ sanity test server/version (44 ms) ----------|---------|----------|---------|---------|------------------- File | % Stmts | %...