pranavSIT's picture
added pali inference
74e8f2f
|
raw
history blame contribute delete
434 Bytes
# 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
```