devarajns commited on
Commit
6b28d04
·
verified ·
1 Parent(s): 31ab753

Add model card

Browse files
Files changed (1) hide show
  1. README.md +19 -0
README.md ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: onnxruntime
3
+ tags:
4
+ - onnx
5
+ - quickdraw
6
+ - sketch-recognition
7
+ - autodraw
8
+ ---
9
+
10
+ # AutoDraw Client models
11
+
12
+ ONNX models used by the [AutoDraw Client demo](https://huggingface.co/spaces/devarajns/autodraw-client-demo).
13
+
14
+ ## Contents
15
+
16
+ - `models/sketch-embedder/`: 128-dimensional sketch embedding model for icon retrieval.
17
+ - `models/quickdraw-mvp/`: fallback Quick Draw classifier.
18
+
19
+ Each model folder includes a `model.json` file describing its required input and output tensor contract.