This is a simple web application built with Flask that allows users to upload an image and extract its dominant color palette using the ColorThief library.
- Upload .jpg, .jpeg, or .png image files.
- Automatically detects the most dominant colors in the image.
- Displays the extracted color palette and the uploaded image.
- Clean and responsive UI with Bootstrap.
- Filenames are sanitized using secure_filename.
- The user uploads an image through the form on the main page.
- The image is saved to the static/ folder.
- ColorThief extracts the dominant colors from the image.
- The resulting color palette and the uploaded image are displayed on the page.
