Skip to content

A website for image compression using SVD (Singular Value Decomposition) algorithm

Notifications You must be signed in to change notification settings

clauculus/img-compression-web

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Algeo02-20063

Kompresiana is a website for image compression using SVD (Singular Value Decomposition) algorithm. This project is made for IF2123 Aljabar Linier dan Geometri by:

Kelompok 50 Kompresiana
13520063 - Louis Yanggara
13520071 - Wesly Giovano
13520076 - Claudia

Set up

  1. Clone this repository
git clone https://github.com/louisyeee/Algeo02-20063.git
  1. Get into src folder inside your cloned repository and set up a new virtual environment
python -m venv ./venv/
  1. Activate the new virtual environment
.\venv\Scripts\activate
  1. Install the requirements needed
pip install -r requirements.txt
  1. Run the web
flask run

Tech

Frontend : HTML & CSS
Backend : Python
Framework : Flask

About

A website for image compression using SVD (Singular Value Decomposition) algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 63.0%
  • HTML 23.0%
  • CSS 14.0%