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.
Client: HTML,CSS,Bootstrap
Server: Flask
Clone the project
git clone https://github.com/LakshmanKishore/imageCompression.gitGo to the project directory
cd my-projectInstall dependencies
pip install -r requirements.txtStart the server
python app.pyI 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.
Here are some related projects