Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
first-commit
  • Loading branch information
Mubaraq Olayinka committed Jul 8, 2024
0 parents commit b8e2b5d
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitignore
@@ -0,0 +1,5 @@
venv/
recordings/
__pycache__/
*.pyc
*.pyo
14 changes: 14 additions & 0 deletions README.md
@@ -0,0 +1,14 @@
# Only Motion Detector

This project consists of three components:

1. **Motion Detection**: Detects motion using cameras (MacBook and iPhone) and publishes notifications to an MQTT topic.
2. **Sound Detection**: Detects sound using a microphone and publishes notifications to an MQTT topic.
3. **Location Tracking**: Tracks location using MQTT messages and publishes updates to an MQTT topic.

## Installation

1. Clone the repository:
```bash
git clone https://github.coventry.ac.uk/4005CMD2425MAYSEP/only_motion_detector.git
cd only_motion_detector
Empty file added camera.py
Empty file.
Empty file added location.py
Empty file.
4 changes: 4 additions & 0 deletions requirements.txt
@@ -0,0 +1,4 @@
numpy==2.0.0
opencv-python==4.10.0.84
paho-mqtt==2.1.0
PyAudio==0.2.14
Empty file added sound.py
Empty file.

0 comments on commit b8e2b5d

Please sign in to comment.