https://github.com/cursedprograms/opencv-colourdetection
Colour Detection with Python & OpenCV
https://github.com/cursedprograms/opencv-colourdetection
colordectection colourdetection opencv python python3
Last synced: 2 months ago
JSON representation
Colour Detection with Python & OpenCV
- Host: GitHub
- URL: https://github.com/cursedprograms/opencv-colourdetection
- Owner: CursedPrograms
- License: mit
- Created: 2024-10-11T14:41:55.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-20T22:48:11.000Z (over 1 year ago)
- Last Synced: 2025-03-21T11:11:21.242Z (about 1 year ago)
- Topics: colordectection, colourdetection, opencv, python, python3
- Language: Python
- Homepage: https://cursedprograms.github.io/OpenCV-ColourDetection/
- Size: 46.9 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://x.com/NorowaretaGemu)
[](https://opensource.org/licenses/MIT)
# OpenCV-ColourDetection
## How to Run:
### Install Requirements
Using Python directly:
```bash
pip install -r requirements.txt
```
Or run:
- `install_requirements.bat`
### Run main.py
Using Python directly:
```bash
python main.py
```
Using provided scripts:
Windows:
- `.\run.bat`
or
- `.\run.ps1`
Unix-like systems (Linux/macOS):
- `.\run.sh`
```bash
open-cv
flask==3.0.0
gunicorn==21.2.0
```