Welcome to the Bollywood Movie Recommendation System! This web application recommends Bollywood movies based on your preferences using cosine similarity. The web app is built with Streamlit.
- Recommend Bollywood movies based on user preferences.
- Utilizes cosine similarity to compute similarities between movies.
- Simple and intuitive web interface built with Streamlit.
Before running the application, make sure you have the following installed:
- Python 3.6 or higher
- pandas
- scikit-learn
- streamlit
- nltk
You can install the required packages using pip:
pip install pandas scikit-learn streamlit nltk