Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 345 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 345 Bytes

attn-visual

This is a frontend for visualizing attention.
For more detail, please visit here.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build