Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 2 days ago
JSON representation

Kids Care AI IOT Device - RaspberryPi Picamera range detection.

Awesome Lists containing this project

README

        

# Kids Care AI - Range Detection

Kids Care AI IOT Device - RaspberryPi and Picamera range detection.

![schemetic](YOLO/frame_sample.jpg)

## 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 [email protected]
```

`password: admin`

## Test Picam

```cmd
python Documents/cam/stream.py
```

## Run
```bash
python Documents/Kidz-Care-Range/start.py
```

# Shutdown

```bash
sudo shutdown now
```