4οΈβ£ Week 4 β AI Services & Capstone π
4οΈβ£ Week 4 β AI Services & Capstone π
Theme: Build AI into your apps. Then ship your capstone portfolio piece. Live session: Sat 13 Jun 2026 Β· 3 PM GMT Time commitment: 2 hr live + 6-8 hr labs (capstone is bigger than usual)
π― By the end of this week, youβll have
- β A Smart Document Analyzer that processes any PDF with Textract + Comprehend
- β A complete AI Customer Feedback Hub β your portfolio piece
- β Hands-on experience with 4+ AWS AI services
- β A LinkedIn-ready project to anchor your CV around
π This weekβs content
| Item | Type | Time | Link |
|---|---|---|---|
| π¬ Week 4 Slides | Live session | 2 hr | slides/ |
| π οΈ Lab 7 β Smart Doc Analyzer | Guided lab | 90 min | lab-7-doc-analyzer/ |
| π Lab 8 β AI Capstone | Build-on-your-own | 3-5 hours | lab-8-ai-capstone/ |
| π― Week 4 Quiz | Interactive (FINAL!) | 15 min | quiz/ |
π Suggested schedule
| Day | What to do |
|---|---|
| Sat 13 Jun | Final live session 3 PM GMT |
| Sun 14 Jun | Lab 7 (Smart Doc Analyzer) |
| Mon-Thu | Lab 8 (The CAPSTONE β give it the time it deserves) |
| Fri 19 Jun | Take the final quiz + post your capstone to LinkedIn |
| Sat 20 Jun | Demo day for group projects π |
π§ Concepts weβll cover
- AWS AI service overview: Textract, Comprehend, Rekognition, Polly, Translate, Transcribe
- Textract β extracting text + tables + forms from any document
- Comprehend β sentiment, entities, key phrases, language detection
- Rekognition β object detection, face analysis, content moderation
- AI service chaining β combining multiple services to solve real problems
- API Gateway β HTTP endpoints for Lambda functions
- DynamoDB β serverless NoSQL for flexible JSON data
πΌ The Capstone β why it matters
Lab 8 isnβt βanother labβ. Itβs the project that goes on:
- Your LinkedIn (under Featured / Projects)
- Your CV (under Personal Projects)
- Your GitHub (pinned)
Itβs the difference between saying βI learned AWSβ and βHereβs a live AI app I built and shipped.β
The capstone takes 3-5 hours. Donβt rush it. Polish > speed.
π Free tier note
| Service | Free amount |
|---|---|
| Textract | 1,000 pages/month for 3 months |
| Comprehend | 50K text units/month (12 months) |
| Rekognition | 5K image API calls/month (12 months) |
You wonβt blow through these unless you process huge volumes.
π¦ Folder contents
week-04-ai-capstone/
βββ slides/
β βββ Week4_CloudWithShad.pptx
βββ lab-7-doc-analyzer/
β βββ README.md
β βββ Week4_Lab7_Smart_Doc_Analyzer.html
β βββ starter-code/
β βββ analyze_document.py
βββ lab-8-ai-capstone/
β βββ README.md
β βββ Week4_Lab8_AI_Capstone.html
β βββ starter-code/
β βββ frontend/
β β βββ index.html
β βββ lambda/
β β βββ process_feedback.py
β β βββ dashboard_stats.py
β βββ dashboard/
β βββ dashboard.html
βββ quiz/
βββ Week4_Quiz_AI_Capstone.html
π Capstone submission requirements
For your capstone to count:
- Live URL of your form (S3 hosted)
- Live URL of your dashboard (S3 hosted)
- GitHub repo with all your Lambda code + frontend HTML
- README in the repo explaining the architecture + how to run it locally
- Screenshot of the dashboard showing real data after at least 5 submissions
- LinkedIn post featuring the project β tag #cloudwithshad
Drop everything above in the WhatsApp group with #capstone-done.
π Whatβs next: Group projects + Demo day
Youβre not quite done yet. Mon 15 Jun: group project assignments drop. Youβll have one week to build a polished Streamlit app on EC2 with your team. Demo day is Sat 20 Jun 2026 Β· 3 PM GMT β bring your A-game.
β See group-projects/ for the three project options + how to pick a team.
β¬ οΈ Previous: Week 3 β Scaling & DevOps π Next: Group Projects β¬ οΈ Back to repo