shlogg · Early preview
Vitalii @fix2015

Building An AI Model With Teachable Machine For Hero Recognition

Developed an AI model using Google's Teachable Machine to recognize 30 heroes from popular films in just a few weeks, overcoming challenges like image quality, similarity between characters & diverse backgrounds.

As part of a recent team project, we were tasked with creating a system to recognize 30 heroes from very popular films. Due to an NDA, we can't disclose the specific heroes we worked with, but the challenges and solutions we encountered can be shared. With a tight deadline and no access to additional development resources to work with AI, we needed a solution that was both quick and effective. After doing some research, we decided to try out Google's Teachable Machine, a tool designed for users to train machine learning models without the need for coding or specialized AI knowledge. Here's a b...