nplesa/bionic-eye

There is no license information available for the latest version (v1.0.1) of this package.

Multi-camera AI detection and HLS streaming package for Laravel 12

Installs: 2

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/nplesa/bionic-eye

v1.0.1 2025-11-11 09:30 UTC

This package is auto-updated.

Last update: 2025-11-15 18:18:10 UTC


README

Multi-camera AI Laravel 12 package.

Instalation

composer require nplesa/bionic-eye
php artisan migrate

Configuration

1. Create bionic-eye instances on dashboard that tracking and try to identify objects.
2. Please ensure that Python sources are last version. (RTSP or video sources).
3. All records can be stored.

Running

php artisan serve
python3 vendor/nplesa/bionic-eye/python/bionic_eye_hls.py

Sample of Livewire instance on dashboard

<livewire:camera-dashboard :instance_id="$instance->id" />