General ML

General ML General Ml For Help you speed up development Ai / ML project

Demo

đŸ“šī¸ Docs

  1. Documentation
  2. Youtube
  3. Telegram Support Group
  4. Contact Developer (check social media or readme profile github)

đŸ”–ī¸ Features

  1. x đŸ“ąī¸ Cross Platform support (Device, Edge Severless functions)
  2. x đŸ“œī¸ Standarization Style Code
  3. x âŒ¨ī¸ Cli (Terminal for help you use this library or create project)
  4. x đŸ”Ĩī¸ Api (If you developer bot / userbot you can use this library without interact cli just add library and use đŸš€ī¸)
  5. đŸ§Šī¸ Customizable Extension (if you want add extension so you can more speed up on development)
  6. âœ¨ī¸ 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

  1. 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]);
}