https://github.com/thilinasatoru/kidz-care-range
Kids Care AI IOT Device - RaspberryPi Picamera range detection.
https://github.com/thilinasatoru/kidz-care-range
picamera2 raspberry-pi yolo
Last synced: 5 months ago
JSON representation
Kids Care AI IOT Device - RaspberryPi Picamera range detection.
- Host: GitHub
- URL: https://github.com/thilinasatoru/kidz-care-range
- Owner: ThilinaSatoru
- Created: 2024-09-07T20:32:48.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-09T04:44:43.000Z (almost 2 years ago)
- Last Synced: 2025-04-05T21:45:08.327Z (over 1 year ago)
- Topics: picamera2, raspberry-pi, yolo
- Language: Jupyter Notebook
- Homepage:
- Size: 76.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kids Care AI - Range Detection
Kids Care AI IOT Device - RaspberryPi and Picamera range detection.

## Configurations
`paths.py`
```python
VIDEO_PATH = r"samples/v2.mp4"
MODEL_PATH = r"YOLO/94.1 63.3/model.pt"
```
`firebase.py
```python
# Firebase Configuration
GOOGLE_APPLICATION_CREDENTIALS = 'kidzcare-97f3c-firebase-adminsdk-fpml6-3904295b4d.json'
FIREBASE_STORAGE_BUCKET = 'kidzcare-97f3c.appspot.com'
FIREBASE_DATABASE_NAME = '/kiddycare'
FIREBASE_DATABASE_URL = 'https://kidzcare-97f3c-default-rtdb.firebaseio.com'
users_ref = firebase_ref.child('range_detection')
````
---
## SSH Login to Raspberry PI
```cmd
ssh admin@raspberrypi.local
```
`password: admin`
## Test Picam
```cmd
python Documents/cam/stream.py
```
## Run
```bash
python Documents/Kidz-Care-Range/start.py
```
# Shutdown
```bash
sudo shutdown now
```