AIAIAny
  • Search
  • Collection
  • Category
  • Tag
  • Daily AI
AIAIAny

Tag

Explore by tags

AIAIAny

Curated AI Resources for Everyone

[email protected]

Powered by airss.app

Product
  • Search
  • Collection
  • Category
  • Tag
Resources
  • Blog
Company
  • Privacy Policy
  • Terms of Service
  • Sitemap
Copyright © 2026 All Rights Reserved.
  • All

  • 30u30

  • ASR

  • ChatGPT

  • GNN

  • IDE

  • RAG

  • agent-skills

  • ai

  • ai-agent

  • ai-api

  • ai-api-management

  • ai-client

  • ai-coding

  • ai-demos

  • ai-deploy

  • ai-development

  • ai-framework

  • ai-image

  • ai-image-demos

  • ai-inference

  • ai-leaderboard

  • ai-library

  • ai-rank

  • ai-security

  • ai-serving

  • ai-tools

  • ai-train

  • ai-video

  • ai-workflow

  • AIGC

  • algorithms

  • alibaba

  • amazon

  • android

  • anthropic

  • arabic

  • audio

  • aws

  • benchmark

  • benchmarks

  • biology

  • blog

  • book

  • bun

  • bytedance

  • chatbot

  • chatgpt

  • chemistry

  • claude

  • claude-code

  • cli

  • clickhouse

  • code

  • codex

  • coding

  • coding-agents

  • common-crawl

  • copilot

  • course

  • cpu

  • cuda

  • cursor

  • deepmind

  • deepseek

  • depth

  • devops

  • diffusers

  • distillation

  • docker

  • drug-discovery

  • electron

  • embeddings

  • engineering

  • evaluation

  • facebook

  • finance

  • flow-matching

  • foundation

  • foundation-model

  • fp8

  • gcode

  • gcp

  • gemini

  • gemini-cli

  • gemma

  • genomics

  • gguf

  • gitHub

  • github

  • go

  • google

  • gradient-booting

  • grok

  • groq

  • huggingface

  • hy_v4

  • image

  • imatrix

  • ios

  • java

  • javascript

  • json

  • kimi

  • kotlin

  • kubernetes

  • laion

  • llama.cpp

  • LLM

  • llm

  • long-horizon

  • lora

  • mLOps

  • math

  • mcap

  • mcp

  • mcp-client

  • mcp-server

  • meta-ai

  • meta-pytorch

  • metal

  • microsoft

  • mlops

  • mobile

  • mocap

  • moe

  • multilingual

  • multimodal

  • mysql

  • NLP

  • nlp

  • nodejs

  • numpy

  • nvidia

  • ocr

  • ollama

  • openai

  • opencode

  • pandas

  • paper

  • parquet

  • physics

  • pi

  • plugin

  • polars

  • postgres

  • privacy

  • programming

  • prompt-engineering

  • pwa

  • python

  • pytorch

  • qwen

  • react

  • reasoning

  • redis

  • refactoring

  • research

  • retrieval

  • RL

  • rl

  • robotics

  • rust

  • safetensors

  • science

  • security

  • segmentation

  • sft

  • shodan

  • skillkit

  • software-engineering

  • sora

  • speech

  • sqlite

  • ssh

  • stt

  • supabase

  • swe

  • swift

  • tensorrt

  • terminal

  • thinking

  • trae

  • transformers

  • translation

  • tts

  • tutorial

  • typescript

  • unsloth-dynamic

  • vibe-coding

  • video

  • vision

  • vllm

  • voice

  • vue

  • vulkan

  • web-search

  • windsurf

  • xAI

  • xai

  • youtube

GitHub
AI Image·2020
Icon for item

PaddleOCR

PaddlePaddle·Baidu

Turns PDFs and images into structured Markdown or JSON for LLM use, recognizing text, tables, formulas, seals, and handwriting. Models scale from a 1.5M-param edge variant to a 0.9B vision-language model spanning 100+ languages.

#ocr#vision#python#gitHub#llm+5
AI Infra·2020
Icon for item

DeepSpeed

Microsoft, Microsoft Research

Optimizes distributed PyTorch training and inference for very large models with ZeRO memory partitioning, parallelism, MoE, offload, and compression. Best when GPU memory, training cost, or cluster throughput is the bottleneck.

#pytorch#ai-train#ai-inference#ai-library#mlops+3
AI Deploy·2021
Icon for item

Serving Models | TFX | TensorFlow

TensorFlow·Google

Deploys trained SavedModels behind gRPC and REST endpoints, with hot-swappable versioning so new weights load without downtime. Built around servables, loaders, sources, and a manager, plus request batching to cut accelerator cost.

#mlops#ai-serving#ai-inference#google#docker+2
GitHub
AI Infra·2021
Icon for item

SkyPilot

skypilot-org, Sky Computing Lab (UC Berkeley)·Sky Computing Lab, UC Berkeley

Runs, manages, and scales AI workloads across 20+ clouds, Kubernetes, Slurm, and on-prem from one YAML or Python spec. Auto-provisions GPUs/TPUs, fails over across regions and providers when capacity is short, and routes jobs to the cheapest option.

#mlops#ai-serving#ai-train#ai-workflow#ai-inference+2
AI Deploy·2021
Icon for item

KServe

KServe community·Google, IBM +4

Serves predictive and generative ML models on Kubernetes via a single InferenceService CRD, with scale-to-zero, canary rollouts, and an OpenAI-compatible LLM path on vLLM. One autoscaling abstraction over PyTorch, XGBoost, ONNX, and HuggingFace.

#mlops#ai-inference#ai-serving#ai-deploy#vllm+3
AI Train·2021
Icon for item

Colossal-AI

HPC-AI Technology Inc. (Colossal-AI team), Shenggui Li +1·HPC-AI Technology Inc., National University of Singapore

Scales a single-GPU training script to thousands of GPUs through a unified interface, combining data, pipeline, tensor, and sequence parallelism. Its Gemini memory manager offloads tensors across GPU, CPU, and NVMe so models far larger than VRAM still fit.

#pytorch#ai-train#ai-inference#ai-serving#mlops+3
GitHub
AI Image·2021
Icon for item

Anomalib

open-edge-platform

Library for benchmarking, developing, and deploying deep-learning visual anomaly-detection models — includes ready-to-use model implementations (PatchCore, DINO-based), experiment/HPO tooling, OpenVINO export for edge inference, and a low-code Studio for deployment.

#vision#pytorch#ai-inference#ai-serving#ai-library+3
MLOps·2021
Icon for item

ZenML — The AI Control Plane

Adam Probst, Hamza Tahir +1·ZenML GmbH

Orchestrates ML training pipelines and production agent workflows from one Python codebase that runs unchanged from a laptop to Kubernetes or any cloud. Auto-versions artifacts, models, and agent checkpoints, with no orchestrator or framework lock-in.

#mlops#ai-workflow#ai-development#ai-tools#python+5
GitHub
AI Deploy·2022
Icon for item

ExecuTorch

PyTorch·Meta

Deploys PyTorch models directly on phones, microcontrollers, and embedded hardware via ahead-of-time compilation to a ~50KB C++ runtime. Delegates subgraphs to 12+ backends (XNNPACK, CoreML, Qualcomm, ARM Ethos-U) with torchao quantization.

#pytorch#ai-inference#ai-serving#meta-ai#llm+5
GitHub
AI Model·2022
Icon for item

TabPFN

Prior Labs

Transformer-based foundation model for tabular data that provides pre-trained checkpoints for fast classification and regression, with GPU-accelerated local inference and an optional cloud client. Best suited for small-to-medium datasets (~≤50k rows).

#foundation-model#pytorch#python#ai-inference#ai-serving+2
GitHub
AI Infra·2022
Icon for item

Manifest

mnfst

Smart model router for personal AI agents that sends each request to the cheapest model capable of handling it — cutting API costs by up to ~70%. Uses a fast 23-dimension scorer, automatic fallbacks, per-tier controls, and supports local Docker self-hosting or a cloud app; ideal for cost-sensitive personal agents.

#llm#ai-agent#ai-api-management#ai-serving#ai-inference+4
Hugging Face
AI Model·2022
Icon for item

Text Generation Inference

Hugging Face

Rust-and-Python toolkit that serves open-source LLMs (Llama, Falcon, Mixtral, StarCoder) over HTTP/gRPC with tensor parallelism, continuous batching, Flash/Paged Attention and quantization. Now in maintenance mode, pointing users toward vLLM and SGLang.

#huggingface#ai-inference#ai-serving#ai-deploy#llm+5
  • Previous
  • 1
  • 2
  • 3
  • More pages
  • 19
  • 20
  • Next