An open API service indexing awesome lists of open source software.

https://github.com/softchris/ai-workshop


https://github.com/softchris/ai-workshop

Last synced: 6 days ago
JSON representation

Awesome Lists containing this project

README

          

# πŸš€ AI Mastery Workshop: Unlocking Generative AI, RAG, MCP & LangChain

## 🌟 Workshop Description

Welcome to the ultimate hands-on AI workshop! Whether you’re a curious beginner or a seasoned developer, this experience will empower you to harness the power of Generative AI, Retrieval-Augmented Generation (RAG), Model Context Protocol (MCP), and LangChain. Dive into real-world demos, build intelligent applications, and discover how to supercharge your projects with cutting-edge AI tools. Get ready to code, create, and connect with the future of technology! πŸ’‘πŸ€–

## πŸ“š Table of Contents

| Module | Topic | Link |
|--------|-------|------|
| 00-setup | Getting Started & Environment Setup | [00-setup/README.md](00-setup/README.md) |
| 01 - first prompt | Your First AI Prompt | [01 - first prompt/README.md](01%20-%20first%20prompt/README.md) |
| 02-system-prompt | System Prompts & Customization | [02-system-prompt/README.md](02-system-prompt/README.md) |
| 03-chat-conversation | Building Chatbots & Conversations | [03-chat-conversation/README.md](03-chat-conversation/README.md) |
| 04-streaming-responses | Streaming AI Responses | [04-streaming-responses/README.md](04-streaming-responses/README.md) |
| 05-function-calling | Function Calling with AI | [05-function-calling/README.md](05-function-calling/README.md) |
| 06-mcp-server | MCP Server: Context Protocols | [06-mcp-server/README.md](06-mcp-server/README.md) |
| 07-mcp-client | MCP Client: Connecting the Dots | [07-mcp-client/README.md](07-mcp-client/README.md) |
| 08-github-models | Exploring GitHub AI Models | [08-github-models/README.md](08-github-models/README.md) |
| 09-embedding | Text Embeddings & Vector Search | [09-embedding/README.md](09-embedding/README.md) |
| 10-comparison | Comparing AI Models | [10-comparison/README.md](10-comparison/README.md) |
| 11-text-splitting | Text Splitting Techniques | [11-text-splitting/README.md](11-text-splitting/README.md) |
| 12-storage | AI Data Storage Solutions | [12-storage/README.md](12-storage/README.md) |