Brandon Tang
Bus Numbers API

Brandon Tang
Bus Numbers API


Test Out the API - Turn On Sound
Upload a JEPG or JPG Image to Test
Your Image


Try Another Image

Download Sample Test Images
About the API

This bus number identification API works in 6 main steps performed as a Azure Function

  1. Accept binary image data via post request
  2. Send image data to Azure Custom Vision API
  3. Crop image according to bounding box given by Custom Vision API
  4. Send image to Azure Recognize Text API
  5. Identify bus number based on words in response (the last word that begins with a number)
  6. Return response as a text string
Link to Github Repo
Download Report