LakshmanKishore / imageCompression

Image compression web app built with help of PCA (ML algorithm).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Image Compression

An end to end ML project. I have used PCA(an unsupervised algorithm) to compress the image. It takes the image from user and gives a compressed image.

Tech Stack

Client: HTML,CSS,Bootstrap

Server: Flask

Run Locally

Clone the project

  git clone https://github.com/LakshmanKishore/imageCompression.git

Go to the project directory

  cd my-project

Install dependencies

  pip install -r requirements.txt

Start the server

  python app.py

Lessons Learned

I was able to learn more about PCA. I was able to link the PCA to HTML with the help of flask. I learnt more about linking the images with flask and HTML. Learnt about adding a spinner(Loading symbol) in the web.

Related

Here are some related projects

You can watch the code live here

About

Image compression web app built with help of PCA (ML algorithm).


Languages

Language:Jupyter Notebook 98.8%Language:HTML 0.6%Language:Python 0.3%Language:JavaScript 0.2%Language:CSS 0.1%