This project identifies colors in an image by using OpenCV and matches them with a predefined list of colors stored in a CSV file. The color matching is done using the LAB (CIELAB) color space for better perceptual accuracy.
- Uses LAB color space for improved color perception.
- Provides interactive color detection by clicking on any area of an image.
- Outputs color names along with the RGB values.
- Clone the repository:
git clone https://github.com/Assem-ElQersh/Color-Identification-Lab.git
- Navigate to the project directory:
cd Color-Identification-Lab - Install the required libraries:
pip install -r requirements.txt
- Place your image file in the project directory.
- Run the Jupyter notebook
Model.ipynb. - Click on any part of the image to detect the color.
This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.
