Videos
I am talking about this blog post, https://blog.google/products/shopping/ai-virtual-try-on-google-shopping/, where it mentions taking in a user's photo and a model's photo, and then putting the model's clothe on the user.
The blog says that " Starting today, U.S. shoppers can virtually try on women’s tops from brands across Google, including Anthropologie, Everlane, H&M and LOFT. Just tap products with the “Try On” badge on Search and select the model that resonates most with you. "
But I can not find this feature anywhere. Would really appreciate if anyone could share how to use this and talk about how well this works.
It looks like there is no convenient UI for just querying it from the web. Instead, just consult the Places API documentation, and paste a query of the following style, for example, into your browser address bar.
https://maps.googleapis.com/maps/api/place/findplacefromtext/json?key=YOUR_API_KEY&inputtype=textquery&input=Starbucks
Use a server key for the web service, as stated in the documentation:
Get a key for Google Places API Web Service
- Go to the Google Developers Console.
- Create or select a project.
- Click Continue to Enable the API.
- Go to Credentials to get a Server key (and set the API credentials).
- To prevent quota theft, secure your API key following these best practices.