Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
76 changes: 75 additions & 1 deletion src/data/resources.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down Expand Up @@ -120,4 +194,4 @@ export const learningStages = [
description: 'Contribute to open source AI projects, get mentored, earn your certificate.',
tag: 'Apply when ready',
},
]
]