awesome-ai-apps

A collection of projects showcasing RAG, agents, workflows, and other AI use cases

GitHub Stars

4,894

User Rating

Not Rated

Favorites

0

Views

3

Forks

623

Issues

12

README
Awesome AI Apps Awesome

Banner

This repository is a comprehensive collection of practical examples, tutorials, and recipes for building powerful LLM-powered applications. From simple chatbots to advanced AI agents, these projects serve as a guide for developers working with various AI frameworks and tools.

Powered by Nebius AI Studio - your one-stop platform for building and deploying AI applications.

🚀 Featured AI Agent Frameworks
🧩 Starter Agents

Quick-start agents for learning and extending:

🪶 Simple Agents

Straightforward, practical use-cases:

🗂️ MCP Agents

Examples using Model Context Protocol:

📚 RAG Applications

Retrieve-augmented generation examples:

🔬 Advanced Agents

Complex pipelines for end-to-end workflows:

📺 Playlist of Demo Videos & Tutorials
Getting Started
Prerequisites
  • Python 3.10 or higher
  • Git
  • pip (Python package manager) or uv
Installation Steps
  1. Clone the repository

    git clone https://github.com/Arindam200/awesome-ai-apps.git
    
  2. Navigate to the desired project directory

    cd awesome-ai-apps/starter_ai_agents/agno_starter
    
  3. Install the required dependencies

    pip install -r requirements.txt
    
  4. Follow project-specific instructions

    • Each project has its own README.md with detailed setup and usage instructions
    • Make sure to read the project-specific documentation before running the application
🤝 Contributing

We welcome contributions from the community! Whether you're a beginner or an expert, your examples and tutorials can help others learn and grow. Here's how you can contribute:

  1. Submit a Pull Request with your LLM application example
  2. Add detailed documentation and setup instructions
  3. Include requirements.txt or environment.yml
  4. Share your experience and best practices
📜 License

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

Thank You for the Support! 🙏

Star History Chart

Author Information

0

Followers

0

Repositories

0

Gists

0

Total Contributions

Related MCPs
mcp-agent logo

Build effective agents using Model Context Protocol and simple workflow patterns

Python
aci logo
aci
4601

ACI.dev is the open source tool-calling platform that hooks up 600+ tools into any agentic IDE or custom AI agent through direct function calling or a unified MCP server. The birthplace of VibeOps.

Python
klavis logo
klavis
4013

Klavis AI (YC X25): Open Source MCP integration for AI applications

Python