You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
code:
`import React, { useState, useRef } from "react";
import * as faceapi from 'face-api.js'
import * as tf from '@tensorflow/tfjs-core';
import { setWasmPaths } from "@tensorflow/tfjs-backend-wasm";
code:
`import React, { useState, useRef } from "react";
import * as faceapi from 'face-api.js'
import * as tf from '@tensorflow/tfjs-core';
import { setWasmPaths } from "@tensorflow/tfjs-backend-wasm";
const App = () => {
const [session, setSession] = useState(null);
const [loading, setLoading] = useState("Loading OpenCV.js...");
};
export default App;`
dependencies:
"@tensorflow/tfjs": "^4.15.0",
"@tensorflow/tfjs-backend-wasm": "^4.15.0",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^13.0.0",
"@testing-library/user-event": "^13.2.1",
"face-api.js": "^0.22.2",
"onnxruntime-web": "^1.11.0",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-scripts": "5.0.1",
"web-vitals": "^2.1.0"
The text was updated successfully, but these errors were encountered: