File size: 434 Bytes
74e8f2f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
# LiT-Demo

See https://blog.tensorflow.org/2022/08/jax-on-web-with-tensorflowjs.html

Demo originally appeared on Twitter
https://twitter.com/AndreasPSteiner/status/1514722383818543106

App published at
https://google-research.github.io/vision_transformer/lit

## Build

Install packages (tested with node v16.17.0 and yarn 1.22.19)

```bash
yarn
```


## Run

The web app will appear on http://localhost:8000

```
node build.js
```