An interactive Streamlit app that uncovers patterns, genres, trends, and actor-director networks from Netflix's content using data science.
- Country-wise content availability
- Monthly content release trends
- Most popular genres and ratings
- Similar content detection
- Actor-Director Network Graph
- TV Shows vs. Movies trend analysis
-
Clone the repo: git clone https://github.com/unknownsteve7/Netflix-dashboard.git cd netflix-dashboard-app
-
Install dependencies: pip install -r requirements.txt
-
Start the app: streamlit run app.py
Make sure cleaned_netflix_data.csv is present in the root directory.
- Python
- Pandas
- Streamlit
- Seaborn, Matplotlib
Built for hands-on learning in data analysis and visualization with real-world datasets.