Skip to content

[Approved to present] Streamlit Visualization of Movie & Actor Data #49

podlenad requested to merge podlenad/ppy1-2025:podlenad-project into main

An interactive web application for visualizing statistics of starring in movies of an actor and several actors, a rose of genre for one actor and several, a correlation between the budget and the rating of the film and statistics for actors, with whom they starred in joint films and in which ones. My project is include:

  1. Object-oriented programming (OOP) concepts: classes, properties, methods
  2. Functional programming in Python (lambda expressions)
  3. Data analysis and processing using the pandas library
  4. Creating web applications using the Streamlit framework
  5. Data export, working with data formats(JSON, СSV)

Project files are located in: https://gitlab.fjfi.cvut.cz/podlenad/ppy1-2025/-/tree/podlenad-project/projects.

dataset: https://www.kaggle.com/datasets/tmdb/tmdb-movie-metadata.

@mojzemat Please review the project. Thank you!

Edited by podlenad

Merge request reports