python-scripts/scripts/OpenCV GrayImage/readme.md

18 lines
151 B
Markdown
Raw Normal View History

2022-10-04 14:52:57 +00:00
## Run Locally
Clone the project
Install dependencies
```bash
pip install opencv-python
```
Run the main.py file
```bash
python main.py
```