general_ml 0.0.2
general_ml: ^0.0.2 copied to clipboard
General Ml For Help you speed up development Ai / ML project
General ML #
General ML General Ml For Help you speed up development Ai / ML project
Demo #
ποΈ Docs #
- Documentation
- Youtube
- Telegram Support Group
- Contact Developer (check social media or readme profile github)
ποΈ Features #
- β π±οΈ Cross Platform support (Device, Edge Severless functions)
- β ποΈ Standarization Style Code
- β β¨οΈ Cli (Terminal for help you use this library or create project)
- β π₯οΈ Api (If you developer bot / userbot you can use this library without interact cli just add library and use ποΈ)
- β π§©οΈ Customizable Extension (if you want add extension so you can more speed up on development)
- β β¨οΈ Pretty Information (user friendly for newbie)
βοΈ Fun Fact #
This library 100% use on every my create project (App, Server, Bot, Userbot)
ποΈ Proggres #
- 10-02-2025 Starting Release Stable With core Features
π₯οΈ Install Library #
- Dart
dart pub add general_ml
ποΈ Quick Start #
Example Quickstart script minimal for insight you or make you use this library because very simple
import 'package:general_ml/utils/utils.dart';
void main(List<String> args) {
GeneralMlUtils.wavToNumpyArraywavToNumpy([0, 1, 0, 10, 101, 01, 101, 101, 101, 10]);
}