Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 1.16 KB

README.md

File metadata and controls

44 lines (32 loc) · 1.16 KB

Movement Detector

This is a movement detector build from scratch using python3. It can be used in Security Cams.

Prerequisites:

This project requires Python (version 3 or later) and PIP. Python and PIP are really easy to install. To make sure you have them available on your machine, try running the following command.

$ python -V && pip -V
Python 3.8.5
pip 20.3.3

Getting Started:

Start with cloning this repo on your local machine:

$ git clone https://github.com/dubeyji0110/movementDetector.git
$ cd movementDetector

To try this project you need to install some modules in the given sequence

- pip install opencv-python

Contributing

You can add your new features and pull a request, I will sure look into that.

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Add your changes: git add .
  4. Commit your changes: git commit -am 'Add some feature'
  5. Push to the branch: git push origin my-new-feature
  6. Submit a pull request 😎

Authors