Recommendation systems are becoming increasingly important in today’s extremely busy world. People are always short on time with the myriad tasks they need to accomplish in the limited 24 hours. Therefore, the recommendation systems are important as they help them make the right choices, without having to expend their cognitive resources.
conda create -name movie_recommendation python=3.7.10
conda activate movie
pip install -r requirements.txt
#run this file to generate the models
Movie Recommender System Data Analysis.ipynb
Now run,
streamlit run app.py