This is a movie recommender system generated with the help of the TMBD 5000 movies dataset.
The dataset was initially preprocessed and cleaned to generate a well defined tags from multiple columns.
Tags were converted using the Text vectorization technique called Bag Of Words.
Streamlit is an open-source Python library that simplifies the creation of custom web applications for machine learning and data science projects. It allows data scientists and developers to build interactive and visual applications directly from Python scripts, without needing to write HTML, CSS, or JavaScript.