Arlodotexe / OwlCore.AI

Tools and helpers for building AI and ML applications.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OwlCore.AI Version

Tools and helpers for building AI and ML applications.

Featuring:

  • Menus: Build firmware-inspired menus and have a large language model infer the option to pick given a user request. Only uses 2-4 tokens per menu inference.
  • IModelInference: a basic inference abstraction for hot-swapping inference APIs. Flexible enough for multimodal inference such as LlamaSharp, OpenAI, LMStudio, Whisper, etc.

Install

Published releases are available on NuGet. To install, run the following command in the Package Manager Console.

PM> Install-Package OwlCore.AI

Or using dotnet

> dotnet add package OwlCore.AI

Usage

var test = new Thing();

Financing

We accept donations here and here, and we do not have any active bug bounties.

Versioning

Version numbering follows the Semantic versioning approach. However, if the major version is 0, the code is considered alpha and breaking changes may occur as a minor update.

License

All OwlCore code is licensed under the MIT License. OwlCore is licensed under the MIT License. See the LICENSE file for more details.

About

Tools and helpers for building AI and ML applications.


Languages

Language:C# 100.0%