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

https://github.com/timjb/svd-image-compression-demo

Demonstration of low rank matrix approximations via singular value decomposition
https://github.com/timjb/svd-image-compression-demo

demonstration image-compression singular-value-decomposition

Last synced: about 1 year ago
JSON representation

Demonstration of low rank matrix approximations via singular value decomposition

Awesome Lists containing this project

README

          

# SVD image compression demo

## Development

```bash
$ npm install
```

and run

```bash
$ npm run build-all
```