ggml_library_flutter 0.0.5 copy "ggml_library_flutter: ^0.0.5" to clipboard
ggml_library_flutter: ^0.0.5 copied to clipboard

discontinued

GGML Is Library machine learning in dart with special feature speed up inference model in cpu only or any gpu

Ggml Library #

Ggml Library Is library Machine Learning

Copyright (c) 2024 GLOBAL CORPORATION - GENERAL DEVELOPER

đŸ“šī¸ Docs #

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

đŸ”–ī¸ Features #

  1. ✅ đŸ“ąī¸ Cross Platform support (Device, Edge Severless functions)
  2. ✅ đŸ“œī¸ Standarization Style Code
  3. ✅ âŒ¨ī¸ Cli (Terminal for help you use this library or create project)
  4. ✅ đŸ”Ĩī¸ 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) This library 100% support all models from whisper.cpp (depending on your device specs, if high then it can be up to turbo, but if low, just choose tiny/small)

đŸ“ˆī¸ Proggres #

  • 10-02-2025 Starting Release Stable With core Features

Resources #

  1. MODEL

đŸ“Ĩī¸ Install Library #

  1. Dart
dart pub add ggml_library_dart
  1. Flutter
flutter pub add ggml_library_flutter

đŸš€ī¸ Quick Start #

Example Quickstart script minimal for insight you or make you use this library because very simple

import 'dart:io';
import 'package:ffi/ffi.dart';
import "dart:ffi";
import 'package:ggml_library/core/ggml/ffi/bindings.dart';
import 'package:ggml_library/ggml_library.dart';

void main(List<String> args) async {
  print("start");
  final GgmlLibrary ggmlLibrary = GgmlLibrary(
    libraryGgmlPath: "libggml.so",
  );
  await ggmlLibrary.ensureInitialized();
  final Pointer<ggml_init_params> params = calloc<ggml_init_params>();
  params.ref.no_alloc = false;
  final Pointer<ggml_context> ggmlContext = ggmlLibrary.ggmlLibrarySharedBindingsByGeneralDeveloper.ggml_init(params.ref);
  ggmlLibrary.ggmlLibrarySharedBindingsByGeneralDeveloper.ggml_free(ggmlContext);
  exit(0);
}

Examples #

  1. Whisper Speech To Text / Transcribe From Audio Or Video
  2. LLAMA

Copyright (c) 2024 GLOBAL CORPORATION - GENERAL DEVELOPER

0
likes
0
points
52
downloads

Publisher

unverified uploader

Weekly Downloads

GGML Is Library machine learning in dart with special feature speed up inference model in cpu only or any gpu

Homepage
Repository (GitHub)
View/report issues

Documentation

Documentation

Funding

Consider supporting this project:

github.com
github.com
github.com

License

unknown (license)

Dependencies

flutter

More

Packages that depend on ggml_library_flutter