Chromatic Click is a vibrant web application that lets you explore the colors of your world! Upload an image and dive into its colorful palette with just a double-click.
- Color Discovery: Double-click on any part of the uploaded image to instantly reveal its dominant color.
- Real-time Updates: Get instant feedback on the color name and RGB values as you interact with the image.
- User-Friendly Interface: Intuitive design that adapts to your device, ensuring a seamless experience across all screens.
- Flask: Powering the backend logic and handling user requests.
- OpenCV: Leveraging computer vision for pixel-level color detection.
- Pandas: Managing color data with ease, ensuring accurate color identification.
- Bootstrap: Crafting a visually appealing and responsive user interface.
- JavaScript: Enhancing user interactions and enabling real-time updates.
- Clone the Repository:
git clone https://github.com/your-username/Chromatic-Click.git
- Install Dependencies:
pip install -r requirements.txt
- Run the Application:
python app.py
- Explore Chromatic Click: Open a web browser and visit
[http://localhost:5000](http://127.0.0.1:5000)
to start discovering colors!