Home / Companies / Clarifai / Blog / January 2019

January 2019 Summaries

7 posts from Clarifai

Filter
Month: Year:
Post Summaries Back to Blog
The text discusses the transformative impact of artificial intelligence (AI) on the retail industry, highlighting its growing prevalence due to shifting consumer expectations and resource allocation. According to Gartner's prediction, by 2020, AI was expected to be utilized by at least 60% of organizations for digital commerce. The text provides several examples of AI applications in retail, such as Sephora's Virtual Artist app, which uses augmented reality and AI to enhance product recommendations, and real-time data optimization that helps retailers like Amazon adjust pricing based on external factors. AI also aids in inventory management by using image recognition to monitor stock levels and assists in maintaining safe online marketplaces by moderating listings. The text suggests that AI's capabilities provide retailers with the tools to offer better customer experiences, optimize operations, and ensure safer shopping environments.
Jan 25, 2019 540 words in the original blog post.
The text provides a detailed tutorial on integrating the Clarifai iOS SDK into an application to utilize its image recognition capabilities. It begins with an introduction to the concept of "Everyday Carry," highlighting how items we carry daily can be identified using computer vision technology. The tutorial guides users through setting up their XCode project, including obtaining an API key, cloning the SDK repository, and configuring the necessary frameworks and dependencies. It explains how to initialize the SDK, choose an image, and predict its content using the Clarifai models, including the General Model and other specialized models. The tutorial encourages exploring the wider applications of Clarifai’s computer vision technology, such as identifying specific objects in photos or cataloging personal inventories, and directs users to the Clarifai Apple iOS GitHub repository and Developer Guide for further learning.
Jan 24, 2019 759 words in the original blog post.
Computer vision models are AI technologies that process images or videos to predict or return pre-learned concepts or labels, such as image recognition, visual recognition, and facial recognition. They can be trained to recognize a wide range of concepts, from general items using pre-trained models to niche concepts through custom training with specific data. Custom models are built on pre-trained base models, providing a foundation similar to language acquisition. The process of creating a custom model involves selecting a base model, uploading images or videos, labeling them, and then training the model, which can be facilitated through accessible APIs. The effectiveness of these models relies on providing both positive and negative examples to ensure accurate concept recognition, similar to how a child learns to distinguish objects.
Jan 22, 2019 1,794 words in the original blog post.
Artificial intelligence is significantly impacting the retail industry by enhancing various aspects of merchandising, such as store planning, inventory management, trend prediction, and online inventory optimization. AI technologies, including computer vision from platforms like Clarifai, enable retailers to use real-time data from security cameras to improve store layouts and monitor foot traffic, which aids in effective store planning. Additionally, AI helps in real-time inventory management by analyzing camera footage to track stock levels, allowing merchandisers to focus on more complex tasks. Social media data analysis through AI, as demonstrated by Pulsar during Fashion Week, reveals discrepancies between expert predictions and actual consumer trends, providing deeper insights into consumer preferences. Furthermore, e-commerce platforms like Staples utilize AI to optimize product images for SEO across multiple languages, thereby enhancing search engine visibility and reducing costs associated with manual optimization efforts.
Jan 14, 2019 491 words in the original blog post.
The text provides a tutorial on implementing image classification for e-commerce apps using Clarifai's image recognition tools, specifically focusing on customizing the SnapShop application by enhancing its ability to recognize specific laptop brands. It begins by discussing the capabilities of Clarifai's general image recognition model, which can classify over 11,000 concepts, and introduces the Custom Training platform that allows users to create more precise models. The tutorial walks through setting up a Clarifai account, integrating API credentials into SnapShop's backend code, and training a custom model to identify a Dell-XPS laptop by uploading relevant images and labeling them accordingly. The process includes adding negative examples to refine the concept and training the model for more accurate classification. Finally, it guides users to test the enhanced model and encourages exploring further customization options with Clarifai's platform to expand their image classification applications.
Jan 09, 2019 984 words in the original blog post.
The PopSugar Twinning app, which uses Clarifai's AI-powered facial recognition technology to match users with their celebrity look-alikes, gained viral popularity through social media and a mention on The Ellen Show. As the app's usage surged, Clarifai's infrastructure successfully supported the increased demand, highlighting the advantages of using an established AI service rather than developing one in-house. This partnership allowed PopSugar to rapidly deploy their app without extensive training and testing on celebrity faces, benefiting from Clarifai’s scalable and robust system. The experience underscores the benefits of leveraging external AI solutions, such as reduced backend management costs and access to a comprehensive data network, as emphasized by Clarifai's Mike Vaccarino.
Jan 08, 2019 352 words in the original blog post.
The text provides a comprehensive tutorial on using Clarifai's API to build a custom image recognition model, specifically designed to classify hackathon stickers. It guides the reader through setting up a development environment using Node.js and various packages like Express, Multer, and Pug, to create a web application that integrates with Clarifai’s image recognition capabilities. The tutorial includes steps for account creation, application setup, model training, and frontend development, emphasizing the importance of labeling images with "concepts" to aid the model's learning process. The author notes that while the example focuses on stickers, the principles can be applied to other image types, and highlights the significance of the quality and variety of training examples in determining the model's effectiveness.
Jan 03, 2019 1,369 words in the original blog post.