An open API service indexing awesome lists of open source software.

https://github.com/joelburget/einsum-in-depth

Interactive Einsum Tutorial
https://github.com/joelburget/einsum-in-depth

einsum tensors

Last synced: 8 months ago
JSON representation

Interactive Einsum Tutorial

Awesome Lists containing this project

README

          

# Einsum In Depth

Explaining what Einsums are actually doing. [Available online](https://einsum.joelburget.com/).

## Building and running

```
opam pin brr_svg git+https://gitlab.com/schutm/brr_svg
opam install ppx_expect js_of_ocaml note fmt brr
cd frontend
pnpm tailwindcss -i input.css -o output.css
cd ..
dune build -w
cd _build/default/frontend
pnpm i
pnpm start
```

You should see "Server running at http://localhost:1234".

## Deploy

```
cd _build/default/frontend
netlify deploy .
```