A simple web console application for the object-detection package
npm install object-detection-consoleA simple web console application for the object-detection package
NPM Link: object-detection-console
npm i object-detection-console --save-dev
{
"scripts": {
"console": "object-detection-console " // custom-image-dir is the local directory with the jpg images (non-jpg images will not show up and images above 100kB will not show up)
}
}
`
Then run:
`
npm run console
``