Case Study: Transforming Retail Operations with Azure AI Services
Business Overview
Lakeshore Retail, a prominent retail chain with over 500 stores nationwide, offers a diverse range of products from groceries to electronics and maintains a strong online presence. Lakeshore Retail goals include enhancing customer experience, streamlining operations, and leveraging data for informed decision-making.
Existing Setup
Lakeshore Retail’s robust IT infrastructure includes:
Point of Sale (POS) Systems: Integrated with inventory management.
Customer Relationship Management (CRM): For managing customer data and interactions.
E-commerce Platform: Supporting online sales and customer engagement.
Data Warehousing: For storing and analyzing sales and customer data.
New Requirement
Lakeshore Retail has identified several areas for improvement:
Enhanced Customer Experience: Personalizing customer interactions both online and in-store.
Virtual Try-On Feature: Lakeshore Retail is planning to launch the virtual ‘Try-It-On’ feature with their range of eyewear products such as sunglasses, swimming goggles, and spectacles. Customers will be able to upload a front-profile selfie and see how the eyewear fits.
In-Store Touch Screen Assistant: Enhancing the touch-screen assistant in retail outlets with mic input and read-aloud functionality.
Digital Assistant: Creating a digital assistant for their e-commerce platform to assist customers with order details, return policies, etc.
Sentiment Analysis: Analyzing product reviews to recommend more suitable products to customers.
Image-Based Search: Add an option in the E-commerce site, where customers can upload an image and search for similar items in the inventory.
Streamline Business Operations
Customer Purchase Analysis: Analyzing customer purchase invoices to identify patterns and draw business conclusions.
Social Media Analysis: Analyzing tweets to identify key topics being discussed about Lakeshore Retail.
Business Expansion and Compliance
Age Verification: Lakeshore Retail plans to expand its business by adding a liquor section in their retail outlets. To ensure minors cannot order liquor through the Touch-Screen Assistants, it will implement age verification for customers purchasing alcohol.
Question 1: Which Azure AI service can they use to implement the virtual Try-It-On feature, to identify the position of the eyes in an uploaded image ?
Question 2: Lakeshore Retail wants to use the Azure AI Language Service to analyze product reviews and suggest products with higher positive reviews to customers. Which class and method should be used to analyze the product reviews using the Azure AI Language Service SDK in C#?
Question 3: Which AI service and feature should the developers implement a read-aloud feature for visually impaired users in their Touch Screen Assistant at retail outlets?
Question 4: Lakeshore Retail wants to analyze tweets about the company to identify key discussion topics. Which endpoint will you use for social media analysis?
Question 5: How can Lakeshore Retail implement the new requirement for image-based search?
Define the custom skill in the skillset.
Test the search functionality.
Add the custom skill to the indexer.
Configure the data source.
Deploy the custom skill to an Azure Function.
Create an Azure AI Search service.
Question 6: Which actions from below would you take to fulfill the Business Expansion and Compliance Requirements? Select 3 correct options from the left column and place it in the right order on the right column
Require the buyer to upload a valid government photo-ID card
Use a barcode scanner to scan the ID
Implement a manual verification process by store staff
Take a picture of the buyer at the time of purchase
Verify the buyer's age through their social media profiles.
Extract information such as expiry date and date of birth from the ID using Azure AI Document Intelligence.
Match the photo on the ID with the buyer's photo using the face comparison feature in Azure Face API service.
Match the photo on the ID with the buyer's photo using the attribute analysis feature in Azure AI Vision service.
Implement a voice recognition system to verify the buyer's age.
1. Require the buyer to upload a valid government photo-ID card
2. Extract information such as expiry date and date of birth from the ID using Azure AI Document Intelligence.
3. Take a picture of the buyer at the time of purchase.
4. Match the photo on the ID with the buyer's photo using the face comparison feature in Azure Face API service.