Skip to content

Commit

Permalink
v0.1.0: added upload to Telegam
Browse files Browse the repository at this point in the history
  • Loading branch information
vitali2y committed Mar 3, 2024
1 parent a0f430c commit 4a6f598
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

## aicam

### Self-hosted on your tiny device an AI-based face detection app for video surveillance and notification
### Self-hosted on your tiny device an AI Computer Vision-based face detection app for video surveillance and notification

**Simple. Fast. Rust.**

Expand All @@ -34,9 +34,9 @@ Based on `opencv` and `libfacedetection` libs.

### 1. General

This application performs face recognition (usually in motion detection) followed by notification you by uploading captured images to your `Telegram` group.
This application performs face recognition (usually in motion detection) followed by notification you by uploading captured images to your `Telegram` group. You can run it on any self-hosted tiny device, like `Banana Pi M64` or `Raspberry Pi 4` as I do.

**IMPORTANT:** please do not forget to configure both `token` and `channel` params under `telegram` section of your `config/aicam.toml` config file.
**IMPORTANT:** please do not forget to configure [preliminary generated](https://core.telegram.org/bots#how-do-i-create-a-bot) both `token` and `channel` params under `telegram` section of your [config/aicam.toml](config/aicam.toml) config file.

### 2. OpenCV lib

Expand Down

0 comments on commit 4a6f598

Please sign in to comment.