mlforweight
ML to check dis_weight, (*1)
composer require larionov24e/mlforweight
, (*2)
, (*3)
, (*4)
, (*5)
Add to config/app.php to providers list, (*6)
\WeightDetector\Weight\WeightDetectorServiceProvider::class,
Example:
$weightDetect = app()->get('weightDetector');
$disWeight = $weightDetect->getDisWeight(21.3, 9.1, 26.4);
// return 1.02
, (*7)