Home/AI Agents/awesome-ai-apps
awesome-ai-apps logo

awesome-ai-apps

Arindam200/awesome-ai-apps

A curated list of AI applications showcasing RAG, agents, and workflows.

GraphCanon updated 4w · GitHub synced 4w

13k stars1.7k forksLast push 1mo Python MIT

Decision brief

awesome-ai-apps is a curated list of projects focusing on AI applications and innovations such as RAG technologies, AI agents, and workflows, emphasizing large language models using Python.

Good fit when

  • Use awesome-ai-apps when looking to explore or implement Retrieval-Augmented Generation (RAG) in Python projects focused on enhancing search-based question answering.
  • Choose it for integrating AI agents into custom applications that leverage large language models for more dynamic and interactive user experiences.

Avoid when

  • Avoid awesome-ai-apps if your project requires non-Python support, as all the included applications are built using Python.
  • Do not use this repository if your focus is on backend-only AI services that do not involve RAG technologies or AI agents.
Pricing:
freemium - As an open-source project under the MIT License, awesome-ai-apps is free to use. There are no paid plans beyond potential third-party service integrations or support contracts.
Requirements:
Requires understanding of Python and familiarity with large language models and RAG technologies to benefit fully from the projects listed.

Observed Jul 17, 2026 · Source: enrich:decision_facts

Verify the decision

Maintenance and security

Full trust report
Maintenance
Very active (2d since push)
As of 4w
Provenance
Not a fork · Personal account
As of 4w
Security (OSV)
No MCP manifest
As of 1mo

Public GitHub metadata and optional OSV scans. Signals, not a guarantee. Trust methodology.

Install

pip install awesome-ai-apps
PyPI

Similar tools

Same-category neighbours. No typed graph edges are catalogued for this tool yet.

Evidence and technical details

Sourced facts, taxonomy, compatibility claims, README excerpt, and machine-readable endpoints.

Overview

This repository compiles projects that demonstrate various AI use cases including Retrieval-Augmented Generation (RAG) technologies, AI agents, and workflows. The inclusion of topics such as llm points to a focus on large language models in the context of these applications.

Capability facts

Languages
python

Source: github.language · Jul 26, 2026

Categories

Compatibility

Sourced claims from the README excerpt - not unsourced marketing copy.

Python runtimePython

Source: README excerpt (regex_v1, Jul 26, 2026)

python main.py
Source link

Tags

README

Quick Start

  1. Clone the repository

    git clone https://github.com/Arindam200/awesome-ai-apps.git
    cd awesome-ai-apps
    
  2. Choose a project and navigate to its directory

    cd starter_ai_agents/agno_starter  # Example: Start with Agno starter
    
  3. Set up environment variables

    cp .env.example .env  # Copy example environment file
    # Edit .env with your API keys
    
  4. Install dependencies

    # Using pip
    pip install -r requirements.txt
    
    # OR using uv (recommended - faster)
    uv sync
    # or
    uv pip install -e .
    
  5. Run the project

    python main.py
    # or for Streamlit apps
    streamlit run app.py
    

📜 License

This repository is licensed under the MIT License. Feel free to use and modify the examples for your projects.

For agents

This page has a .md twin and JSON over the API.

Was this helpful?

Anonymous feedback helps us improve pages and translations.