eve-tensorflow-pose
v2.0.0
Published
test
Downloads
22
Maintainers
Readme
eve-tensorflow-pose
Pose Estimation using TensorFlow Lite
Installation
npm install eve-tensorflow-pose
Usage
import { multiply } from "eve-tensorflow-pose";
// ...
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