Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
koreyspace authored Nov 2, 2023
1 parent d0f3ae1 commit 69ffba7
Showing 1 changed file with 18 additions and 20 deletions.
38 changes: 18 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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, <https://github.com/microsoft/generative-ai-for-beginners/issues?WT.mc_id=academic-105485-koreyst>
- Create a pull request, <https://github.com/microsoft/generative-ai-for-beginners/pulls?WT.mc_id=academic-105485-koreyst>
## 🌱 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

Expand All @@ -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
Expand Down

0 comments on commit 69ffba7

Please sign in to comment.