larionov24e / mlforweight
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/larionov24e/mlforweight
Requires
- php-ai/php-ml: ^0.6.2
This package is not auto-updated.
Last update: 2025-09-28 11:39:55 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