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.
- Discover Top Directors and their associated genre on each platform.
- Visualize the distribution of direcors across platforms.
- Explore the most popular genres on each platform.
- Visual representation of genre preferences across different streaming services.
- Clone the repository:
git clone https://github.com/Codon-s/Content_Analysis_WebUI_Dashboard.git
- Install the required dependencies:
pip install -r requirements.txt
- Run the Plotly Dash app:
python app.py
- Open your web browser and navigate to 'http://127.0.0.1:8050/' to access the dashboard.
- Include additional visualizations and insights.
- Additional Dashboard for the Certificate Analysis.
Feel free to explore the code and provide feedback! Happy Analyzing!