Skip to content

Guillaume-Fgt/cast_deceased

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages