This project explores using pyspark to build a Movie Recommendations System while using the ALS algorithm.
.
├── data
│ ├── movies.csv
│ ├── ratings.csv
├── als_recs.ipynb
└── README.md
Taken from the "recommended for education and development" section of: https://grouplens.org/datasets/movielens/
- Clone the repo.
- Install and configure pyspark.
- Run the notebook 'als_recs.ipynb'
- Add a streamlit for a user friendly way to interact with the model
- Develop recommending values for a new user.
This project took five days for completion.
This project was done as part of the AI Boocamp at BeCode.org.