320 related articles

Deep dive into LangChain v1.3: compare LangChain, LangGraph, and DeepAgent paradigms, explore RAG pipelines, multi-agent systems, and local LLM deployment for enterprise AI apps.

RF-DETR is the first real-time detector to surpass 60 mAP on COCO. This guide covers full local deployment: Conda setup, pip install, and image/video inference.

Step-by-step guide to deploying Dify locally using BT Panel, covering VM setup, Ubuntu configuration, and Docker deployment for a private AI dev platform.

Step-by-step Dify local deployment guide using VMware, Ubuntu, BT Panel, and Docker. Perfect for beginners with zero Linux experience to set up this open-source AI development platform.
TutorialsComplete guide to deploying Hermes Agent locally on Windows, covering WSL2 setup, Git configuration, and DeepSeek model integration for a self-learning AI Agent.
TutorialsComplete guide to deploying Hermes Agent locally, covering WSL2 installation, Git setup, and DeepSeek model integration on Windows to build a self-learning open-source AI Agent.
TutorialsComplete guide to deploying OpenClaw locally, covering Windows setup, cloud deployment, WeChat/Feishu/DingTalk integration, and custom Skills—beginners can deploy in 10 minutes.
TutorialsStep-by-step tutorial on deploying Dify locally using VMware, Ubuntu, BT Panel, and Docker. Covers environment setup, common error fixes, and next steps for building AI apps.
TutorialsComplete guide to deploying open-source LLMs locally with Ollama, covering installation, model selection, quantization strategies, Python API integration, and performance optimization tips.
TutorialsLearn how to deploy DeepSeek R1 locally using Ollama with this step-by-step guide covering installation, model selection, hardware requirements, and advanced features like GUI and knowledge bases.
TutorialsStep-by-step tutorial to deploy Hermes Agent with Qwen3.6 open-source LLM locally. Covers WSL setup, model download, Telegram bot integration for a zero-cost private AI Agent.
TutorialsComplete guide to deploying vLLM and SGLang locally. Compare performance vs LM Studio, deploy in 3 steps with Docker + AI assistant. Covers SGLang vs vLLM selection, 5090 VRAM optimization, and Cherry Studio integration.
TutorialsStep-by-step guide to locally deploying DeepSeek with Ollama and building a RAG private knowledge base with RAGFlow. Covers environment setup, Docker deployment, and Embedding principles.
TutorialsComplete RAGFlow local deployment guide covering RAG principles, Docker setup, Ollama LLM integration, knowledge base creation, and chat testing. Build an enterprise-grade private knowledge base Q&A system from scratch.
TutorialsStep-by-step guide to locally deploy a personal AI knowledge base with DeepSeek + RAGFlow + Ollama. Covers RAG principles, Ollama setup, Docker deployment, and knowledge base optimization.
TutorialsStep-by-step OpenManus local deployment guide covering Conda setup, DeepSeek API configuration, and 3 real-world test cases validating AI Agent capabilities including web search and file generation.
TutorialsComplete guide to deploying OpenAI's open-source GPT-OSS model locally with Ollama. Real-world testing of the 20B version on RTX 4090 covering Chinese comprehension, logical reasoning, and VRAM usage analysis under MoE architecture.
TutorialsComplete guide to running LLMs locally with Ollama. Supports DeepSeek, Qwen, Kimi-K2.5 & more. Covers installation, model ecosystem, privacy benefits & enterprise deployment. 170K+ GitHub Stars.
TutorialsOllama is an open-source tool with 170K+ GitHub Stars for running DeepSeek, Qwen, Gemma and other LLMs locally. Learn installation, supported models, use cases and core advantages.

A systematic guide to learning MARL from theory to code, covering CleanRL, PettingZoo, PyMARL tools, IQL/VDN/QMIX/MADDPG algorithm progression, and practical tips for bridging theory and implementation.