diff --git a/scripts/OpenCV GrayImage/readme.md b/scripts/OpenCV GrayImage/readme.md new file mode 100644 index 0000000..01facf9 --- /dev/null +++ b/scripts/OpenCV GrayImage/readme.md @@ -0,0 +1,17 @@ + +## Run Locally + +Clone the project + +Install dependencies + +```bash + pip install opencv-python +``` + +Run the main.py file + +```bash + python main.py +``` +