Welcome to the Color Detection App! This project allows you to identify colors from both live camera feeds and uploaded images. Simply snap a photo, click on any part of the image or video, and find out the exact color name, including those you might not be familiar with.
- Live Camera Feed: Capture real-time colors using your webcam.
- Image Upload: Upload any image to analyze and detect colors.
- Color Identification: Get the closest matching color name from a comprehensive color database.
- User-Friendly Interface: Easy-to-use design with a clear display of color names and visual representation.
- Color Conversion: The app converts colors from hexadecimal format to RGB, then to XYZ, and finally to the LAB color space to accurately determine color differences.
- Color Comparison: It calculates the difference between the color you clicked on and a set of known colors using the CIE76 and CIEDE2000 color difference formulas.
- Color Naming: Matches the detected color to the nearest name from a predefined list of colors or a fallback set of standard colors.
- Clone this repository:
git clone https://github.com/CodeRustyPro/whatcolor.git