Live Conversation Updates for New Messages in an Android Chat Application

Articles

Throughout the Android chat app development series, we’ve built an app that allows users to register, send/receive text messages, open conversations, and receive notifications for incoming messages.

One additional essential feature for chat apps is the ability to update the active, live conversation. Once a new message arrives for the currently active conversation, it should be updated to reflect the new changes (either sent/received messages).

Continue reading “Live Conversation Updates for New Messages in an Android Chat Application”

Comparing Mobile Machine Learning Frameworks

Articles

In the past few years we’ve seen many startups and even mature companies coming up with new mobile apps or features powered by machine learning and AI. These features require some heavy, real-time processing by neural networks.

The potential killers of these ML-powered experiences? Data roundtrips for inference, the cost of backend servers to support millions of devices, concerns surrounding user data privacy.

Continue reading “Comparing Mobile Machine Learning Frameworks”

How next-gen AI accelerators will transform mobile machine learning

Articles
Introduction

In recent years, AI and (more specifically) machine learning have become so popular that the hype surrounding them has become contagious.

It’s becoming apparent that the widespread use of deep learning doesn’t stop at just computer scientists and programmers but has made its way into every domain, ranging from physics, biology, and chemistry to healthcare, transportation, and finance.

Continue reading “How next-gen AI accelerators will transform mobile machine learning”

Advanced Tips for Core ML

Articles

Core ML is the most popular and powerful framework for adding machine learning and AI to iOS apps. High-level APIs provided by tools like Turi Create and Create ML make it possible to train mobile-friendly models without ML expertise.

But as projects grow in scale and complexity, it’s often necessary to dive deeper into the capabilities of Core ML to deliver the best user experiences possible.

Continue reading “Advanced Tips for Core ML”

Create a Custom AI-Powered Snapchat Lens with Fritz AI Studio

Articles
Introduction

Recently, Snapchat released a new feature where AI developers can “easily” integrate their own custom models—one of which is the ability to classify single objects in order to trigger fun and immersive AR effects. We’ll cover this ML task in this article.

Lens Studio, an augmented reality creativity suite released by Snapchat in 2017, gives users the opportunity to create their own augmented reality (AR) Lenses.

Continue reading “Create a Custom AI-Powered Snapchat Lens with Fritz AI Studio”