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-serving

  • ai-tools

  • ai-train

  • ai-video

  • ai-workflow

  • AIGC

  • algorithms

  • alibaba

  • amazon

  • android

  • anthropic

  • audio

  • aws

  • biology

  • blog

  • book

  • bytedance

  • chatbot

  • chatgpt

  • chemistry

  • claude

  • claude-code

  • cli

  • code

  • codex

  • copilot

  • course

  • cuda

  • cursor

  • deepmind

  • deepseek

  • depth

  • devops

  • diffusers

  • docker

  • drug-discovery

  • electron

  • embeddings

  • engineering

  • evaluation

  • facebook

  • finance

  • flow-matching

  • foundation

  • foundation-model

  • gemini

  • gemini-cli

  • gemma

  • genomics

  • gitHub

  • github

  • go

  • google

  • gradient-booting

  • grok

  • groq

  • huggingface

  • image

  • ios

  • java

  • javascript

  • json

  • kimi

  • llama.cpp

  • LLM

  • llm

  • lora

  • mLOps

  • math

  • mcp

  • mcp-client

  • mcp-server

  • meta-ai

  • meta-pytorch

  • metal

  • microsoft

  • mlops

  • mobile

  • multilingual

  • multimodal

  • mysql

  • NLP

  • nlp

  • nodejs

  • numpy

  • nvidia

  • ocr

  • ollama

  • openai

  • opencode

  • pandas

  • paper

  • physics

  • pi

  • plugin

  • polars

  • postgres

  • privacy

  • prompt-engineering

  • pwa

  • python

  • pytorch

  • qwen

  • react

  • reasoning

  • RL

  • robotics

  • rust

  • science

  • security

  • segmentation

  • shodan

  • skillkit

  • sora

  • speech

  • sqlite

  • ssh

  • stt

  • swe

  • tensorrt

  • terminal

  • transformers

  • translation

  • tts

  • tutorial

  • typescript

  • vibe-coding

  • video

  • vision

  • vllm

  • voice

  • windsurf

  • xAI

  • xai

GitHub
AI Video·2025
Icon for item

TryKimu Video Editor

TryKimu

AI-assisted multi-track video editor that turns natural-language prompts into edits, timing, and layouts; offers real‑time preview, cloud‑synced projects, and a smart media library for fast asset search and iteration.

#ai-video#video#AIGC#ai-tools#docker+4
GitHub
Large Language Model Tutorials·2025
Icon for item

All-in-RAG

dalvqw·Datawhale (datawhalechina)

Practical, full-stack tutorial for building Retrieval-Augmented Generation (RAG) systems—covers data preprocessing, vector embedding and indexing, hybrid and multimodal retrieval, generation integration, evaluation and production-ready engineering. Includes hands-on projects and examples for developers with Python experience.

#RAG#embeddings#multimodal#python#llm+4
GitHub
AI Infra·2025
Icon for item

Nano-vLLM

GeeeekExplorer·DeepSeek

Reimplements the vLLM inference engine from scratch in ~1,200 lines of readable Python, matching its offline throughput on small models. Prefix caching, tensor parallelism, torch.compile, and CUDA graphs are all kept legible.

#vllm#llm#python#pytorch#ai-inference+4
GitHub
AI Agent·2025
Icon for item

Claude Agent SDK for Python

Anthropic

Run Claude as a programmatic agent in Python: one-shot query() calls or a stateful ClaudeSDKClient for multi-turn loops. Define in-process tools, lifecycle hooks, and per-tool permissions; it bundles the Claude Code CLI and exposes its full toolset.

#anthropic#claude#claude-code#python#ai-api+4
GitHub
AI Audio·2025
Icon for item

Magenta RealTime 2

Magenta (Google)

A toolkit and open-weights system for real-time streaming music generation — offers two model sizes (230M / 2.4B), a Python inference library (JAX/MLX), and a C++ engine optimized for Apple Silicon for embedding into DAWs and apps; real-time streaming requires M‑series chips.

#audio#huggingface#google#python#ai-inference+3
GitHub
AI Agent·2025
Icon for item

Customer Service Agents Demo

OpenAI

Demonstrates orchestration of specialist customer-service agents built with the OpenAI Agents SDK, pairing a Python backend for agent logic with a Next.js UI (ChatKit) to visualize routing, guardrails, and demo flows. Useful for prototyping multi-agent customer-service workflows; uses mock flight data and requires an OpenAI API key.

#openai#ai-agent#agent-skills#chatbot#python+4
GitHub
AI Agent Tutorials·2025
Icon for item

Agents Towards Production

Nir Diamant, DiamantAI Collective

A code-first collection of runnable tutorials for building production-ready generative-AI agents — step-by-step guides covering stateful workflows, vector memory, RAG, tool integrations, Docker/AWS/RunPod deployment, security guardrails, observability, and multi-agent patterns.

#ai-agent#RAG#llm#docker#mcp+5
GitHub
AI Train·2025
Icon for item

Agent Lightning

Xufang Luo, Yuge Zhang +7·Microsoft Research

Trains and optimizes AI agents with reinforcement learning using almost zero code change. Works with any agent framework (LangChain, OpenAI Agents SDK, AutoGen, CrewAI) or none, and can selectively optimize a single agent inside a multi-agent system.

#ai-agent#RL#ai-train#microsoft#github+3
GitHub
Embodied AI·2025
Icon for item

stable-worldmodel

Galilai Group

Provides a unified Python interface to collect data, train visual/dynamics world models, and evaluate them with model-predictive control across many standardized environments. Includes reference baselines, planning solvers, dataset converters, and LanceDB-backed formats for reproducible experiments. Best suited for researchers benchmarking world-model algorithms.

#robotics#RL#vision#pytorch#ai-library+4
GitHub
AI Agent Tutorials·2025
Icon for item

amazon-bedrock-agentcore-samples

AWS Labs (awslabs) / Amazon·Amazon Web Services

Official, runnable examples for Amazon Bedrock AgentCore, AWS's framework- and model-agnostic platform for deploying AI agents. Spans Runtime, Memory, Gateway, Identity, and Observability through notebooks, code, and infrastructure templates.

#amazon#ai-agent#agent-skills#mcp-server#mcp+5
GitHub
AI Infra·2025
Icon for item

AngelSlim

Tencent Hunyuan AI Infra Team

Model-compression toolkit for large LLMs/VLMs that integrates quantization (FP8/INT4/etc.), speculative decoding, token pruning and deployment hooks—designed for end-to-end performance on single/multi-GPU inference workflows and research-to-prod model optimization.

#huggingface#vllm#transformers#ai-inference#ai-deploy+6
GitHub
AI API·2025
Icon for item

GLiNER2

fastino-ai·Fastino

Runs named-entity recognition, text classification, structured-JSON parsing and relation extraction from one 205M-parameter encoder in a single CPU forward pass, using schemas with per-field regex validators. A larger 1B model is available via API.

#nlp#github#python#pytorch#ai-tools+1
  • Previous
  • 1
  • More pages
  • 17
  • 18
  • 19
  • More pages
  • 31
  • Next