Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cursedprograms/opencv-colourdetection
Colour Detection with Python & OpenCV
https://github.com/cursedprograms/opencv-colourdetection
colordectection colourdetection opencv python python3
Last synced: 15 days 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 (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-10-20T22:48:11.000Z (24 days ago)
- Last Synced: 2024-10-21T23:10:13.109Z (23 days ago)
- Topics: colordectection, colourdetection, opencv, python, python3
- Language: Python
- Homepage: https://cursedprograms.github.io/OpenCV-ColourDetection/
- Size: 46.9 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Twitter: @NorowaretaGemu](https://img.shields.io/badge/[email protected]?style=flat)](https://x.com/NorowaretaGemu)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](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
```