Skip to content

Optimized image processing for web apps, converting uploads to WebP with customizable compression

Notifications You must be signed in to change notification settings

MrSnifo/pixels-sous-pression

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pixels-sous-pression

Optimized image loading for web apps by converting images to WebP using Pillow, enhancing performance and user experience. Developed for the La Nuit de l'Info Challenge 2024

screenshot

Setup

  1. Create a Python virtual environment and activate it:

    python -m venv venv
  2. Activate the environment (Linux/MacOS):

    source venv/bin/activate
  3. Install dependencies:

    pip install -r requirements.txt

Usage

  1. Run the FastAPI server:

    fastapi run app/server.py
  2. Upload an image and watch it be compressed with minimal loss, optimizing performance.

About

Optimized image processing for web apps, converting uploads to WebP with customizable compression

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published