Code is Life: Building a Trustworthy Generative AI Solution at ØREDEV 2025
This is a comprehensive learning resource covering 50 chapters on building trustworthy and ethical AI systems. The site is built with MkDocs and Material theme, featuring a modern, responsive, and accessible design.
- Install Python dependencies:
pip install -r requirements.txt- Run the development server:
mkdocs serve- Open your browser to
http://127.0.0.1:8000
Build the static site:
mkdocs buildThe built site will be in the site/ directory.
The course includes 50 chapters organized into 10 sections:
- Getting Started - Foundations of trustworthy AI
- Core Concepts - Key principles and frameworks
- Technical Foundations - ML/DL fundamentals
- Generative AI - Modern GenAI technologies
- Safety and Security - Protecting AI systems
- Testing and Validation - Quality assurance
- Responsible AI - Governance and compliance
- Implementation - Building production systems
- Real-World Applications - Industry use cases
- Advanced Topics - Cutting-edge techniques
- Color Scheme: Purple → Blue → Green gradient
- Dark Mode: Full dark mode support on black background
- Light Mode: Clean, accessible light mode
- Responsive: Mobile-first, responsive design
- Accessible: WCAG compliant with proper semantic HTML
- MkDocs - Static site generator
- Material for MkDocs - Modern theme
- GitHub Actions - Automated deployment
- GitHub Pages - Hosting
The site is automatically deployed to GitHub Pages at: https://codess-aus.github.io/OREDEV-Building-Trustworthy-AI/
See LICENSE file for details.
This is a learning resource for ØREDEV 2025. For questions or feedback, please open an issue on GitHub.