Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 444 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 444 Bytes

interactive-tmdb-ml

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