freshcrate
Skin:/
Home > MCP Servers > generative-ai

generative-ai

Comprehensive resources on Generative AI, including a detailed roadmap, projects, use cases, interview preparation, and coding preparation.

Why this rank:Strong adoptionRelease freshnessHealthy release cadence

Description

Comprehensive resources on Generative AI, including a detailed roadmap, projects, use cases, interview preparation, and coding preparation.

README


๐Ÿ“– Documentation & Learning Resources

๐ŸŽฏ Getting Started

  • GenAI Roadmap - Your complete learning path for GenAI
  • AI/ML Roadmap - Comprehensive AI/ML learning guide
  • AI-ML Companion - Interactive AI/ML learning platform with 17 tracks, 250+ modules, visualizations, quizzes, and hands-on coding (ML fundamentals โ†’ LLMs โ†’ MLOps)
  • Essential GenAI Terms - Key terminology and concepts
  • LLM Fundamentals - Core concepts of Large Language Models

๐Ÿง  Core Concepts & Guides

๐Ÿ—๏ธ Architecture & Technical Stack

โ˜๏ธ Cloud Platform Guides

๐Ÿ’ผ Career & Interview Preparation

๐Ÿš€ Production & Enterprise


๐Ÿ› ๏ธ Practical Use Cases & Projects

๐Ÿ” Retrieval-Augmented Generation (RAG)

  • Advanced RAG - Comprehensive RAG techniques including agentic, graph, multimodal, and 9 advanced patterns (corrective RAG, hybrid search, query expansion, etc.)
  • Cache-Augmented Generation - Alternative to RAG using context caching for faster responses

๐Ÿค– Agentic AI & Orchestration

๐Ÿ’ฌ Conversational AI

๐Ÿ”ง LLM Providers & Tools

  • LLM Providers - Compare OpenAI, Gemini, Claude, Groq + local models (Ollama, HuggingFace)
  • Embedding Models - Guide to vector embeddings with Google, OpenAI, and HuggingFace

๐Ÿ“Š Data & Analytics Applications

๐ŸŽจ Prompt Engineering & Security

  • Prompt Engineering - 16+ techniques from basics to APE (Automatic Prompt Engineer)
  • Prompt Guard - Detect prompt injections and jailbreak attempts using Meta's Llama Guard

๐Ÿ–ผ๏ธ Multimodal & Specialized

โšก Automation

  • n8n Automation - Setup and usage guide for n8n workflow automation platform

๐Ÿ”— Quick Access Links

Category Resources
Learning Platform AI-ML Companion โ€” Interactive AI/ML learning with 17 tracks, 250+ modules, quizzes & coding
Learning Path GenAI Roadmap โ€ข AI/ML Roadmap
Fundamentals Essential Terms โ€ข LLM Fundamentals โ€ข Embeddings Guide
Cloud Platforms AWS โ€ข Azure โ€ข VertexAI
Interview Prep GenAI Q&A โ€ข Agentic AI Q&A
Popular Projects Advanced RAG โ€ข Agentic AI โ€ข Text-to-SQL

๐Ÿค Contributing

Contributions are welcome. To add useful resources or code:

  1. Fork this repo

  2. Clone it

    git clone https://github.com/genieincodebottle/generative-ai.git
    
  3. Create a branch

    git checkout -b feature-name
    
  4. Make changes and commit

    git commit -m "Your message"
    
  5. Push your branch

    git push origin feature-name
    
  6. Open a Pull Request with a brief description of your changes.

Release History

VersionChangesUrgencyDate
main@2026-05-01Latest activity on main branchHigh5/1/2026
0.0.0No release found โ€” using repo HEADHigh4/3/2026

Dependencies & License Audit

Loading dependencies...

Similar Packages

difyProduction-ready platform for agentic workflow development.1.14.2
AI-Agents-Hub๐Ÿค– Build and explore powerful AI agents that solve real-world tasks using tools, memory, and reasoning within a collaborative hub.main@2026-06-06
quickstart-streaming-agentsBuild, deploy, and orchestrate event-driven agents natively on Apache Flinkยฎ and Apache Kafkaยฎmaster@2026-06-02
Cogitator-AI๐Ÿค– Kubernetes for AI Agents. Self-hosted, production-grade runtime for orchestrating LLM swarms and autonomous agents. TypeScript-native.main@2026-05-26
mcp-rag-agent๐Ÿ” Build a production-ready RAG system that combines LangGraph and MCP integration for precise, context-aware AI-driven question answering.main@2026-06-06

More in MCP Servers

AstrBotAgentic IM Chatbot infrastructure that integrates lots of IM platforms, LLMs, plugins and AI feature, and can be your openclaw alternative. โœจ
agentscopeBuild and run agents you can see, understand and trust.
claude-plugins-officialOfficial, Anthropic-managed directory of high quality Claude Code Plugins.
langchain4jLangChain4j is an open-source Java library that simplifies the integration of LLMs into Java applications through a unified API, providing access to popular LLMs and vector databases. It makes impleme