darknet-bindings

Darknet NAPI Bindings

Usage no npm install needed!

<script type="module">
  import darknetBindings from 'https://cdn.skypack.dev/darknet-bindings';
</script>

README

Darknet NodeJS Bindings

Bindings over the inference api of darknet, using N-API.

Docs

Can be found in docs.md

Roadmap

  • Docs
  • Tests
  • TS typings
  • More relaxed method calls (pass args & thresholds in methods too)
  • Cleanup

Caveats

  • No native Windows support (help is welcome)
  • Project is still in its infancy, stability hasn't been fully tested yet