A simple color detection tool built with Python and Streamlit. This app allows users to upload an image, click on any part of it, and instantly see the name and RGB value of the detected color.
- Upload and display any image
- Detect and capture RGB values from a clicked point
- Match color with closest name using a CSV dataset
- Display detected color name, RGB values, and color preview
- Python
- OpenCV
- Streamlit
- Pandas
- NumPy
- Pillow
- Clone the repository: