UNPKG

ai-identifiers

Version:

A React component running tensorflow and coco-ssd to detect objects in real-time using Webcam

63 lines (62 loc) 1.69 kB
{ "name": "ai-identifiers", "version": "0.1.4", "description": "A React component running tensorflow and coco-ssd to detect objects in real-time using Webcam", "private": false, "main": "build/index.html", "dependencies": { "@tensorflow-models/coco-ssd": "^2.0.3", "@tensorflow/tfjs": "^1.7.4", "@tensorflow/tfjs-node": "^1.7.4", "@tensorflow/tfjs-vis": "^1.4.0", "@testing-library/jest-dom": "^4.2.4", "@testing-library/react": "^9.5.0", "@testing-library/user-event": "^7.2.1", "react": "^16.13.1", "react-dom": "^16.13.1", "react-magic-dropzone": "^1.0.1", "react-scripts": "3.4.1", "webpack": "4.42.0", "webpack-node-externals": "^1.7.2", "yargs-parser": "^18.1.3" }, "scripts": { "start": "react-scripts start", "build": "react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject" }, "eslintConfig": { "extends": "react-app" }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] }, "keywords": [ "tensorflow", "coco-ssd" ], "devDependencies": { "babel-cli": "^6.26.0", "babel-core": "^6.26.3", "babel-loader": "^8.1.0", "babel-plugin-transform-object-rest-spread": "^6.26.0", "babel-plugin-transform-react-jsx": "^6.24.1", "babel-preset-env": "^1.7.0", "webpack-cli": "^3.3.11", "core-js": "^3.6.5", "@babel/runtime": "^7.9.6", "react-hot-loader": "^4.12.21", "@babel/preset-react": "^7.9.4", "css-loader": "^3.5.3" } }