1.0.2 • Published 2 years ago

@moveread/use-predict v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

Use Predict

Box extraction and prediction, centralized

Usage

import { usePrediction } from 'use-predict'
const { boxes, preds, predict } = usePrediction({ extractApi, predictApi, model, sheets })

Mocking:

import { mockPredict } from 'use-predict/mock'
const predictApi = mockPredict()
1.0.2

2 years ago

1.0.0

2 years ago