laravel-object-detection
This package identifies objects in an image using Machine Learning, TensorFlow and the coco-ssd model.
Installation
You can install the package via composer:
composer require livijn/laravel-object-detection
Usage
LaravelObjectDetection::getObjectsFromImageUrl('https://some-url.com/some-image.jpg');
// Returns an ImageObjectCollection
// [{"class":"dog","score":0.973773181438446,"boundingBox":[239.84360694885254,75.59387746453285,505.188524723053,590.4131692349911]}]
Testing
composer test
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.