Ross ROSS = Recommend OSS · open-source software intelligence for agents

resource: llm-inference

368 resources, primary matches first, then adoption-weighted; health v2 shown.

ResourceHealth v2StarsMaturity
Shubhamsaboo/awesome-llm-apps
A curated collection of 100+ open-source AI agents, agent skills, and RAG applications built in Python, released under Apache-2.0. It serve…
69134607active
microsoft/generative-ai-for-beginners
A free 21-lesson curriculum from Microsoft teaching how to build applications with generative AI and large language models. It includes Jup…
73118609active
mlabonne/llm-course
A free, structured course for learning about Large Language Models, organized into three parts: LLM Fundamentals, LLM Scientist, and LLM En…
5982008active
shareAI-lab/learn-claude-code
An educational repository that teaches how to build a minimal Claude Code-like AI agent harness from scratch in Python. It explains that ag…
6375378active
microsoft/ai-agents-for-beginners
An 18-lesson open course from Microsoft teaching how to build AI agents, delivered as Jupyter Notebooks with code samples using frameworks …
6673281active
asgeirtj/system_prompts_leaks
A curated, regularly updated collection of verbatim leaked system prompts from major AI products including ChatGPT, Claude, Gemini, Grok, C…
6463624active
Lordog/dive-into-llms
A free series of hands-on programming tutorials (in Chinese) for getting started with large language models, derived from Shanghai Jiao Ton…
3650262active
deepseek-ai/awesome-deepseek-integration
A curated awesome-list cataloging software that integrates the DeepSeek API, spanning applications, agent/RAG frameworks, editor extensions…
5738971active
patchy631/ai-engineering-hub
A curated collection of 90+ production-ready tutorial projects on LLMs, RAG, AI agents, and MCP, organized by difficulty from beginner to a…
6637186active
datawhalechina/self-llm
A Chinese-language open-source tutorial guide (Datawhale) for deploying, using, and fine-tuning open-source large language models and multi…
7131927active
huggingface/agents-course
A free, open-source course by Hugging Face that teaches how to build AI agents, from fundamentals to a benchmark-based final assignment. It…
6131400active
HandsOnLLM/Hands-On-Large-Language-Models
The official companion code repository for the O'Reilly book 'Hands-On Large Language Models' by Jay Alammar and Maarten Grootendorst, cont…
5928623active
QwenLM/Qwen3
Qwen3 is a family of open-weight large language models from Alibaba's Qwen team, with instruct and thinking variants in multiple sizes. The…
5327560active
liguodongiot/llm-action
A curated Chinese-language knowledge base covering large language model engineering, including training, fine-tuning, inference, compressio…
7124958active
AiHubCN/Awesome-Chinese-LLM
A curated awesome-list cataloging open-source Chinese large language models, focusing on smaller, privately deployable, low-cost models. It…
6622752active
anthropics/courses
Anthropic's official educational courses covering the Claude API, prompt engineering, prompt evaluations, and tool use. Content is delivere…
4722699active
NirDiamant/agents-towards-production
A collection of code-first Jupyter notebook tutorials for building production-grade generative AI agents, covering topics like stateful wor…
6221334active
stas00/ml-engineering
An open-source 'open book' of methodologies, scripts, and step-by-step instructions for training, fine-tuning, and running inference on lar…
7718739active
meta-llama/llama-cookbook
Meta's official collection of Jupyter notebook recipes and guides for building with the Llama model family, covering inference, fine-tuning…
6318558active
google-gemini/cookbook
The Gemini API Cookbook is a collection of Jupyter Notebook quickstarts, tutorials, and examples for using Google's Gemini API and its mode…
7017703active
GoogleCloudPlatform/generative-ai
A collection of Jupyter notebooks, code samples, and sample apps demonstrating how to use generative AI on Google Cloud, including Gemini m…
7417630active
QwenLM/Qwen3-Coder
Qwen3-Coder is a family of open-weight large language models specialized for coding and agentic coding tasks, including the 480B-A35B, 30B-…
5816810active
hardikpandya/stop-slop
A skill file (SKILL.md plus reference documents) that teaches Claude or any LLM to detect and remove AI writing patterns from prose. It inc…
4816437active
naklecha/llama3-from-scratch
A Jupyter Notebook that implements the Llama 3 language model from scratch, building each tensor and matrix multiplication step by step whi…
2415222stable
jujumilk3/leaked-system-prompts
A curated collection of leaked system prompts from widely used LLM-based services, with community contributions verified via pull requests …
6914912active
LlamaChinese/Llama-Chinese
A Chinese-language open-source community hub for the Llama large language model ecosystem, aggregating learning resources, pretrained and f…
3514738active
walkinglabs/learn-harness-engineering
A project-based open course (14 lectures, 8 projects) teaching harness engineering for AI coding agents, covering environment setup, state …
5914231active
eugeneyan/open-llms
A curated list of open-source large language models that are licensed for commercial use, such as Apache 2.0, MIT, and OpenRAIL-M. It catal…
3212857active
MoonshotAI/Kimi-K2
Kimi K2 is Moonshot AI's open-weight mixture-of-experts large language model series with 1 trillion total parameters (32B activated), optim…
4711105active
datawhalechina/all-in-rag
An open-source Chinese-language tutorial (Datawhale) providing a full-stack guide to Retrieval-Augmented Generation (RAG) for LLM applicati…
6110622active
kyrolabs/awesome-langchain
A curated awesome list of tools, projects, ports, and learning resources built around the LangChain LLM framework. It tracks the growing La…
749508active
alirezadir/AIMLInterviews
A curated study guide for AI and machine learning technical interviews at big tech companies, covering DSA coding, ML coding, ML/LLM fundam…
769474active
langchain-ai/rag-from-scratch
A set of Jupyter notebooks and an accompanying YouTube video playlist from LangChain that teach retrieval-augmented generation (RAG) from f…
389196active
liaokongVFX/LangChain-Chinese-Getting-Started-Guide
A Chinese-language getting-started tutorial for LangChain, explaining core concepts like loaders, document splitting, vector stores, and ch…
659104active
MoonshotAI/Kimi-K3
Kimi K3 is an open-weight, 2.8T-parameter native multimodal agentic model from Moonshot AI, built on Kimi Delta Attention and Attention Res…
568632active
jamwithai/production-agentic-rag-course
A learner-focused course repository that walks through building a production-grade RAG system (an arXiv paper curator) week by week, coveri…
658499active
deepseek-ai/open-infra-index
An index repository from DeepSeek AI cataloging their production-tested open-source AI infrastructure tools, including FlashMLA, DeepEP, De…
308059active
Infrasys-AI/AIInfra
AIInfra is an open-source Chinese-language course (text, slides, and videos) on AI infrastructure for large models, covering AI clusters, n…
498029active
NirDiamant/Prompt_Engineering
A collection of 22 hands-on Jupyter Notebook tutorials covering prompt engineering techniques for large language models, from basic prompt …
667818active
PKU-YuanGroup/ChatLaw
ChatLaw is a family of large language models and a multi-agent legal assistant tailored for Chinese legal language processing, built on a M…
297588active
luhengshiwo/LLMForEverybody
A curated collection of LLM learning materials including interview question banks, systematic paper walkthroughs (Transformer, GPT, BERT, e…
677213active
ed-donner/llm_engineering
A companion repository of Jupyter Notebook exercises and projects for Ed Donner's 'Mastering LLM Engineering' course, an 8-week program cov…
677157active
DataTalksClub/llm-zoomcamp
LLM Zoomcamp is a free, open-source 10-week online course by DataTalks.Club on building real-life LLM applications, including RAG, vector s…
697125active
datawhalechina/Agent-Learning-Hub
A curated AI Agent learning roadmap and resource collection maintained by Datawhale, organized as an actionable todo list with stages from …
567105active
mnfst/awesome-free-llm-apis
A curated awesome-list of LLM API providers offering permanent free tiers for text inference, with rate limits, model specs, and API key li…
597061active
linexjlin/GPTs
A curated collection of leaked system prompts from OpenAI GPTs, gathered from social media, community pull requests, and prompt extraction.…
2732034maintenance
reorx/awesome-chatgpt-api
A curated awesome-list of apps and tools that use the ChatGPT/OpenAI API while letting users supply their own API keys. It covers browser e…
636404active
jeinlee1991/chinese-llm-benchmark
ReLE (formerly CLiB) is a continuously updated Chinese-language LLM capability benchmark and leaderboard covering ~400 commercial and open-…
896401active
sindresorhus/awesome-chatgpt
A curated awesome list of resources for ChatGPT, the AI chatbot developed by OpenAI. It catalogs official links, apps, browser extensions, …
606388active
promptslab/Awesome-Prompt-Engineering
A hand-curated awesome-list of prompt engineering and context engineering resources for large language models like GPT, ChatGPT, and PaLM. …
756292active
wassupjay/n8n-free-templates
A curated collection of 200+ ready-to-import n8n workflow JSON templates combining classic automation with AI components like vector databa…
346165active
ed-donner/agents
A 6-week course repository teaching how to build and deploy autonomous AI agents using OpenAI Agents SDK, CrewAI, LangGraph, Google ADK, Py…
646043active
drona23/claude-token-efficient
A single drop-in CLAUDE.md configuration file that makes Claude Code responses terse and reduces output token usage on heavy workflows. It …
545982active
ashishps1/learn-ai-engineering
A curated collection of free resources for learning AI engineering from scratch, covering math foundations, Python, machine learning, deep …
495961active
tensorchord/Awesome-LLMOps
A curated awesome-list cataloging the best LLMOps tools for developers, covering models, serving, security, training, data management, depl…
705921active
ghuntley/how-to-build-a-coding-agent
A step-by-step workshop teaching developers to build their own AI coding agent in Go, similar to tools like Cursor or Cline. It progresses …
625814active
microsoft/promptbase
A Microsoft-maintained collection of prompt engineering resources, best practices, and example Python scripts for eliciting top performance…
265771active
coleam00/ottomator-agents
A collection of open source AI agent source code and workflow JSONs hosted on the oTTomator Live Agent Studio platform. It serves as both a…
445744active
lonePatient/awesome-pretrained-chinese-nlp-models
A curated awesome-list cataloging high-quality Chinese pretrained NLP models, multimodal models, and large language models, organized by ca…
765583active
xlite-dev/Awesome-LLM-Inference
A curated list of research papers with code on LLM and VLM inference optimization, covering topics like FlashAttention, PagedAttention, qua…
735478active
SylphAI-Inc/LLM-engineer-handbook
A curated list of Large Language Model resources covering the full LLM lifecycle: pretraining, fine-tuning, serving, prompt management, and…
385023active
alchaincyf/hermes-agent-orange-book
A bilingual (Chinese/English) open-source guidebook ('Orange Book') for Hermes Agent 2.0, the open-source AI agent framework by Nous Resear…
594882active
dusty-nv/jetson-containers
A modular Docker container build system providing prebuilt AI/ML packages (PyTorch, TensorFlow, vLLM, ollama, ROS, etc.) for NVIDIA Jetson …
764835active
pguso/ai-agents-from-scratch
An educational repository teaching how to build AI agents from first principles using local LLMs and node-llama-cpp in JavaScript. It provi…
594552active
skyzh/tiny-llm
A hands-on course for systems engineers to build an LLM inference and serving system from scratch on Apple Silicon using MLX, implementing …
644523active
Hoper-J/AI-Guide-and-Demos-zh_CN
A Chinese-language step-by-step guide and demo code collection for getting started with AI and LLMs, covering API usage, local model deploy…
664465active
daveebbelaar/ai-cookbook
A collection of examples and tutorials with copy/paste code snippets for building AI systems with LLMs. It covers agents, OpenAI, Anthropic…
614392active
xai-org/grok-prompts
An official xAI repository publishing the system prompts used for the Grok chat assistant, the @grok bot on X, and xAI API safety prefixes.…
424391active
ahkarami/Deep-Learning-in-Production
A curated collection of notes, tutorials, and reference links about deploying deep learning models in production, covering PyTorch, TensorF…
324376active
oracle-devrel/oracle-ai-developer-hub
A curated collection of technical resources, reference applications, and tutorials for building AI applications, agents, and systems on Ora…
614350active
panaversity/learn-agentic-ai
An open-source curriculum teaching Agentic AI development using the Dapr Agentic Cloud Ascent (DACA) design pattern, covering OpenAI Agents…
454347active
HuaizhengZhang/AI-Infra-from-Zero-to-Hero
A curated awesome-list of research papers, industry practices, and video tutorials on systems for machine learning, LLMs, and generative AI…
474309active
ogx-ai/llama-stack-apps
A collection of example applications and demo scripts built on top of Llama Stack, showing how to build agentic applications with Llama mod…
104302active
zzsting88/relayAPI
A curated Chinese-language guide and evaluation of AI API relay/proxy stations (中转站) that resell access to GPT, Claude, Gemini, DeepSeek an…
594179active
slvDev/esp32-ai
A project demonstrating a 28.9M parameter language model running entirely on an ESP32-S3 microcontroller at ~9.88 tokens per second, using …
564175active
NVIDIA/GenerativeAIExamples
A collection of NVIDIA reference workflows, notebooks, and example projects for building generative AI systems on accelerated infrastructur…
624160active
bragai/bRAG-langchain
A collection of Jupyter notebooks teaching how to build Retrieval-Augmented Generation (RAG) applications, from basic pipelines to advanced…
644149active
ysymyth/ReAct
Reference prompting code for the ICLR 2023 ReAct paper, which synergizes reasoning and acting in language models. It provides Jupyter noteb…
324122stable
google-gemma/cookbook
A collection of guides, tutorials, and example notebooks for Google's Gemma family of open models, including variants like CodeGemma, MedGe…
683984active
skindhu/Build-A-Large-Language-Model-CN
A Chinese translation of the book 'Build a Large Language Model (From Scratch)', hosted as an open-source online ebook covering GPT archite…
663980active
QwenLM/Qwen3.8
Official repository for the Qwen3.8 open large language model series from Alibaba's Qwen team, providing release information, documentation…
613976active
GiovanniPasq/agentic-rag-for-dummies
A tutorial-style repository and modular reference implementation for building Agentic RAG systems with LangGraph. It combines learning mate…
783969active
microsoft/PhiCookBook
A cookbook of hands-on Jupyter notebook examples and guides for Microsoft's Phi family of small language models (SLMs), covering Phi-3 and …
693795active
coleam00/local-ai-packaged
A Docker Compose template that bootstraps a complete self-hosted local AI stack, bundling Ollama, n8n, Supabase, Open WebUI, Flowise, Neo4j…
583763active
eosphoros-ai/Awesome-Text2SQL
A curated awesome-list of tutorials, papers, datasets, and resources for Text2SQL and related natural-language-to-structured-output tasks (…
573743active
THUDM/AgentBench
AgentBench is a comprehensive benchmark for evaluating large language models as agents across multi-turn interactive tasks like database qu…
583695active
CalvinXKY/InfraTech
A collection of Jupyter notebook tutorials and exercises covering AI infrastructure topics including PyTorch, vLLM/SGLang inference framewo…
593683active
atfortes/Awesome-LLM-Reasoning
A curated awesome-list of papers and resources on unlocking reasoning abilities in large language models and multimodal LLMs, from Chain-of…
673675active
hemansnation/AI-Engineer-Headquarters
An open-source, action-oriented curriculum and learning roadmap for becoming an AI engineer, covering ML, MLOps, LLMs, RAG systems, fine-tu…
553673active
sanjeed5/awesome-cursor-rules-mdc
A curated awesome list of Cursor .mdc rule files, paired with a Python generator that creates MDC rule files from a JSON library catalog. I…
583569active
filipecalegario/awesome-generative-ai
A curated awesome-list of Generative AI tools, models, papers, courses, and references covering text, image, code, and audio generation. It…
583527active
wyf3/llm_related
A collection of Python implementations reproducing large language model algorithms, along with the author's learning notes. It serves as an…
643505active
zjhellofss/KuiperInfer
KuiperInfer is an open-source course that guides learners through building a high-performance deep learning inference engine from scratch i…
463496active
coleam00/ai-agents-masterclass
A companion code repository for a YouTube AI Agents Masterclass series, containing example Python code for building AI agents. Each numbere…
243446active
arman-bd/guppylm
GuppyLM is a ~9M parameter language model trained from scratch to talk like a small fish, built as an educational project demonstrating the…
493435active
Goochbeater/Spiritual-Spell-Red-Teaming
A curated collection of jailbreak prompts and red-teaming techniques targeting large language models, primarily Claude. It serves as an adv…
593313active
CLUEbenchmark/SuperCLUE
SuperCLUE is a comprehensive benchmark for evaluating Chinese-language large language models across language understanding and generation, …
593299active
shareAI-lab/claw0
claw0 is a 10-section progressive tutorial that teaches you to build a production-grade AI agent gateway from scratch in Python, with each …
553299active
BBuf/how-to-optim-algorithm-in-cuda
A curated collection of notes and hands-on code for optimizing algorithms on CUDA GPUs, covering handwritten kernels, CUTLASS/CuTe, Triton,…
983223active
SkyworkAI/Skywork-R1V
Skywork-R1V is a series of open-source multimodal reasoning models (up to 38B parameters) that extend R1-style LLMs to visual inputs via a …
633167active

page 1 / 4 next →