Skip to content

Commit

Permalink
Add a face recognition example in Rust
Browse files Browse the repository at this point in the history
  • Loading branch information
ulan committed Jul 10, 2024
1 parent b098916 commit 064899f
Show file tree
Hide file tree
Showing 41 changed files with 8,804 additions and 0 deletions.
5 changes: 5 additions & 0 deletions rust/face-recognition/.cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[build]
target = ["wasm32-wasi"]

[target.wasm32-wasi]
rustflags = ["-Ctarget-feature=+simd128"]
13 changes: 13 additions & 0 deletions rust/face-recognition/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
.dfx/
build/
node_modules/
dist/
.DS_Store
_MACOSX
.vscode/
target/
*.old.did
.idea
src/backend/assets/version-RFB-320.onnx
src/backend/assets/facerec.onnx
.env
Loading

0 comments on commit 064899f

Please sign in to comment.