This project is a data-driven web application that provides insights into Netflix movies and TV shows. It allows users to explore and analyze the dataset, visualize trends, and extract meaningful information about content available on Netflix.
- Search & Filter: Find movies and TV shows based on various criteria.
- Data Visualization: Interactive charts and graphs to analyze trends.
- Statistics: Overview of movie genres, ratings, release years, and more.
- Export Data: Download relevant data for further analysis.
The dataset used in this project is sourced from Kaggle: Netflix Movies and TV Shows Dataset
It contains details such as:
- Title, Director, Cast
- Release Year
- Genre
- Ratings
- Country of Production
- Description
- Streamlit: Web app framework.
- Pandas: Data manipulation.
- Plotly: Interactive visualizations.
- Python: Core programming language.
- Clone the repository:
git clone https://github.com/fcolobe/netflix-data-explorer.git cd netflix-data-explorer
- Create a virtual environment:
python -m venv venv source venv/bin/activate # On Windows use `venv\Scripts\activate`
- Install dependencies:
pip install -r requirements.txt
- Run the app:
streamlit run app.py
- Open the app in your browser at
http://localhost:8501
For any inquiries, feel free to reach out.
π¬ Enjoy analyzing Netflix data!