Practical course on building, fine-tuning, and deploying generative AI agents with automation.
# Generative AI & Automation β Course Repository
Welcome to the official repository for the **Generative AI & Automation** course. This project demonstrates modern software development practices including CI/CD, automated testing, security scanning, and collaborative development workflows.
## π Quick Links
- **Student Guide** - How to submit assignments
- **Intern Guide** - Development workflow for team members
- **Contributing Guidelines** - Complete contribution guide
- **Security Policy** - Security guidelines and reporting
- **Code of Conduct** - Community guidelines
## π Course Overview
This is an 8-week intensive course for intermediate/advanced students to gain hands-on experience with:
- Building and deploying generative agents
- Fine-tuning foundation models (LLMs, diffusion)
- Working with multimodal AI (text, image, audio, video)
- Hosting models as APIs and serving them for web and mobile front ends
- Automating model workflows using GitHub Actions, Docker, and APIs
- **Modern Development Practices**: CI/CD, testing, security, collaboration
Each week includes 3 hours of lectures and 3 hours of practical workshops.
## ποΈ Repository Structure
```
generative-ai-course/
βββ .github/ # GitHub configuration
β βββ workflows/ # CI/CD pipelines
β βββ ISSUE_TEMPLATE/ # Issue templates
β βββ pull_request_template.md
βββ lectures/week-01/ # Weekly lecture materials
βββ workshops/week-01/ # Workshop starter kits
βββ student-submissions/ # Student assignment submissions
βββ scripts/ # Automation and utility scripts
βββ tests/ # Test suite
βββ docs/ # Documentation
βββ capstone-projects/ # Final projects
βββ .gitignore # Git ignore rules
βββ requirements.txt # Python dependencies
βββ pyproject.toml # Modern Python configuration
βββ Dockerfile β¦