From 82a7bb12ad980d11c49030fddd8750fbc3b2c14e Mon Sep 17 00:00:00 2001 From: Sivaangayarkanni Date: Thu, 28 May 2026 19:16:02 +0530 Subject: [PATCH] feat: add 6 new high-quality AI/ML learning resources --- src/data/resources.js | 76 ++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 75 insertions(+), 1 deletion(-) diff --git a/src/data/resources.js b/src/data/resources.js index c5eeb72..9ff2a9a 100644 --- a/src/data/resources.js +++ b/src/data/resources.js @@ -89,6 +89,80 @@ export const resources = [ durationWeeks: 1, tags: ['llm', 'prompting', 'ai'], }, + + // ========== NEW RESOURCES ADDED ========== + { + id: 7, + platform: 'Google', + title: 'Introduction to Generative AI', + url: 'https://www.cloudskillsboost.google/course_templates/536', + free: true, + hasCert: true, + difficulty: 'beginner', + stage: 2, + durationWeeks: 1, + tags: ['ai', 'generative-ai', 'llm'], + }, + { + id: 8, + platform: 'Microsoft', + title: 'AI for Beginners', + url: 'https://github.com/microsoft/AI-For-Beginners', + free: true, + hasCert: false, + difficulty: 'beginner', + stage: 1, + durationWeeks: 12, + tags: ['ai', 'python', 'machine-learning'], + }, + { + id: 9, + platform: 'IBM', + title: 'AI Foundations for Everyone', + url: 'https://www.coursera.org/learn/ai-foundations-for-everyone', + free: true, + hasCert: true, + difficulty: 'beginner', + stage: 2, + durationWeeks: 4, + tags: ['ai', 'overview', 'ibm'], + }, + { + id: 10, + platform: 'DeepLearning.AI', + title: 'Generative AI for Everyone', + url: 'https://www.deeplearning.ai/courses/generative-ai-for-everyone/', + free: true, + hasCert: true, + difficulty: 'beginner', + stage: 2, + durationWeeks: 3, + tags: ['generative-ai', 'llm', 'ai'], + }, + { + id: 11, + platform: 'Kaggle', + title: 'Python', + url: 'https://www.kaggle.com/learn/python', + free: true, + hasCert: true, + difficulty: 'beginner', + stage: 1, + durationWeeks: 2, + tags: ['python', 'programming', 'data'], + }, + { + id: 12, + platform: 'Stanford', + title: 'Machine Learning (Andrew Ng)', + url: 'https://www.coursera.org/learn/machine-learning', + free: true, + hasCert: true, + difficulty: 'intermediate', + stage: 3, + durationWeeks: 11, + tags: ['ml', 'stanford', 'andrew-ng'], + }, ] export const learningStages = [ @@ -120,4 +194,4 @@ export const learningStages = [ description: 'Contribute to open source AI projects, get mentored, earn your certificate.', tag: 'Apply when ready', }, -] +] \ No newline at end of file