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

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

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.

Frontend

## 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
```