larionov24e / mlforweight
There is no license information available for the latest version (dev-master) of this package.
dev-master
2018-03-26 19:51 UTC
Requires
- php-ai/php-ml: ^0.6.2
This package is not auto-updated.
Last update: 2025-03-02 08:54:59 UTC
README
ML to check dis_weight
composer require larionov24e/mlforweight
Add to config/app.php to providers list
\WeightDetector\Weight\WeightDetectorServiceProvider::class,
Example:
$weightDetect = app()->get('weightDetector');
$disWeight = $weightDetect->getDisWeight(21.3, 9.1, 26.4);
// return 1.02