Discover and explore top open-source AI tools and projects—updated daily.
https-deeplearning-aiAccess code and resources for AI and deep learning courses
New!
Top 70.5% on SourcePulse
This repository serves as a central index for DeepLearning.AI's open-source course materials, directing users to dedicated GitHub repositories for each course. It targets learners in machine learning, deep learning, generative AI, and AI engineering, providing hands-on code, labs, and starter projects for practical skill development.
How It Works
The project functions as a curated directory. Each DeepLearning.AI course maintains its own distinct GitHub repository with relevant notebooks and code. This central index links to these individual course repos. Users select a course, clone its specific repository, and follow that repo's README for detailed setup and execution instructions, typically involving Python or Node.js environments.
Quick Start & Requirements
git clone <course-repo>), navigate into it (cd <course-repo>), and follow the course's README for setup.pip install -r requirements.txt or uv. Node.js requires npm install and npm run dev. API keys may be needed via .env files.Highlighted Details
uv as a faster Python package management alternative.Maintenance & Community
Maintained by DeepLearning.AI, founded by Andrew Ng. Community engagement occurs via Discord and "The Batch" newsletter. Bug reports should target individual course repos or the main DeepLearning.AI contact form. Key links: website, newsletter, Discord, LinkedIn, YouTube, X/Twitter (@DeepLearningAI).
Licensing & Compatibility
License types vary per course; consult each repository's LICENSE file. Code is primarily for educational use; commercial compatibility depends on these individual licenses.
Limitations & Caveats
This repository is solely a directory, not a code host. Users must clone separate repositories for each course. Setup procedures and dependencies differ significantly across courses, requiring careful attention to each specific README. License details are decentralized.
1 week ago
Inactive
steven2358