Articles Fritz has written:

ContentShake AI Review: The Ultimate AI Writing Tool?

Articles

Like most content creators, I’ve been somewhat apprehensive about the rising impact of generative AI on digital marketing over the last couple of years.

There are plenty of tools available that claim to help users create high-quality content at scale, optimize it for the search engines, and so much more.

However, I’ve noticed many of them don’t do much more than simply produce generic-sounding content.

Continue reading “ContentShake AI Review: The Ultimate AI Writing Tool?”

AI Blaze Review: The Ultimate AI Productivity Booster?

AI Tools

Love it or hate it, AI is everywhere these days. It’s powering search engine experiences, enhancing customer self-service, and, most importantly, saving users valuable time.

AI Blaze, (otherwise known as Text Blaze), has rapidly become one of my favorite productivity-boosting apps.

If, like me, you spend a lot of time responding to emails, messages, and inquiries, communicating with clients, or just handling “administrative” tasks, AI Blaze is a fantastic companion.

It basically allows you to create and use shortcut “snippets” that allow AI to generate content for you – in your tone of voice – anywhere on the web.

Continue reading “AI Blaze Review: The Ultimate AI Productivity Booster?”

How Dementia Affects Conversation: Building a More Accessible Conversational AI

Articles

We all (roughly) know how to naturally converse with one another. This is mostly subconscious and only really noticeable if an interaction skews from what most consider “normal.”

In the majority of cases, these are just minor differences, such as someone speaking a little too close or interrupting more often than usual.

However, more significant conversational differences can start to occur when parts of the brain begin to decline in performance.

Continue reading “How Dementia Affects Conversation: Building a More Accessible Conversational AI”

Boosting Your Social Media Marketing Strategy With AR

Articles

Augmented reality (AR) has definitely come a long way. The app Pokémon Go was arguably the first AR game that truly allowed the concept to go mainstream.

Today, videos with Instagram and Facebook AR filters have become standard content in everyone’s news feeds. For businesses, this means engaging in the AR space.

When it comes to boosting your social media marketing strategy with AR, the first thing to understand is that it has become much easier and cheaper to do.

Continue reading “Boosting Your Social Media Marketing Strategy With AR”

The Ancient Secrets of Computer Vision 2 by Joseph Redmon – Human Vision

Articles

In order to understand computer vision, we must first understand how we’ve evolved to see the world. Not only is it important to investigate how we see but why our sight evolved this way.

We use computer vision in some of our solutions at Wallscope, so it was important to start from the beginning and ensure I had a solid understanding.

In case you missed the introduction to this series, Joseph Redmon released a series of 20 lectures on computer vision in September of 2018. As he’s an expert in the field, I wrote a lot of notes while going through his lectures. I am tidying my notes for my own future reference but am posting them on Medium also, in case they’re useful for others.

Continue reading “The Ancient Secrets of Computer Vision 2 by Joseph Redmon – Human Vision”

The Ancient Secrets of Computer Vision 1 by Joseph Redmon – Condensed

Articles

Joseph Redmon released a series of 20 lectures on computer vision in September (2018). As he is an expert in the field, I wrote a lot of notes while going through his lectures. I am tidying my notes for my own future reference but will post them on Medium also in case these are useful for others.

His first lecture is an introduction in which he details the differences, methods and applications of low, mid, and high level computer vision (CV).

Continue reading “The Ancient Secrets of Computer Vision 1 by Joseph Redmon – Condensed”

SnapML in Lens Studio: Using custom machine learning models to power AR experiences

Articles

With over 210 million daily active users, Snapchat remains one of the top applications that people use to enjoy augmented reality experiences. The app’s wide variety of AR features lets users do everything, from giving their digital selves some doggie ears to adding realistic 3D effects and transformations.

Snap has always been proactive about letting people come up with new ideas and designs, with Lens Studio allowing developers to “create, publish, and share Lenses” across the platform. To date, Snap reports over 1 million custom Lenses created.

Continue reading “SnapML in Lens Studio: Using custom machine learning models to power AR experiences”

Handling different field types in React Native forms with Formik and Yup

Articles

In the previous post in this series on working with forms in React Native, you did a lot of things—from creating Login and Signup forms from scratch, to using powerful libraries like Formik and Yup, to validating those forms.

In this tutorial, let’s extend our knowledge of building and validating forms by handling different input field types other than strings. You’re also going to see my solution for how to gracefully create a Confirm Password field and validate it using the reference of the already set up password field.

Continue reading “Handling different field types in React Native forms with Formik and Yup”

Handling different field types in React Native forms with Formik and Yup

Articles

In the previous post in this series on working with forms in React Native, you did a lot of things—from creating Login and Signup forms from scratch, to using powerful libraries like Formik and Yup, to validating those forms.

In this tutorial, let’s extend our knowledge of building and validating forms by handling different input field types other than strings. You’re also going to see my solution for how to gracefully create a Confirm Password field and validate it using the reference of the already set up password field.

Continue reading “Handling different field types in React Native forms with Formik and Yup”

Creating an accelerometer-powered maze game in React Native

Articles

Most smartphones come with a sensor of some sort: Gyroscope, accelerometer, ambient light, proximity, GPS, among others. These sensors each have their own functions, ranging from detecting the your phone’s orientation to determining your current position on the globe.

In this tutorial, we’ll take a look at how we can use the phone’s accelerometer to move a ball through a maze. We will be using React Native to create the app. For the accelerometer data, we’ll employ the help of React Native Sensors and build the game with MatterJS and React Native Game Engine.

Continue reading “Creating an accelerometer-powered maze game in React Native”