python-scripts/scripts/OpenCV GrayImage/readme.md
2022-10-04 20:22:57 +05:30

18 lines
151 B
Markdown

## Run Locally
Clone the project
Install dependencies
```bash
pip install opencv-python
```
Run the main.py file
```bash
python main.py
```