18 Lessons, Get Started Building with Generative AI 🔗 https://microsoft.github.io/generative-ai-for-beginners/
Go to file
Korey Stegared-Pace b762d3cbbc
Merge pull request #634 from shahpreetk/fix-closing-brackets
fix: added missing closing brackets in Chp 6 README.md
2024-11-19 14:45:49 +01:00
.devcontainer Add pip dep, azure-ai-inference 2024-09-23 09:40:02 +00:00
.github remove chores/fixes branch 2024-03-06 20:54:31 +02:00
.vscode update UX section, add more references 2023-10-16 21:58:35 +00:00
00-course-setup Fix#540: Renamed AZURE_OPENAI_KEY to AZURE_OPENAI_API_KEY to use a consistent naming schema 2024-09-09 14:23:09 +02:00
01-introduction-to-genai docs(chapter-1): Fix broken image URL and list indentation 2024-10-26 21:02:57 +05:30
02-exploring-and-comparing-different-llms fix broken urls 2024-08-07 11:58:19 +00:00
03-using-generative-ai-responsibly Merge pull request #529 from Inder24/Adding-OpenAIFile-And-Fixing-Grammer 2024-07-28 13:48:11 +02:00
04-prompt-engineering-fundamentals Merge pull request #590 from bmerkle/fix#589 2024-09-17 16:18:24 +02:00
05-advanced-prompts Add zh-tw translations 2024-07-02 23:24:42 +08:00
06-text-generation-apps fix: added missing closing brackets 2024-11-08 16:14:29 +00:00
07-building-chat-applications added the chat appilication lesson 2024-09-17 15:52:17 +00:00
08-building-search-applications adding search applications app 2024-09-17 16:38:17 +00:00
09-building-image-applications Fix#540: Renamed AZURE_OPENAI_KEY to AZURE_OPENAI_API_KEY to use a consistent naming schema 2024-09-09 14:26:56 +02:00
10-building-low-code-ai-applications fix broken urls 2024-08-07 11:58:19 +00:00
11-integrating-with-function-calling added function calling gh models lesson 2024-09-17 19:45:42 +00:00
12-designing-ux-for-ai-applications Add zh-tw translations 2024-07-02 23:24:42 +08:00
13-securing-ai-applications Add zh-tw translations 2024-07-02 23:24:42 +08:00
14-the-generative-ai-application-lifecycle fix typo 2024-08-19 14:23:39 +02:00
15-rag-and-vector-databases Merge pull request #558 from omahs/patch-1 2024-09-17 16:08:34 +02:00
16-open-source-models fix typos 2024-08-19 14:13:35 +02:00
17-ai-agents Update README.md 2024-10-04 22:09:33 +02:00
18-fine-tuning Add zh-tw translations 2024-07-02 23:24:42 +08:00
19-slm Update README.md 2024-09-12 15:38:40 +01:00
20-mistral cleaned up readme 2024-10-02 11:18:21 +00:00
21-meta Merge pull request #608 from bmerkle/fix#chapter21#jupyternotebook 2024-10-07 18:43:19 +02:00
docs Add zh-tw translations 2024-07-02 23:24:42 +08:00
images Add files via upload 2024-10-04 08:51:47 +02:00
presentations added presentaiton 2023-12-05 19:08:00 +01:00
translations Merge pull request #557 from hyoshioka0128/patch-16 2024-09-17 16:06:56 +02:00
.env.copy refactor setup, ch4, ch18 - for consistency in assignments 2024-04-21 18:16:57 +00:00
.gitignore .gitignore should ignore downloaded files of sample 08-building-search-applications #536 2024-07-26 16:55:01 +02:00
.nojekyll fix custom navbar issue 2023-11-21 16:39:01 -05:00
CODE_OF_CONDUCT.md CODE_OF_CONDUCT.md committed 2023-06-19 09:36:44 -07:00
CONTRIBUTING.md add tracking to contributing guide 2024-03-06 21:26:21 +02:00
docsifytopdf.js Adding more structure and initial readme 2023-06-22 14:40:12 -07:00
index.html feat: language selection 2023-11-21 12:15:35 +02:00
LICENSE LICENSE updated to template 2023-06-19 09:36:44 -07:00
package-lock.json recipe-testjs 2024-09-17 16:56:22 +02:00
package.json recipe-testjs 2024-09-17 16:56:22 +02:00
README.md Merge pull request #610 from zkewal/patch-1 2024-10-07 18:43:59 +02:00
requirements.txt updated requirements.txt 2024-08-30 09:49:12 +00:00
SECURITY.md SECURITY.md committed 2023-06-19 09:36:45 -07:00
vs.code-profile Initial codespaces support 2023-09-26 08:35:59 -04:00

Generative AI For Beginners

21 Lessons teaching everything you need to know to start building Generative AI applications

GitHub license GitHub contributors GitHub issues GitHub pull-requests PRs Welcome

GitHub watchers GitHub forks GitHub stars

Generative AI for Beginners (Version 3) - A Course

Learn the fundamentals of building Generative AI applications with our 21-lesson comprehensive course by Microsoft Cloud Advocates.

🌱 Getting Started

This course has 21 lessons. Each lesson covers its own topic so start wherever you like!

Lessons are labeled either "Learn" lessons explaining a Generative AI concept or "Build" lessons that explain a concept and code examples in both Python and TypeScript when possible.

Each lesson also includes a "Keep Learning" section with additional learning tools.

What You Need

To run this code of this course, you can use either:

We have created a Course Setup lesson to help you with setting up your development environment.

Don't forget to star (🌟) this repo to find it easier later.

🧠 Ready to Deploy?

If you are looking for more advanced code samples, check out our collection of Generative AI Code Samples in both Python and TypeScript.

🗣️ Meet Other Learners, Get Support

Join our official AI Discord server to meet and network with other learners taking this course and get support.

🚀 Building a Startup?

Sign up for Microsoft for Startups Founders Hub to receive free OpenAI credits and up to $150k towards Azure credits to access OpenAI models through Azure OpenAI Services.

🙏 Want to help?

Do you have suggestions or found spelling or code errors? Raise an issue or Create a pull request

📂 Each lesson includes:

  • A short video introduction to the topic
  • A written lesson located in the README
  • Python and TypeScript code samples supporting Azure OpenAI and OpenAI API
  • Links to extra resources to continue your learning

🗃️ Lessons

# Lesson Link Description Video Extra Learning
00 Course Setup Learn: How to Setup Your Development Environment Coming Soon Learn More
01 Introduction to Generative AI and LLMs Learn: Understanding what Generative AI is and how Large Language Models (LLMs) work. Video Learn More
02 Exploring and comparing different LLMs Learn: How to select the right model for your use case Video Learn More
03 Using Generative AI Responsibly Learn: How to build Generative AI Applications responsibly Video Learn More
04 Understanding Prompt Engineering Fundamentals Learn: Hands-on Prompt Engineering Best Practices Video Learn More
05 Creating Advanced Prompts Learn: How to apply prompt engineering techniques that improve the outcome of your prompts. Video Learn More
06 Building Text Generation Applications Build: A text generation app using Azure OpenAI / OpenAI API Video Learn More
07 Building Chat Applications Build: Techniques for efficiently building and integrating chat applications. Video Learn More
08 Building Search Apps Vector Databases Build: A search application that uses Embeddings to search for data. Video Learn More
09 Building Image Generation Applications Build: A image generation application Video Learn More
10 Building Low Code AI Applications Build: A Generative AI application using Low Code tools Video Learn More
11 Integrating External Applications with Function Calling Build: What is function calling and its use cases for applications Video Learn More
12 Designing UX for AI Applications Learn: How to apply UX design principles when developing Generative AI Applications Video Learn More
13 Securing Your Generative AI Applications Learn: The threats and risks to AI systems and methods to secure these systems. Video Learn More
14 The Generative AI Application Lifecycle Learn: The tools and metrics to manage the LLM Lifecycle and LLMOps Video Learn More
15 Retrieval Augmented Generation (RAG) and Vector Databases Build: An application using a RAG Framework to retrieve embeddings from a Vector Databases Video Learn More
16 Open Source Models and Hugging Face Build: An application using open source models available on Hugging Face Video Learn More
17 AI Agents Build: An application using an AI Agent Framework Video Learn More
18 Fine-Tuning LLMs Learn: The what, why and how of fine-tuning LLMs Video Learn More
19 Building with SLMs Learn: The benefits of building with Small Language Models Video Coming Soon Learn More
20 Building with Mistral Models Learn: The features and differences of the Mistral Family Models Video Coming Soon Learn More
21 Building with Meta Models Learn: The features and differences of the Meta Family Models Video Coming Soon Learn More

🌟 Special thanks

Special thanks to John Aziz for creating all of the GitHub Actions and workflows

Bernhard Merkle for making key contributions to each lesson to improve the learner and code experience.

🎒 Other Courses

Our team produces other courses! Check out: