1 of 4

Challenge 4: Generate Statcast Data from Old Videos

2 of 4

Challenge 1 - Data

  • By providing season, team and game - return game video highlights
  • But only short highlights with Statcast metrics

Solution - build a dataset with game content details in BQ:

3 of 4

Challenge 2 - Data Exploring and visualisation

  • UI to explore through seasons, teams, videos
  • UI to trigger statcast metric extraction and result visualisation

Solution - Next.js/CoudRun + Google cloud function to get data from BQ

4 of 4

Challenge 3 - Statcast metrics extraction

  • By providing video URL analyse video and find/extract available metrics
  • Results in JSON format to have possibility to easily parse or store

Solution - Google cloud function + Vertex AI + gemini-2.0-flash-exp