Project Overview
If you have a YouTube channel or want to get some overlooked yet significant questions answered about your content's performance, look no further. Aimed at easing life of creators, this project fetches data from YouTube API(v3), followed by performing some cleaning and processing to visualize the stats from the channel or playlist.
Detailed Description
I used Python and Pandas to store and process the data in necessary ways, in order to form a structured data frame out of the JSON data packet. Then, I used Seaborn, Matplotlib and other Python packages to create appealing and insightful visualizations from the data, for answering questions like "Which are the top performing videos?", "How likes and comments affect views of a video" and "The tags used in the most viewed videos" which can help creators understand their content and audience better. I intend to integrate Bokeh plots for interactivity, as well as create a Panel dashboard.