Chromalyze is a real‑time color detection system built with OpenCV.
Instantly detect and track colors from a live camera feed with an intuitive interface and customizable color database.
✅ Real‑Time Color Detection – Instantly identify colors from your webcam or camera feed
✅ Customizable Color Database – Add or edit your own palettes
✅ Intuitive Interface – Minimal and easy to use
✅ High Accuracy – Powered by OpenCV for speed and reliability
✅ Versatile Applications – From digital design to retail color matching and object tracking
- 🐍 Python 3
- 📷 OpenCV
- 🔧 NumPy
(All dependencies are listed inrequirements.txt)
# Clone this repository
git clone https://github.com/dj-ayush/Computer-vision.gitcd Computer-vision/Chromalyze
pip install -r requirements.txt
python chromalyze.py
🎨 Digital Design – Quickly grab HEX/RGB codes for design workflows
🛍️ Retail Color Matching– Match product or fabric colors in real time
📌 Object Tracking – Detect and follow objects by their color
Chromalyze/
│
├── chromalyze.py # Main application
├── color_data/ # Color database files
├── assets/ # Screenshots / UI assets
└── README.md # Project documentation
git clone https://github.com/dj-ayush/Computer-vision.git
cd Computer-vision/Chromalyzepython -m venv venv
# On Windows
venv\Scripts\activate
# On Mac/Linux
source venv/bin/activatepip install -r requirements.txt---
python chromalyze.pyWe welcome contributions!
- Fork the repo
- Create a new branch:
git checkout -b feature-name - Commit your changes:
git commit -m "Added feature" - Push to your branch:
git push origin feature-name - Create a pull request 🚀
This project is licensed under the MIT License.
Built with ❤️ by @dj-ayush