Skip to content

Latest commit

 

History

History
27 lines (24 loc) · 809 Bytes

coding.md

File metadata and controls

27 lines (24 loc) · 809 Bytes

Coding Activites

Projects

[
{
  "name": "Autonomous Parking",
  "description": "Design cars that can park themselves safely without driver intervention.",
  "url":"/coding/autonomous-parking",
  "imageUrl": "/static/lessons/autonomous-parking.png",
  "cardType": "side"
}, {
  "name": "Object Detection",
  "description": "Design ways to avoid accidents between vehicles and objects in the road.",
  "url":"/coding/object-detection",
  "imageUrl": "/static/lessons/object-detection.jpg",
  "cardType": "side"
}, {
  "name": "Line Detection",
  "description": "Design ways to improve driving safety by helping to prevent drivers from falling asleep and causing an accident.",
  "url":"/coding/line-detection",
  "imageUrl": "/static/lessons/line-detection.jpg",
  "cardType": "side"
}]