ai-vue WORKING ONLY IN LATEST CHROMIUM BROWSERS DUE TO WASM SUPPORT Project setup npm install Compiles and hot-reloads for development npm run serve Compiles and minifies for production npm run build Lints and fixes files npm run lint Customize configuration See Configuration Reference. Model files Change paths in: Supported model types Example paths (same for now): RoFlect/src/components/models/ArcFace.vue Line 25 in e0b899a const MODEL_FILEPATH_PROD = "./onnx_models/ArcFace_fix/arcFace_fromcheck_quant.onnx";//"./onnx_models/ArcFace_fix/updated_arcfaceresnet100-8.all.ort"//'../../assets/onnx_models/ArcFace_fix/updated_arcfaceresnet100-8.all.ort'; RoFlect/src/components/models/ArcFace.vue Line 26 in e0b899a const MODEL_FILEPATH_DEV = "./onnx_models/ArcFace_fix/arcFace_fromcheck_quant.onnx";//"./onnx_models/ArcFace_fix/updated_arcfaceresnet100-8.all.ort"//'../../assets/onnx_models/ArcFace_fix/updated_arcfaceresnet100-8.all.ort'; Link for models: GDrive