/Moving-Object-Detection-with-OpenCV

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Moving Object Detection with OpenCV

Environment Setup

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

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:

python main.py

Run The Gradio App

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

python app.py