This project provides a comprehensive comparison between different image compression algorithms (JPEG, WebP, and PNG) in terms of visual quality and file size.
- Upload: Upload the
my_project.py(or notebook) to Google Colab. - Authentication: Add your Kaggle credentials (
KAGGLE_USERNAMEandKAGGLE_API_TOKEN) to the Colab "Secrets" tab (the key icon). - Execution: Run all cells to download the dataset, perform compression, and generate performance graphs (PSNR/SSIM vs. bpp).
- Interactive UI: Use the integrated Gradio interface to test compression on your own uploaded images.