4 Repositories
PHP birdsong-recognition Libraries
Realtime BirdNET powered soundscape analysis for bird song identification.
BirdNET-stream Realtime BirdNET powered soundscape analysis for bird song identification. Introduction BirdNET-stream records sound 24/7 on any Linux
Tutorial for computer vision and machine learning in PHP 7/8 by opencv (installation + examples + documentation)
Examples detect face by cascade classifier detect face by pretrained caffe model res10_300x300_ssd by ddn module detect facemarks by LBF algorithm rec
PHP client for Microsoft Azure Face API.
Microsoft Azure Face API PHP client A PHP library that utilizes Azure Face REST API. Requirements PHP = 7.4 Installation composer require darmen/php-
ANTLR (ANother Tool for Language Recognition) is a powerful parser generator for reading, processing, executing, or translating structured text or binary files.
ANTLR (ANother Tool for Language Recognition) is a powerful parser generator for reading, processing, executing, or translating structured text or binary files. It's widely used to build languages, tools, and frameworks. From a grammar, ANTLR generates a parser that can build parse trees and also generates a listener interface (or visitor) that makes it easy to respond to the recognition of phrases of interest.