1.0.2 • Published 1 year ago

@moveread/use-predict v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year 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()