0xsynapse 7167378bd7 update readme 1 yıl önce
..
readme_images 7167378bd7 update readme 1 yıl önce
sample 998f250eea added code 1 yıl önce
README.md 7167378bd7 update readme 1 yıl önce
app.py 998f250eea added code 1 yıl önce
main.py 998f250eea added code 1 yıl önce
requirements.txt 998f250eea added code 1 yıl önce

README.md

Moving Object Detection with OpenCV

This repository contains the Python scripts to run the main code and the Gradio app for moving object detection.

It is part of the LearnOpenCV blog post - Moving Object Detection with OpenCV.

Download Code

Environment Setup

Run the following commands on a new terminal window to create a new environment with the required packages:

```shell script pip install -r requirements.txt


### Run The Main Code
To run the main code pipeline to get the Inference in your local, use this command: 

```shell script
python main.py

Run The Gradio App

To run the web app in your local browser, use this command:

shell script python app.py

AI Courses by OpenCV

Want to become an expert in AI? AI Courses by OpenCV is a great place to start.

img