← Back to Hub
AI & IoT Training Camp — Day 4 Session 4 / Day 5

Hackathon Project Blueprint

Complete this form during Day 4 Session 4 — plans are locked before Day 5 begins.

1 — Project Theme & Problem Statement

Describe the real-world problem your project solves. Be specific — e.g., "Monitoring soil moisture in a school garden and alerting the gardener when irrigation is needed."

2 — Mandatory Requirements Checklist

Your project MUST include all three of the following. Check each box and specify details:

3 — System Architecture Diagram

Draw your Input → Processing → Output pipeline below. Label each component with specific hardware and pin numbers.

Input (Sensor / Camera)
Processing (AI + Logic)
Output (Actuator / Display)

Sketch the full wiring diagram here (optional — use back of page if needed):

Draw your wiring diagram here
(sensor positions, pin connections, power supply)

4 — Hardware Inventory

List every hardware component your project needs. Verify availability with the instructor.

ComponentQuantityPin / ConnectionAvailable?
5 — AI Model Training Plan
Model TypeClass NamesSamples / ClassData Collection Method
Minimum samples: Image ≥ 150/class · Audio ≥ 40/class · Pose ≥ 100/class. More = better accuracy.
6 — Team Role Assignment
RoleName(s)Responsibilities
Team Leader
Overall coordination, timeline tracking, presentation delivery
AI / Software
Data collection, model training, PictoBlox block coding
Hardware
Circuit wiring, sensor calibration, physical prototype build
Tester / QA
End-to-end testing, edge case debugging, documentation
Presenter
Pitch preparation, demo narration, Q&A handling
7 — Day 5 Sprint Plan
SprintTimeDeliverableStatus
Sprint 1Session 1 (90 min)Training data collected + All hardware wired & tested
Sprint 2Session 2 (90 min)AI model trained (>85% accuracy) + Physical prototype built
Sprint 3Session 3 (90 min)Full integration working (sensor → AI → actuator) MVP done
Sprint 4Session 4 (90 min)Edge cases handled + Pitch rehearsed (2× minimum)
8 — Decision Logic (If-Else Pseudocode)

Write your main decision logic in plain language:

FOREVER:
  Read sensor → _______________
  Analyze image/audio/pose from webcam
  IF _______________ THEN
    _______________
  ELSE IF _______________ THEN
    _______________
  ELSE
    _______________
9 — Instructor Approval
Date: _______________
Plan Locked: After instructor approval, no changes are allowed to the project scope. Hardware and AI model type are finalized. Only implementation details may be adjusted during Day 5 sprints.