All Projects → nanxstats → imgsvd

nanxstats / imgsvd

Licence: other
Shiny App for Image Compression via SVD

Programming Languages

r
7636 projects

Projects that are alternatives of or similar to imgsvd

svd-image-compression-demo
Demonstration of low rank matrix approximations via singular value decomposition
Stars: ✭ 23 (+4.55%)
Mutual labels:  image-compression, singular-value-decomposition
UCSCXenaShiny
📊 An R package for interactively exploring UCSC Xena https://xenabrowser.net/datapages/
Stars: ✭ 52 (+136.36%)
Mutual labels:  shiny-apps
js-image-compressor
A simple image compressor of javascript
Stars: ✭ 100 (+354.55%)
Mutual labels:  image-compression
TinyJPG
images jpg or jpeg compressed and watcher fsnotify
Stars: ✭ 73 (+231.82%)
Mutual labels:  image-compression
Digital-Image-Watermarking
Digital Image Watermarking Method Based on Hybrid DWT-HD-SVD Technique: Attacks, PSNR, SSIM, NC
Stars: ✭ 37 (+68.18%)
Mutual labels:  singular-value-decomposition
node-flif
A Node wrapper for the FLIF executable
Stars: ✭ 43 (+95.45%)
Mutual labels:  image-compression
CAE-ADMM
CAE-ADMM: Implicit Bitrate Optimization via ADMM-Based Pruning in Compressive Autoencoders
Stars: ✭ 34 (+54.55%)
Mutual labels:  image-compression
numerical linear algebra
Julia code for the book Numerical Linear Algebra
Stars: ✭ 43 (+95.45%)
Mutual labels:  singular-value-decomposition
neural-imaging
[CVPR'19, ICLR'20] A Python toolbox for modeling and optimization of photo acquisition & distribution pipelines (camera ISP, compression, forensics, manipulation detection)
Stars: ✭ 109 (+395.45%)
Mutual labels:  image-compression
learning R
List of resources for learning R
Stars: ✭ 32 (+45.45%)
Mutual labels:  shiny-apps
memory-hex
Hex Memory Game in Shiny
Stars: ✭ 29 (+31.82%)
Mutual labels:  shiny-apps
machLearn
Machine learning dashboard created with R/shiny
Stars: ✭ 74 (+236.36%)
Mutual labels:  shiny-apps
Deep-Image-Compression-Video-Coding
Recent papers and codes related to deep learning/deep neural network based image compression and video coding framework.
Stars: ✭ 69 (+213.64%)
Mutual labels:  image-compression
frontend-image-encode
This is script and implementation of frontend image compression, convert, rotate, resize based on codecs in Google/Squoosh. All codecs are copy from the Squoosh repo without modifying. if you want to pre-process images before uploading them to the server, please use this repo for reference
Stars: ✭ 51 (+131.82%)
Mutual labels:  image-compression
docker-google-guetzli
Run Google's Guetzli through Docker
Stars: ✭ 17 (-22.73%)
Mutual labels:  image-compression
shiny.fluent
Microsoft's Fluent UI for Shiny apps
Stars: ✭ 170 (+672.73%)
Mutual labels:  shiny-apps
ShinyTester
An R package to help debug Shiny apps during the process itself.
Stars: ✭ 29 (+31.82%)
Mutual labels:  shiny-apps
workshops-setup cloud analytics machine
Tips and Tricks to setup a cloud machine for Analytics and Data Science with R, RStudio and Shiny Servers, Python and JupyterLab
Stars: ✭ 12 (-45.45%)
Mutual labels:  shiny-apps
libcaesium
The Caesium compression library written in Rust
Stars: ✭ 58 (+163.64%)
Mutual labels:  image-compression
oc-imageresizer-plugin
October CMS Plugin to resize and compress images
Stars: ✭ 44 (+100%)
Mutual labels:  image-compression

ImgSVD

ImgSVD is a Shiny application for image compression via singular value decomposition (SVD). This application is inspired by Yihui Xie's comment in Yixuan Qiu's article on image compression via singular value decomposition with the R package rARPACK.

Play with it

To run this Shiny app locally, install the following R packages first:

install.packages(c("shiny", "markdown", "rARPACK", "jpeg", "png"))

then use:

shiny::runGitHub("nanxstats/imgsvd")

Currently, ImgSVD supports input images in JPEG or PNG format.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].