
AnimeFaceClassification
Have you ever wondered if an AI can tell your favorite anime characters apart? Developed as part of the IBM AI Engineering certification course, this project explores exactly that. Using PyTorch, I built and trained a Convolutional Neural Network (CNN) to perform Anime Face Classification. To test the waters, we’re starting with a head-to-head visual showdown: teaching the model to accurately distinguish between the characters anastasia and takao. Authors Jedrzej Golaszewski Title Anime Face Classification Status Completed Date Dec 28, 2025 Tech stack PyTorch, Python Links GitHub - Kaggle Dataset The original dataset was used in the ‘AniWho’ study (Read Paper). We use the Kaggle distribution of this dataset. ...