general_ml 0.0.2
general_ml: ^0.0.2 copied to clipboard
General Ml For Help you speed up development Ai / ML project
example/example.dart
import 'package:general_ml/utils/utils.dart';
void main(List<String> args) {
GeneralMlUtils.wavToNumpyArraywavToNumpy([0, 1, 0, 10, 101, 01, 101, 101, 101, 10]);
}