Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/avrabyt/image-compressor

🛠 Dimensionality Reduction demo tools ! 🚀 SVD and PCA for Image compression 🎃 Check the app out !✨
https://github.com/avrabyt/image-compressor

dimensionality-reduction machine-learning pca principal-component-analysis python singular-value-decomposition streamlit tutorial

Last synced: about 1 month ago
JSON representation

🛠 Dimensionality Reduction demo tools ! 🚀 SVD and PCA for Image compression 🎃 Check the app out !✨

Awesome Lists containing this project

README

        

# Image-Compressor
Image compression using Singular Value Decomposition (SVD) and Principal Component Analysis (PCA) method.

Try the app [here](https://svd-image-compression.streamlitapp.com/).

# 1. Demo - SVD
![Gif](Resources/streamlit-app-2022-10-29-14-10-80.gif)

# 2. Demo - PCA

![GifPCA](Resources/pca.gif)
## Video tutorial

See the tutorial video

[![Dimensionality reduction in Machine Learning using Singular Value Decomposition(SVD)](https://github.com/avrabyt/Image-Compressor/blob/main/Resources/Machine%20Learning%20Techniques.png)](https://youtu.be/J2jBTFovWH8)

# Resources
- https://www.frankcleary.com/svdimage/
- https://jonathan-hui.medium.com/machine-learning-singular-value-decomposition-svd-principal-component-analysis-pca-1d45e885e491

More resources I collected from my linkdin [post](https://www.linkedin.com/feed/update/urn:li:ugcPost:6992121144770236416?commentUrn=urn%3Ali%3Acomment%3A%28ugcPost%3A6992121144770236416%2C6993137971709288448%29&dashCommentUrn=urn%3Ali%3Afsd_comment%3A%286993137971709288448%2Curn%3Ali%3AugcPost%3A6992121144770236416%29) comment section (from Joris Snellenburg):
- [Demo+concept](http://timbaumann.info/svd-image-compression-demo/)
- [Youtube tutorial by
Steve Brunton](https://www.youtube.com/watch?v=H7qMMudo3e8)