Skip to content

Commit 3d19d83

Browse files
authored
Add an image classification Rust example (#796)
It accepts an image from the user and runs image classification inference.
1 parent 340cc89 commit 3d19d83

34 files changed

+9036
-0
lines changed

rust/image-classification/.gitignore

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
.dfx/
2+
build/
3+
node_modules/
4+
dist/
5+
.DS_Store
6+
_MACOSX
7+
.vscode/
8+
target/
9+
*.old.did
10+
.idea

0 commit comments

Comments
 (0)