DL models in javaScript
This is a open-source project for the development of javascript based Deep Learning models that can be used in both Backend(Node.js) and Frontend as an API.
Performance and Evaluation data coming soon...
Models hosted
- YOLO v5
Try it as a NPM packagenpm i yolov5
Test
Testing with mocha: npm test
Contributions are WELCOME