File size: 915 Bytes
336dbec
 
 
 
 
 
 
2f086e4
336dbec
 
 
 
 
2f086e4
336dbec
 
 
 
 
 
 
 
 
2f086e4
336dbec
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!DOCTYPE html>
<html lang="en">

<head>
  <meta charset="UTF-8" />
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  <title>Transformers.js | real-time image classification</title>
  <script type="module" crossorigin src="/assets/index-DCR9Hsyd.js"></script>
  <link rel="stylesheet" crossorigin href="/assets/index-CfQ5qnGK.css">
</head>

<body>
  <h1>
    Real-time image classification (WASM)
  </h1>
  <h3>
    Runs <a href="https://huggingface.co/onnx-community/mobilenetv4_conv_small.e2400_r224_in1k" target="_blank">MobileNetV4</a> locally in your browser w/
    <a href="https://github.com/xenova/transformers.js" target="_blank">🤗 Transformers.js</a>
  </h3>
  <div id="container">
    <video id="video" autoplay muted playsinline></video>
    <div id="overlay"></div>
  </div>
  <label id="status">Loading model (16 MB)...</label>


</body>

</html>