https://github.com/prappo/security-camera-ai
YOLO based security camera server with frontend to manage the security rules
https://github.com/prappo/security-camera-ai
ai security vison yolo
Last synced: 9 months ago
JSON representation
YOLO based security camera server with frontend to manage the security rules
- Host: GitHub
- URL: https://github.com/prappo/security-camera-ai
- Owner: prappo
- Created: 2024-12-06T08:21:46.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-07T12:09:01.000Z (over 1 year ago)
- Last Synced: 2025-02-10T19:05:34.550Z (over 1 year ago)
- Topics: ai, security, vison, yolo
- Language: TypeScript
- Homepage:
- Size: 5.74 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Security Camera AI
An AI-powered security camera system that uses YOLOv8 for real-time object detection with customizable detection rules.

## Features
- Real-time object detection using YOLOv8
- Customizable detection rules
- Person counting
- Detection notifications
- REST API for rule management
## Setup
### Backend Setup
1. Install the required Python packages:
```shell
uvicorn main:app --reload
```
```shell
npm run dev
```