Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 1.61 KB

File metadata and controls

45 lines (29 loc) · 1.61 KB

Content Analysis WebUI Dashboard

Welcome to the Streaming Content Analysis Dashboard project! This interactive dashboard provides insightful visualization and analysis of movies and TV shows across popular streaming platforms, including Netflix, Amazon Prime, Disney+, and more. The project is built using Python and Plotly Dash, makint it user-friendly and accessible for exploring key content trends.

The dataset includes information about the type, title, release year, certificate, duration, genre, ratings, description, director, cast and platform.

The analysis presented in an interactive dashboard built using Plotly Dash, with two main Tabs focusing on Director and Genre. Each tab provides insights and visualization related to the respective aspect of the dataset.

Features

Director Tab

  • Discover Top Directors and their associated genre on each platform.
  • Visualize the distribution of direcors across platforms.

Genre Tab

  • Explore the most popular genres on each platform.
  • Visual representation of genre preferences across different streaming services.

Getting Started

  1. Clone the repository:
git clone https://github.com/Codon-s/Content_Analysis_WebUI_Dashboard.git
  1. Install the required dependencies:
pip install -r requirements.txt
  1. Run the Plotly Dash app:
python app.py
  1. Open your web browser and navigate to 'http://127.0.0.1:8050/' to access the dashboard.

Future Improvements

  • Include additional visualizations and insights.
  • Additional Dashboard for the Certificate Analysis.

Feel free to explore the code and provide feedback! Happy Analyzing!