This course is MIT licensed. You're free to fork it and adapt it for your needs. Here's how to do it well.
Want to use this as internal training? Fork and customize:
- Fork the repository
- Remove phases your team doesn't need
- Add company-specific examples and data
- Add internal tool integrations to the outputs
- Keep the attribution — it helps the community grow
Want to use this as course material?
- Fork the repository
- Map phases to your semester schedule
- Add grading rubrics to exercises
- Add your own assignments and exams
- Consider contributing improvements back upstream
Running a paid bootcamp? That's fine under MIT.
- Fork and structure for your cohort timeline
- Add video content, live sessions, mentorship
- The code and docs are yours to build on
- Consider sponsoring the project or contributing back
Want to teach this curriculum in a different programming language?
- Fork the repository
- Re-implement code examples in your language
- Keep the lesson structure and documentation
- Submit a PR to link your fork from the main README
git remote add upstream https://github.com/rohitg00/ai-engineering-from-scratch.git
git fetch upstream
git merge upstream/mainNot required by MIT, but appreciated:
Based on AI Engineering from Scratch
https://github.com/rohitg00/ai-engineering-from-scratch