https://github.com/softchris/ai-workshop
https://github.com/softchris/ai-workshop
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/softchris/ai-workshop
- Owner: softchris
- Created: 2025-09-10T15:43:39.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-09-11T22:06:03.000Z (11 months ago)
- Last Synced: 2025-10-08T22:49:40.520Z (10 months ago)
- Language: JavaScript
- Size: 517 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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) |