eve-tensorflow-yolo
v2.7.0
Published
test
Downloads
175
Maintainers
Readme
eve-tensorflow-yolo
Yolov5 TensorFlow Lite implementation
Installation
npm install eve-tensorflow-yolo
Usage
import { multiply } from "eve-tensorflow-yolo";
// ...
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