Create readme.md

This commit is contained in:
Mohd Afzal Khan 2022-10-04 20:22:57 +05:30 committed by GitHub
parent f0044c29c9
commit 2386b980b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
```