Skip to content

fcolobe/netflix-data-explorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Netflix Movies & TV Shows Analytics

πŸ“Œ Project Overview

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.

πŸ” Features

  • 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.

πŸ“Š Dataset

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

πŸ› οΈ Technologies Used:

  • Streamlit: Web app framework.
  • Pandas: Data manipulation.
  • Plotly: Interactive visualizations.
  • Python: Core programming language.

πŸš€ Installation

Steps

  1. Clone the repository:
    git clone https://github.com/fcolobe/netflix-data-explorer.git
    cd netflix-data-explorer
  2. Create a virtual environment:
    python -m venv venv
    source venv/bin/activate  # On Windows use `venv\Scripts\activate`
  3. Install dependencies:
    pip install -r requirements.txt
  4. Run the app:
    streamlit run app.py
  5. Open the app in your browser at http://localhost:8501

πŸ“¬ Contact

For any inquiries, feel free to reach out.


🎬 Enjoy analyzing Netflix data!

About

A Streamlit web app for exploring Netflix movies and TV shows.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages