A curated, builder-first repository of AI Guild resources: roadmaps, workshop decks, reference PDFs, and hands-on notebooks (Colab/Jupyter). The intent is simple: learn → build → publish proof.
- Roadmaps to move from AI-curious to AI builder (2026 focus)
- Workshop decks (AI Explorer sessions, CPE-ready material)
- RAG foundations + demos (production-minded patterns, not just toy examples)
- Hands-on notebooks (Python refreshers, sentiment analysis, LangChain + Chroma demos)
-
Roadmap (high-level direction)
DDS_2026_Roadmap_4jan.pdfAI_Curious_to_AI_Builder_2026_Roadmap.pdf
-
AI Explorer decks (conceptual clarity + business translation)
AI_Explorer_Professional_CPE_Deck.pdf
-
RAG Foundations (core mental model + pipeline)
RAG foundation 6th Jan 2026.pdf
-
RAG Demo (hands-on implementation)
RAG_Demo_LangChain_Chroma_Colab.ipynb
-
Skill boosters (Python + applied notebook)
DDS_Python_mini_course2026.ipynbCopy_of_DDS_Academy_LLM_Sentiment_Analysis.ipynb
| Type | File | Purpose |
|---|---|---|
AI_Curious_to_AI_Builder_2026_Roadmap.pdf |
A practical pathway for turning “AI interest” into shipped demos and portfolio proof. | |
DDS_2026_Roadmap_4jan.pdf |
DDS-wide roadmap and priorities for 2026. | |
AI_Explorer_Professional_CPE_Deck.pdf |
Professional deck for AI Explorer sessions (CPE-friendly). | |
RAG foundation 6th Jan 2026.pdf |
RAG fundamentals: ingest → chunk → embed → retrieve → generate, with quality + trust considerations. | |
| Notebook | RAG_Demo_LangChain_Chroma_Colab.ipynb |
End-to-end RAG demo using LangChain + Chroma (builder workflow). |
| Notebook | DDS_Python_mini_course2026.ipynb |
Python essentials refresher for AI builders (fast-track). |
| Notebook | Copy_of_DDS_Academy_LLM_Sentiment_Analysis.ipynb |
Applied LLM sentiment analysis notebook (practical baseline). |
- Click any
*.pdffile to open it in GitHub’s PDF viewer. - For best viewing, download the PDF locally if you need full-screen reading or annotation.
- Open the notebook file in GitHub.
- Click “Open in Colab” (if available) or copy the notebook URL into Colab:
- In Colab:
File → Open notebook → GitHuband paste your repo URL.
- In Colab:
Tip: If you want a consistent “Open in Colab” button inside each notebook, add a small header cell with a GitHub/Colab badge.
Prerequisites
- Python 3.10+ recommended
- Jupyter installed (
pip install jupyter)
Run
jupyter notebook