How I Created a Face-Detection App Using the Flask Framework

Advancement in technology has witnessed the application of artificial intelligence to detect and recognize human faces. πŸ‘©πŸ‘©β€πŸ¦²πŸ‘¨β€πŸ¦° This is accomplished using OpenCV, a Python library for computer vision and image processing. In the previous tutorials, we use OpenCV to process images and turn them into pencil drawings and cartoons. We will learn how to use … Read more

OpenAI GPT-4 Update: A New Era in Function Calling

It’s been an exciting journey observing OpenAI’s progressive leaps in the field of generative AI. Their cutting-edge models, gpt-3.5-turbo and gpt-4, released earlier this year, have been at the forefront of developers’ toolkits, catalyzing countless fascinating applications. We have discussed many GPT applications on the Finxter blog, such as productivity use cases for coders and … Read more

Top Eight GPT-4 Productivity Use Cases for Coders (No BS)

Everybody now uses large language models (LLMs) like GPT-4. Still, I realized that many reported “use cases” are actually not that useful or can be performed more efficiently with other non-LLM tools. This article explores some of these proven “No BS” productivity use cases for GPT-4, as discussed by various contributors in the OpenAI forum, … Read more

Label Studio Quickstart

🏷️ Label Studio is an open-source data labeling tool to label multiple data types such as audio, text, images, videos, and time series. You can export multiple model formats using a simple user interface. It is often used for data preparation to get more accurate machine learning models. Here’s an example from the GitHub repository: … Read more

Startup.ai – Eight Steps to Start an AI Subscription Biz

Having created multiple online ventures and reached tens of millions of users during the last 5-10 years, I am confused when realizing that many of my close friends and Finxter members believe they are “too late to the game” or they have “missed the train”. This is for all the ambitious coders who have not … Read more

Smol-Developer: Your Cute AI-Based Junior Developer πŸ•β€πŸ¦Ί

I just stumbled upon this project smol-developer that allows you to have your own “junior” programming assistant. If you’re like me, i.e., not really a nerd in deep Reddit culture, you wonder what exactly “smol” means in this context. What does “smol” mean? πŸ‡ Smol is an affectionate way of saying someone or something is … Read more

How I Cracked the Top 100 in the Kaggle House Prices Competition

Kaggle is a vibrant online community for data science and machine learning, providing a platform for learning, sharing, and competition. It’s an invaluable resource for individuals interested in these fields, regardless of their level of experience. The Kaggle House Prices – Advanced Regression Techniques Competition, in particular, is an excellent starting point for anyone who … Read more

I Tried Berkeley’s 🦍 Gorilla Large Language Model

UC Berkeley researchers just published a new paper and website 🦍 Gorilla: Large Language Model Connected with Massive APIs that essentially translates English language to API calls. To keep it simple, here’s my layman’s explanation of what the model is providing to you: Input: An English language query.Output: An API call (=code) that’s most relevant … Read more

I Read Google’s SoundStorm Paper

Listen to this insane conversation published on Google’s SoundStorm GitHub page: A male and female speaker lead a conversation. Only at the end it becomes apparent that they are actually neither male nor female — they are bot called SoundStorm (PDF)! SoundStorm is a machine learning model that generates audio files. It is non-autoregressive. “Non-autoregressive … Read more

Top 7 Ways to Use Auto-GPT Tools in Your Browser

Installing Auto-GPT is not simple, especially if you’re not a coder, because you need to set up Docker and do all the tech stuff. And even if you’re a coder you may not want to go through the hassle. In this article, I’ll show you some easy Auto-GPT web interfaces that’ll make the job easier! … Read more

Auto-GPT vs Jarvis HuggingGPT: One Bot to Rule Them All

The world of artificial intelligence (AI) has been witnessing remarkable advancements with cutting-edge language models like Auto-GPT and Jarvis. These sophisticated tools are transforming the AI landscape, sparking interesting discussions on their capabilities and potential applications. πŸ€– Auto-GPT is an autonomous agent building on OpenAI’s large language model (LLM). Meanwhile, Jarvis, inspired by Iron Man’s … Read more

Auto-GPT vs Agent GPT: Who’s Winning in Autonomous LLM Agents?

In the realm of AI agents and artificial general intelligence, Auto-GPT and Agent GPT are making waves as innovative tools built on OpenAI’s API. These language models have become popular choices for AI enthusiasts seeking to leverage the power of artificial intelligence in various tasks. πŸ’‘ Auto-GPT is an experimental, open-source autonomous AI agent based … Read more