Building an App Introduction Slider in React Native

When users open your app, what do they see? Learn how to add an intro slider to your React Native app. | Continue reading


@heartbeat.fritz.ai | 4 years ago

Implementing ML Kit's New Object Detection API on Android

An implementation of ML Kit’s newest API for on-device machine learning. | Continue reading


@heartbeat.fritz.ai | 4 years ago

Stacked Generalization with Mlxtend

How to create a super learner | Continue reading


@heartbeat.fritz.ai | 4 years ago

Working with Fastlane on iOS in an Enterprise Environment

In case you were wondering, no — Fastlane doesn’t have an enterprise offering. It’s always been (and I hope will continue to be) an… | Continue reading


@heartbeat.fritz.ai | 4 years ago

I got together news and announcements for Android Developers on Google I/O 2019

A summary of Android developer news from I/O 2019 — from a developer who attended the conference. | Continue reading


@heartbeat.fritz.ai | 4 years ago

Create an Instant App Using Android App Bundle

Using App Bundle in place of the deprecated Instant App feature plugin | Continue reading


@heartbeat.fritz.ai | 4 years ago

Image Classification on Android Using NumPy and Kivy

Building an image classifier using NumPy that runs on Android devices on top of the Kivy Python framework. | Continue reading


@heartbeat.fritz.ai | 4 years ago

Introduction to Learning Rates in Machine Learning

A machine learning model’s learning rate defines how quickly a model replaces the concepts it’s learned with new ones. Here’s a quick… | Continue reading


@heartbeat.fritz.ai | 4 years ago

How to Implement User Authentication with Amplify in a React Native and Expo

AWS Amplify is framework that helps you develop web or mobile applications quickly. Here’s a look at how to implement User Authentication. | Continue reading


@heartbeat.fritz.ai | 4 years ago

Dementia Affects Conversation: Building a More Accessible Conversational AI

Diving into the Literature - What do we know? | Continue reading


@heartbeat.fritz.ai | 4 years ago

Building an Animated Search Bar with React Native

In this post, we will learn the use of basic react native animations in our react native project. We do so by creating a react project… | Continue reading


@heartbeat.fritz.ai | 4 years ago

Building Production Machine Learning Systems

Production machine learning systems are required to efficiently train, deploy and update your machine learning models. Various factors… | Continue reading


@heartbeat.fritz.ai | 4 years ago

Diving into Data Structures in Swift: Arrays

Part 1 of a 3-part series. | Continue reading


@heartbeat.fritz.ai | 4 years ago

Building a React Native Location Tracking App

In this project, we use react-native-maps package which is a React Native Map components for iOS + Android which will help to configure… | Continue reading


@heartbeat.fritz.ai | 4 years ago

Building a React Native Mobile App with AWS Amplify and Expo

There’s a joke going around the dev community about serverless tech stacks using servers! Some even take this in an offensive way. But… | Continue reading


@heartbeat.fritz.ai | 4 years ago

Recreating Google Translate on Android

This tutorial is 7th part in this the series, ML Kit for Mobile Developers. If you’re not quite caught up, you can start here: | Continue reading


@heartbeat.fritz.ai | 4 years ago

Google I/O 2019 in 8 Minutes

Day 1 is in the books, the keynote has officially concluded, and boy were there tons of new releases and announcements to get excited… | Continue reading


@heartbeat.fritz.ai | 4 years ago

Build a custom machine learning model with TensorFlow and integrating with MLKit

Every day, our world is becoming more mobile, with more than 2 billion smartphones circulating globally. As such, mobile development has… | Continue reading


@heartbeat.fritz.ai | 4 years ago

The Ancient Secrets of Computer Vision: The Evolution of Human Vision

Human Vision — How have we evolved to see the world? | Continue reading


@heartbeat.fritz.ai | 5 years ago

Build a Pizza Detector and Recreate Dominos Points for Pies App on iOS

Dominos is running a campaign to get you to…well, think about Dominos some more. Take a picture of a pizza—any pizza—and get free points… | Continue reading


@heartbeat.fritz.ai | 5 years ago

Reproducing Images Using a Genetic Algorithm with Python

This tutorial uses a genetic algorithm to reproduce images, starting with randomly generated ones and evolving the pixel values. | Continue reading


@heartbeat.fritz.ai | 5 years ago

An ML-powered app to change your hair color – build it yourself on iOS

Today, we’re excited to launch Hair Segmentation by Fritz, giving developers and users the ability to alter their hair with different… | Continue reading


@heartbeat.fritz.ai | 5 years ago

How to Build a Web App with React Native

Power of React Native as a framework increases over time. For those who are unfamiliar, React Native is a cross-platform framework… | Continue reading


@heartbeat.fritz.ai | 5 years ago

Changing Up Your Look with Hair Segmentation on Android

Today, we’re excited to launch Hair Segmentation by Fritz, giving developers and users the ability to alter their hair with different… | Continue reading


@heartbeat.fritz.ai | 5 years ago

Synthetic Data: A bridge over the data moat

If I gave you 30 minutes and a reasonably powerful computer, you could train a machine learning model to recognize dozens of breeds of… | Continue reading


@heartbeat.fritz.ai | 5 years ago

Text wrangling techniques for natural language processing

Sentence Splitting, Tokenization, Stemming, Lemmatization, and Stop Word Removal | Continue reading


@heartbeat.fritz.ai | 5 years ago

OpenCV-Python cheat sheet for image processing techniques

Cropping, Resizing, Rotating, Thresholding, Blurring, Drawing & Writing on an image, Face Detection & Contouring to detect objects. All… | Continue reading


@heartbeat.fritz.ai | 5 years ago

Overview of Current AutoML Frameworks

AI an machine learning is still a field with high barriers to entry that requires expertise and resources that few companies can afford on… | Continue reading


@heartbeat.fritz.ai | 5 years ago

Working with Xamarin.Forms MessagingCenter

Introduction: The Xamarin.Forms Messaging Center API for loosely coupled messaging contracts.xa | Continue reading


@heartbeat.fritz.ai | 5 years ago

Introduction to Machine Learning Model Evaluation

Machine learning continues to become an integral component of our lives, whether we are applying the techniques to research or business… | Continue reading


@heartbeat.fritz.ai | 5 years ago

An Overview of Model Interpretability with Multiclass Food Classification

There has been tremendous development and progress over the past few years in how some technologies have impacted and blended into our… | Continue reading


@heartbeat.fritz.ai | 5 years ago

ML Kit's Smart Reply on Android

This story is the second part of the series, MLKit for Mobile Developers. If you did not read the previous one, you can start from here. | Continue reading


@heartbeat.fritz.ai | 5 years ago

Building a vision-controlled car using Raspberry Pi from scratch

In this tutorial, we’ll create a car that controlled using a USB camera and a Raspberry Pi. We’ll use a wood plank as the car body, which… | Continue reading


@heartbeat.fritz.ai | 5 years ago

Writing a Simple Waypoint System in Augmented Reality on iOS

Have an object navigate through a set of waypoints that follow the user in this simple implementation. | Continue reading


@heartbeat.fritz.ai | 5 years ago

Working with Create ML’s MLDataTable to Pre-Process Non-Image Data

In WWDC 18, Apple announced the Create ML to create and train custom machine learning models on your Mac. You can train models to perform… | Continue reading


@heartbeat.fritz.ai | 5 years ago

Building a neural network today is still more art than science

There’s this farmer. His cows have stopped producing milk so he enlists a group of academics from the local university to help. The team… | Continue reading


@heartbeat.fritz.ai | 5 years ago

Techniques for optimizing Xamarin.Forms app performance

Introduction | Continue reading


@heartbeat.fritz.ai | 5 years ago

Figuring Out If Core ML Models Use the Apple Neural Engine

This post was inspired by Jameson Toole’s post “Does my Core ML model run on Apple’s Neural Engine?” | Continue reading


@heartbeat.fritz.ai | 5 years ago

How to determine if your Core ML model is running on Apple's Neural Engine

This post was inspired by Jameson Toole’s post “Does my Core ML model run on Apple’s Neural Engine?” | Continue reading


@heartbeat.fritz.ai | 5 years ago

Smart Background Replacement on Android with Image Segmentation

Back when I first started using Photoshop, I’d waste hours between classes cropping out pictures of my friends and pasting their faces… | Continue reading


@heartbeat.fritz.ai | 5 years ago

Instantly deploy machine learning models on iOS without writing an app

Build, test, and share your Core ML image classification with the world. | Continue reading


@heartbeat.fritz.ai | 5 years ago

Using Machine Learning to Predict Bus Ticket Sales

Introduction | Continue reading


@heartbeat.fritz.ai | 5 years ago

Single-Page Orientation in Xamarin.Forms

Introduction | Continue reading


@heartbeat.fritz.ai | 5 years ago

Recognize and translate text in Real-Time in an iOS app

ML Kit by google is yet another very efficient and clean way of integrating basic machine learning into your mobile apps. It offers some… | Continue reading


@heartbeat.fritz.ai | 5 years ago

Advanced tips for creating and manipulating Core ML models

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… | Continue reading


@heartbeat.fritz.ai | 5 years ago

Using Firebase’s Cloud Firestore in Flutter

Very rarely do we find mobile apps that have no connection to a backend of any sort. There are many services and platforms like Azure or… | Continue reading


@heartbeat.fritz.ai | 5 years ago

Working with TensorFlow 2.0

With the release of TensorFlow 2.0 Alpha during the TensorFlow Developer Summit, we’d like to take a moment and look at how we can use it… | Continue reading


@heartbeat.fritz.ai | 5 years ago

Building a React Native style transfer app

In recent months, we’ve seen a proliferation of tools, platforms, and even hardware intended to move AI and machine learning closer to… | Continue reading


@heartbeat.fritz.ai | 5 years ago