#5 · Primary category: Education & Research
generative-ai-for-beginners
21 Lessons, Get Started Building with Generative AI
Project last updated:08/27/26
GitHub Stars
118.8K
Forks
62.6K
Contributors
154
License
MIT
Why we included this project
Microsoft's Cloud Advocates team put together a 21-lesson course that takes someone with no generative AI experience through the whole process of building an app. Each lesson explains a concept and pairs it with runnable code in Python and TypeScript, and the Build lessons make real API calls so you see actual output instead of just reading about it. The material moves from prompt engineering and how large language models work, through text, image, and audio generation, to grounding, fine-tuning, and deployment, which makes it a solid single on-ramp for developers aiming at a working prototype. Lessons are labeled Learn or Build and stand on their own, so you can skip ahead to whatever topic you need. It is a course rather than a deployable tool, but the notebooks and code samples are concrete enough to borrow for your own experiments.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
prompts.chat
f.k.a. Awesome ChatGPT Prompts. Share, discover, and collect prompts from the community. Free and open source — self-host for your organization with complete privacy.
JavaGuide
Java Interview & Backend General Interview Guide, covering computer fundamentals, databases, distributed systems, high concurrency, system design, and AI application development.
system-prompts-and-models-of-ai-tools
A curated collection of system prompts, internal tools, and AI models from popular AI assistants and coding agents.
30-seconds-of-code
Coding articles to level up your development skills
LLMs-from-scratch
Implement a ChatGPT-like LLM in PyTorch from scratch, step by step