Foundational Courses
- https://www.coursera.org/learn/generative-ai-with-llmsย (Google’s Intro to Generative AI)
- https://www.coursera.org/learn/chatgpt-prompt-engย (DeepLearning.AI Prompt Engineering)โ
- https://www.cloudskillsboost.google/paths/118ย (Google Generative AI Learning Path)โ
- https://www.coursera.org/specializations/generative-ai-for-software-developersย (IBM GenAI Specialization)โ
- https://www.deeplearning.ai/short-courses/open-source-models-hugging-faceย (Hugging Face open models)โ
- https://www.microsoft.com/en-us/learnย (Microsoft Generative AI Fundamentals)
- https://www.simplilearn.com/free-generative-ai-course-skillupย (Simplilearn free GenAI course)โ
- https://ocw.mit.edu/courses/res-6-176-mobile-and-sensor-computing-spring-2019/pages/generative-ai/ย (MIT GenAI OCW)โ
- https://www.nvidia.com/en-us/learn/training/instructor-led-workshops/generative-ai-explainedย (NVIDIA Generative AI Explained)
- https://elementsofai.comย (University of Helsinki Elements of AI, GenAI focus)โ
Hands-On Platforms & Tracks
- https://huggingface.co/learnย (Hugging Face full learning hub)โ
- https://huggingface.co/learn/nlp-courseย (NLP/GenAI course)โ
- https://www.kaggle.com/learn/generative-aiย (Kaggle GenAI notebooks) [previous web]
- https://www.fast.aiย (Practical Deep Learning for Coders, GenAI edition)โ
- https://github.com/nitindahiya-dev/gen_ai_roadmapย (20-week GenAI roadmap)โ
YouTube Playlists & Tutorials
- https://www.youtube.com/playlist?list=PLZoTAELRMXVPiyueAqA_eQnsycC_DSBnsย (Krish Naik GenAI/LLM playlist)โ
- https://www.youtube.com/watch?v=cxJ_cBuBpUUย (Stable Diffusion Hugging Face Colab)โ
- https://www.youtube.com/c/3blue1brownย (Neural nets/GenAI visuals) [previous web]
- https://www.youtube.com/c/Sentdexย (GenAI Python series) [previous web]
- https://www.youtube.com/playlist?list=PLhW3qG1BS0B_xDqEQwRBdx0XrBHR0I0p_ (Krish Naik AWS/Azure GenAI)โ
Code Repos & Projects (From Scratch)
- https://github.com/FareedKhan-dev/create-stable-diffusion-from-scratchย (Stable Diffusion PyTorch)โ
- https://github.com/huggingface/diffusersย (Diffusion models library/tutorials)โ
- https://github.com/openai/openai-cookbookย (OpenAI GenAI examples)โ
- https://github.com/langchain-ai/langchainย (LLM app building) [previous web]
- https://huggingface.co/spacesย (GenAI demos to fork)โ
Books & Ebooks (Free)
- https://www.deeplearningbook.orgย (Deep Learning, GenAI foundations) [previous web]
- https://dev.to/pavanbelagatti/learn-generative-ai-for-free-e-book-9k1ย (Free GenAI Ebook)โ
- https://arxiv.org/list/cs.LG/recentย (GenAI papers) [previous web]
Advanced & Specialized
- https://www.coursera.org/learn/gen-ai-using-hugging-face-trainingย (Hugging Face GenAI)โ
- https://www.simplilearn.com/free-hugging-face-nlp-projects-course-skillupย (Hugging Face projects)โ
- https://zerotomastery.io/courses/machine-learning-with-hugging-faceย (Hugging Face bootcamp)โ
- https://www.projectpro.io/article/learn-generative-ai/962ย (GenAI projects guide)โ
NVIDIA Free Courses
- https://www.nvidia.com/en-us/learn/training/instructor-led-workshops/ai-for-allย (NVIDIA AI for All: Basics to GenAI)โ
- https://www.nvidia.com/en-us/learn/training/self-paced-workshops/building-a-brain-in-10-minutesย (Building a Brain)โ
- https://www.nvidia.com/en-us/learn/training/self-paced-workshops/building-rag-agents-with-llmsย (RAG with LLMs)โ
Start with Google’s Intro or Hugging Face hub for basics, then build diffusion models via GitHubโuse NotebookLM to generate overviews from these.