Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 704 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 704 Bytes

Search a movie name, select between 10 results and see how many actors of the cast are still alived.

  • Webapp: Streamlit
  • Data: Cinemagoer
  • Optimisation: use ThreadPoolExecutor to make request concurrently

limitations: by default, I limited the number of actors to 20. You can change the value in webapp.py

Animation

How to use it:

clone the repo:

git clone https://github.com/Guillaume-Fgt/cast_deceased.git

Navigate to the clone directory and use poetry to install dependencies:

poetry install

Use run.py file:

python run.py