elliesleightholm commited on
Commit
043ab72
1 Parent(s): 9167ab7

Upload index.html

Browse files
Files changed (1) hide show
  1. index.html +37 -0
index.html ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!doctype html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8" />
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
+ <title>Transformers.js | real-time fashionCLIP</title>
7
+ <script type="module" crossorigin src="/assets/index-Dm59BktO.js"></script>
8
+ <link rel="stylesheet" crossorigin href="/assets/index-BdZyeFYU.css">
9
+ </head>
10
+
11
+ <body>
12
+ <h1>Real-time zero-shot image classification (WebGPU)</h1>
13
+ <h3>
14
+ Runs
15
+ <a href="https://huggingface.co/Marqo/marqo-fashionCLIP" target="_blank"
16
+ >marqo-fashionCLIP</a
17
+ >
18
+ locally in your browser w/
19
+ <a href="https://github.com/xenova/transformers.js" target="_blank"
20
+ >🤗 Transformers.js</a
21
+ >
22
+ </h3>
23
+ <div id="container">
24
+ <video id="video" autoplay muted playsinline></video>
25
+ <div id="overlay"></div>
26
+ </div>
27
+ <div id="controls">
28
+ <div title="Labels used to perform zero-shot image classification">
29
+ <label>Labels (comma-separated)</label>
30
+ <br />
31
+ <input id="labels" type="text" disabled />
32
+ </div>
33
+ </div>
34
+ <label id="status"></label>
35
+
36
+ </body>
37
+ </html>