0xSynapse / Moving-Object-Detection-with-OpenCV

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:GNU General Public License v3.0


Languages

Language:Python 100.0%