Logo Lanfrica

NERD-Community-Ethiopia/generative-ai-course

Domain:

natural language processing

Record type:

project
Creator:
NER
Host:
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 …

Licenses