Skip to content

Commit

Permalink
Merge pull request #747 from Sahil-xyz/main
Browse files Browse the repository at this point in the history
Adding Generative AI courses #746
  • Loading branch information
avinash201199 authored Oct 2, 2024
2 parents 069d1b9 + cf58947 commit f485395
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1488,6 +1488,15 @@ Website - https://bitly.ws/XWBm<br>
<br>
</details>

<details>
<summary>Generative AI</summary>
<br>Generative AI for beginners<br>
Website- https://www.mygreatlearning.com/academy/learn-for-free/courses/generative-ai-for-beginners<br>
<br>Introduction to Generative AI<br>
Website - https://www.cloudskillsboost.google/course_templates/536<br>
<br>
</details>

### License

This project is licensed under the [MIT License](./LICENSE).
17 changes: 16 additions & 1 deletion src/components/data/allcourses.json
Original file line number Diff line number Diff line change
Expand Up @@ -2101,5 +2101,20 @@
"source": "Great Learning",
"link": "https://www.mygreatlearning.com/academy/learn-for-free/courses/introduction-to-tensorflow-and-keras"
}]
},
{
"title": "Generative AI",
"cards": [{
"icon": "fa-solid fa-brain",
"name": "Generative AI for beginners",
"source": "Great Learning",
"link": "https://www.mygreatlearning.com/academy/learn-for-free/courses/generative-ai-for-beginners"
},
{
"icon": "fa-solid fa-brain",
"name": "Introduction to Generative AI",
"source": "Google Cloud",
"link": "https://www.cloudskillsboost.google/course_templates/536"
}]
}
]
]

0 comments on commit f485395

Please sign in to comment.