aiPDF vs ChatPDF: Which Tool Should You Choose for Your PDF Needs?

Articles

If you’ve ever had to dig through pages and pages of PDFs, you know the struggle. Whether it’s an academic paper, a hefty eBook, or a financial report, finding the exact information you need can feel like looking for a needle in a haystack.

That’s where tools like aiPDF and ChatPDF come in to save the day.

These AI-driven platforms take the pain out of dealing with PDFs by letting you chat with your documents, summarize key points, or analyze them in depth.

Continue reading “aiPDF vs ChatPDF: Which Tool Should You Choose for Your PDF Needs?”

ChatGot Review – My Honest Take on This AI Chatbot Assistant

AI Tools

So you’re looking for the next big AI tool to make your life easier and more productive?

Enter ChatGot. It’s an AI chatbot that claims to do everything from generating emails to helping with creative writing.

I’ve tried ChatGot out to see if it’s worth your time. Here’s my experience and everything you need to know.

Continue reading “ChatGot Review – My Honest Take on This AI Chatbot Assistant”

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”