You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+18-20Lines changed: 18 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,29 +21,13 @@
21
21
22
22
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.
23
23
24
-
## Want to help?
25
-
26
-
There are many things you could help with for example:
27
-
28
-
- Find spelling errors or code errors, raise an issue and/or PR
29
-
- Translate to your language, every chapter has a *translations* subdirectory, if you want to help with this one create the following structure:
30
-
31
-
```text
32
-
Chapter NN/
33
-
translations
34
-
es/ <== your language code
35
-
README.md <== your translation
36
-
- Send us your ideas, maybe your ideas for new lessons or exercises, and let us know how we can improve.
37
-
38
-
Hope to hear from you:
39
-
- Raise an issue, <https://github.com/microsoft/generative-ai-for-beginners/issues?WT.mc_id=academic-105485-koreyst>
40
-
- Create a pull request, <https://github.com/microsoft/generative-ai-for-beginners/pulls?WT.mc_id=academic-105485-koreyst>
41
-
42
24
## 🌱 Getting Started
43
25
44
-
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!
26
+
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.
45
27
46
-
Head to the [Course Setup Page](/00-course-setup/README.md) to find the setup guide that works best for you!
28
+
Below are the links to each lesson. Feel free to explore and start at any lesson that interests you the most!
29
+
30
+
Head to the [Course Setup Page](/00-course-setup/README.md) to find the setup guide that works best for you.
47
31
48
32
## 🗣️ Meet Other Learners, Get Support
49
33
@@ -53,6 +37,20 @@ We believe one of the best ways to learn is learning with others! Join our [offi
53
37
54
38
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**.
55
39
40
+
## 🙏 Want to help?
41
+
42
+
Here are ways you can contribute to this course:
43
+
- 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)
44
+
- Send us your ideas, maybe your ideas for new lessons or exercises, and let us know how we can improve.
45
+
- Translate to your language, every chapter has a *translations* subdirectory, if you want to help with this one create the following structure:
0 commit comments