mirror of
https://github.com/metafy-social/python-scripts.git
synced 2024-11-24 04:21:12 +00:00
18 lines
151 B
Markdown
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
|
||
|
```
|
||
|
|