Test Out the API - Turn On Sound
Upload a JEPG or JPG Image to Test
Your Image
Download Sample Test Images
About the API
This bus number identification API works in 6 main steps performed as a Azure Function
- Accept binary image data via post request
- Send image data to Azure Custom Vision API
- Crop image according to bounding box given by Custom Vision API
- Send image to Azure Recognize Text API
- Identify bus number based on words in response (the last word that begins with a number)
- Return response as a text string