1.5 KiB
1.5 KiB
Forking Guide
This course is MIT licensed. You're free to fork it and adapt it for your needs. Here's how to do it well.
For Teams
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
For Schools & Universities
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
For Bootcamps
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
For Other Languages
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
Keeping Your Fork Updated
git remote add upstream https://github.com/rohitg00/ai-engineering-from-scratch.git
git fetch upstream
git merge upstream/main
Attribution
Not required by MIT, but appreciated:
Based on AI Engineering from Scratch
https://github.com/rohitg00/ai-engineering-from-scratch