AIAny

Tag

Explore by tags

GitHub
AI API2023

Run and manage open and community LLMs locally via a compact CLI and REST API—supports model import, Docker deployment, and official Python/JS SDKs for local inference, RAG, and dev workflows.

GitHub
AI Image2012

Provides a comprehensive set of computer-vision algorithms and image/video processing utilities with multi-language bindings (C++, Python, Java), contrib modules, and community docs/forums — suitable for prototyping, production pipelines, and real-time applications.

AI Train2014

Trains gradient-boosted tree models across local and distributed environments, with bindings for Python, R, JVM, Julia, and C++. Its sparsity-aware split finding and quantile sketch made it a default baseline for tabular ML competitions.

GitHub
MLOps2014

Programmatically author, schedule, and monitor data workflows as Python-defined DAGs; the scheduler handles dependencies, retries, and backfills. Pluggable executors (Local, Celery, Kubernetes) and a broad provider ecosystem for AWS, GCP, and databases.

AI Infra2015

Builds and deploys machine learning models across research, production, web, mobile, and edge environments. Its ecosystem spans Keras, TFX, LiteRT, TensorFlow.js, datasets, model hubs, and visualization tools.

AI Train2016

Trains gradient-boosted decision trees for classification, ranking, and large-scale tabular ML with lower memory use and faster training. GOSS and EFB help it handle high-dimensional sparse data on CPU, GPU, and distributed setups.

AI Infra2016

Lets researchers and engineers build neural networks as regular Python programs, with GPU-backed tensors, autograd, distributed training, and production paths through TorchScript and related tooling.

AI Deploy2016

Converts trained PyTorch, TensorFlow, and ONNX models into GPU-tuned inference engines via layer fusion, kernel auto-tuning, and reduced precision. Cuts latency, raises throughput on NVIDIA GPUs from Turing (INT8), with FP8 on Ada+ and FP4 on Blackwell+.

GitHub
AI Infra2017

Defines a portable model format and operator set for moving trained machine learning models across frameworks, runtimes, and hardware targets without locking the model to one toolchain.

AI Infra2017

Scales any Python or ML workload across CPUs and GPUs with a few decorators, instead of rewriting code for Spark or MPI. Bundles libraries for distributed training, hyperparameter tuning, RL, batch inference, and online model serving on one cluster.

GitHub
AI Deploy2018

Serves machine learning and deep learning models for cloud, data center, edge and embedded environments. Supports multiple frameworks and backends, dynamic and sequence batching, HTTP/gRPC APIs, Docker deployment and NVIDIA-optimized runtimes.

GitHub
AI Deploy2018

Converts, quantizes, and runs deep learning models from PyTorch, TensorFlow, ONNX, and PaddlePaddle across Intel CPUs, GPUs, and NPUs without the training framework. Adds a GenAI pipeline for LLMs plus Hugging Face, vLLM, and LangChain integrations.