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.
- Host: GitHub
- URL: https://github.com/sbhmajum369/model-hub-js
- Owner: sbhmajum369
- License: mit
- Created: 2021-12-13T19:21:07.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-19T15:45:48.000Z (about 2 years ago)
- Last Synced: 2024-11-20T06:34:49.448Z (7 months ago)
- Topics: deep-learning, deeplearning, javascript, model-hub, nodejs, nodejsapi, tfjs-models, tfjs-node
- Language: JavaScript
- Homepage:
- Size: 250 MB
- Stars: 6
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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***