Skip to content

A Python Script that detects motion, takes picture using PiCamera, then runs Tensorflow inference

Notifications You must be signed in to change notification settings

EuanSteven/PiMotion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PiMotion

A Python Script that detects motion, takes picture using PiCamera, then runs Tensorflow inference

GitHub Status Github All Releases PRs Welcome License

See here for a detailed documentation!

💻Requirements

  • Python 3.0 & Above (Download)
  • Pip 21.1.2 (Pre-Installed)
  • Git 2.32.0 (Download)

📦Installation

Note: You may wish to run this script in a virtual environment, as these modules will install system-wide. To find out more, see here

  1. Clone the repo
    git clone https://github.com/EuanSteven/PiMotion
  2. Install Python packages
    # Windows
    cd PiMotion
    py -3 -m pip install -r requirements.txt
    
    # Unix
    cd PiMotion
    python3.8 -m pip install -r requirements.txt
  3. Run the main.py file using python main.py

🆕Changelog

V1.1 (Beta) - 🌈

  • Created
  • Released on 22/06/23

📄License

This repository is licensed under the Apache License.

Copyright©️ 2021-2021 AUTHOR

About

A Python Script that detects motion, takes picture using PiCamera, then runs Tensorflow inference

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages