This object recognition app uses the Google Cloud Vision API to analyze images and extract labels, as well as identify printed text from images sent over a private WhatsApp Sandbox created using the Twilio WhatsApp API. The app is built in Java Spring Boot and utilizes the ngrok tool to enable two-way communication between the application and the Twilio WhatsApp Sandbox. Once an image is received by the app, it uses the Google Cloud Vision API to analyze the image and extract labels and text from it. The extracted information is then sent back to the user via a message on their WhatsApp account.