From 69ffba790913fe7d0c8735a1afc5acd4148735f8 Mon Sep 17 00:00:00 2001 From: Korey Stegared-Pace Date: Thu, 2 Nov 2023 10:05:32 +0100 Subject: [PATCH] Update README.md --- README.md | 38 ++++++++++++++++++-------------------- 1 file changed, 18 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index e5f6a7f8a..f47a79d7a 100644 --- a/README.md +++ b/README.md @@ -21,29 +21,13 @@ Learn the fundamentals of building Generative AI applications with our 12-lesson comprehensive course by Microsoft Cloud Advocates. Each lesson covers a key aspect of Generative AI principles and application development. Throughout this course, we will be building our own Generative AI startup so you can get an understanding of what it takes to launch your ideas. -## Want to help? - -There are many things you could help with for example: - -- Find spelling errors or code errors, raise an issue and/or PR -- Translate to your language, every chapter has a *translations* subdirectory, if you want to help with this one create the following structure: - -```text - Chapter NN/ - translations - es/ <== your language code - README.md <== your translation - - Send us your ideas, maybe your ideas for new lessons or exercises, and let us know how we can improve. - -Hope to hear from you: -- Raise an issue, -- Create a pull request, - ## 🌱 Getting Started -To get started, [fork this entire repo](https://github.com/microsoft/generative-ai-for-beginners/fork?WT.mc_id=academic-105485-koreyst) to your own GitHub account to be able to change any code and complete the challenges. You can also [star (🌟) this repo](https://docs.github.com/en/get-started/exploring-projects-on-github/saving-repositories-with-stars?WT.mc_id=academic-105485-koreyst) to find it easier later! +To get started, [fork this entire repo](https://github.com/microsoft/generative-ai-for-beginners/fork?WT.mc_id=academic-105485-koreyst) to your own GitHub account to be able to change any code and complete the challenges. You can also [star (🌟) this repo](https://docs.github.com/en/get-started/exploring-projects-on-github/saving-repositories-with-stars?WT.mc_id=academic-105485-koreyst) to find it easier later. -Head to the [Course Setup Page](/00-course-setup/README.md) to find the setup guide that works best for you! +Below are the links to each lesson. Feel free to explore and start at any lesson that interests you the most! + +Head to the [Course Setup Page](/00-course-setup/README.md) to find the setup guide that works best for you. ## 🗣️ Meet Other Learners, Get Support @@ -53,6 +37,20 @@ We believe one of the best ways to learn is learning with others! Join our [offi Visit [Microsoft's Founders Hub](https://aka.ms/genai-foundershub) where you can apply to receive **free OpenAI credits** and up to **$150k towards Azure's leading AI services**. +## 🙏 Want to help? + +Here are ways you can contribute to this course: +- Find spelling errors or code errors, [Raise an issue](https://github.com/microsoft/generative-ai-for-beginners/issues?WT.mc_id=academic-105485-koreyst) or [Create a pull request](https://github.com/microsoft/generative-ai-for-beginners/pulls?WT.mc_id=academic-105485-koreyst) +- Send us your ideas, maybe your ideas for new lessons or exercises, and let us know how we can improve. +- Translate to your language, every chapter has a *translations* subdirectory, if you want to help with this one create the following structure: + +```text + Chapter NN/ + translations + es/ <== your language code + README.md <== your translation +``` + ## 📂 Each lesson includes: - a short video introduction to the topic