Simple interactive machine learning interface of the TMDB 5000 Movie Dataset using Streamlit
Get the dataset from https://www.kaggle.com/datasets/tmdb/tmdb-movie-metadata then put the movies & credits .csv files in the same directory as the main .py file
To run this interface first install the requirements using
pip install -r requirements.txt
Then launch the interface by running
streamlit run interactive-tmdb.py