An open API service indexing awesome lists of open source software.

https://github.com/sbhmajum369/model-hub-js

Deep Learning models for JavaScript.
https://github.com/sbhmajum369/model-hub-js

deep-learning deeplearning javascript model-hub nodejs nodejsapi tfjs-models tfjs-node

Last synced: 7 months ago
JSON representation

Deep Learning models for JavaScript.

Awesome Lists containing this project

README

        

# 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](https://mochajs.org/): `npm test`

***Contributions are WELCOME***