Skip to content

Latest commit

 

History

History
22 lines (9 loc) · 419 Bytes

README.md

File metadata and controls

22 lines (9 loc) · 419 Bytes

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 package npm i yolov5

Test

Testing with mocha: npm test

Contributions are WELCOME