eve-tensorflow-yolov5
v0.25.0
Published
test
Downloads
27
Maintainers
Readme
eve-tensorflow-yolov5
TensorFlow Lite implementation of yolov5
Installation
npm install eve-tensorflow-yolov5
Usage
import { multiply } from "eve-tensorflow-yolov5";
// ...
const result = await multiply(3, 7);
Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT
Made with create-react-native-library