This document describes a machine learning project to classify debut artists as "worth creating content for" or "ignore" based on their attributes. The project uses a random forest classifier trained on data crawled from various music media sites. Features include genre, ratings, social media followers, and number of related articles. The random forest model achieved an F1 score of 0.7 and AUC of 0.91 for the "worth creating content" class. Further improvements could include handling data imbalances and integrating text analysis. A web app was also created to automate predictions.