Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 796 Bytes

File metadata and controls

44 lines (31 loc) · 796 Bytes

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