Discover the Best AI Resources
Curated essentials, no noise — just what matters
Runs pretrained diffusion models for image, video, and audio generation through composable pipelines. It separates pipelines, schedulers, models, adapters, and memory optimizations so teams can prototype quickly without locking into one model family.
Collects metrics, distributed traces, and continuous profiles via eBPF with zero code instrumentation, covering apps in any language plus gateways, service meshes, databases, and queues. Profiling adds under 1% overhead.
Runs a local AI assistant across WeChat/Feishu/DingTalk/WeCom/QQ/MP/Web, with an Agent mode for task planning, long-term memory, Skills, and tool calling so it can keep working toward goals rather than just chat.
Framework for building multi-channel AI assistants that autonomously plan tasks, invoke tools/skills, and keep long-term memory; supports many LLM providers and channels (WeChat, Feishu, QQ, web) for local or server 24/7 deployment.
Browser-based control panel for running Stable Diffusion locally, built on Gradio. Bundles txt2img, img2img, inpainting, outpainting, and upscalers (ESRGAN, GFPGAN, CodeFormer), plus an extension ecosystem and support for NVIDIA, AMD, and Intel GPUs.
Turns text prompts into images through latent diffusion, from local-ready releases to professional SD 3.5 models. Its impact comes from deployability: self-hosting, API access, and community tooling made image generation broadly hackable.
Hands-on lecture series that teaches neural networks from first principles up to building a GPT: each lecture pairs a YouTube video with Jupyter notebooks and exercises so you code models (micrograd → MLPs → WaveNet-like convs → GPT) while learning training and debugging.
Unifies successive YOLO generations — YOLOv8, YOLO11, YOLOv3 and newer — under one package and a single `YOLO` API spanning detection, segmentation, classification, pose, oriented boxes and tracking, plus one-line export to ONNX, TensorRT and CoreML.
Multilingual sequence-to-sequence speech model and toolkit for speech recognition, speech-to-text translation, and language identification. Offers several model sizes (tiny → large/turbo) for different speed/accuracy trade-offs and ships with a CLI and Python API for offline transcription workflows.
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.