加载中
正在获取最新内容,请稍候...
正在获取最新内容,请稍候...
A curated collection of awesome LLM applications featuring AI Agents and RAG techniques, utilizing models from OpenAI, Anthropic, Gemini, and various open-source projects.
This project is a comprehensive list intended to collect and showcase 'awesome' applications built using Large Language Models (LLMs). It focuses on practical examples, particularly those incorporating AI Agents and Retrieval Augmented Generation (RAG).
Finding practical, implemented examples of LLM applications, especially those employing advanced techniques like Agents and RAG, can be challenging. This repository solves this by providing a single, organized resource.
Browse a categorized list of real-world LLM applications.
Discover projects implementing AI Agents for complex tasks.
Explore applications leveraging Retrieval Augmented Generation (RAG) for enhanced knowledge recall.
Find examples using diverse models including OpenAI, Anthropic, Gemini, and prominent open-source alternatives.
Explore this repository to achieve the following goals:
Browse the list to find specific examples of LLM apps built for tasks like summarization, code generation, creative writing, etc.
Quickly find inspiration or relevant starting points for your own LLM project ideas.
Identify projects that showcase effective patterns or frameworks for building AI agents or implementing RAG.
Understand how complex LLM techniques like agents and RAG are applied in practice.
Compare how different LLM models (OpenAI, Anthropic, Gemini, open source) are used in real applications.
See which models are popular for certain tasks or how developers approach multi-model support.
You might be interested in these projects
PyTorch is an open-source machine learning framework that accelerates the path from research prototyping to production deployment. It provides core functionalities like tensor computation (like NumPy) with strong GPU acceleration and supports dynamic neural networks, making it flexible for research and experimentation.
Gin is a high-performance HTTP web framework written in Go (Golang). It offers a Martini-like API with significantly improved speed, up to 40 times faster.
Apache Dubbo is a high-performance, Java-based open-source RPC and microservice framework. It provides features for service discovery, load balancing, fault tolerance, and monitoring, designed for building large-scale distributed systems.