├── Content based recommendation.py ├── Dockerfile ├── README.md ├── Web Scraping_new.py ├── app.py ├── deployment.yaml ├── movie data_new.xlsx ├── movie_list.pkl ├── requirements.txt ├── service.yaml └── similarity.pkl /Content based recommendation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chandru-21/End-to-End-Movie-Recommendation-System-with-deployment-using-docker-and-kubernetes/HEAD/Content based recommendation.py -------------------------------------------------------------------------------- /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chandru-21/End-to-End-Movie-Recommendation-System-with-deployment-using-docker-and-kubernetes/HEAD/Dockerfile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chandru-21/End-to-End-Movie-Recommendation-System-with-deployment-using-docker-and-kubernetes/HEAD/README.md -------------------------------------------------------------------------------- /Web Scraping_new.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chandru-21/End-to-End-Movie-Recommendation-System-with-deployment-using-docker-and-kubernetes/HEAD/Web Scraping_new.py -------------------------------------------------------------------------------- /app.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chandru-21/End-to-End-Movie-Recommendation-System-with-deployment-using-docker-and-kubernetes/HEAD/app.py -------------------------------------------------------------------------------- /deployment.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chandru-21/End-to-End-Movie-Recommendation-System-with-deployment-using-docker-and-kubernetes/HEAD/deployment.yaml -------------------------------------------------------------------------------- /movie data_new.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chandru-21/End-to-End-Movie-Recommendation-System-with-deployment-using-docker-and-kubernetes/HEAD/movie data_new.xlsx -------------------------------------------------------------------------------- /movie_list.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chandru-21/End-to-End-Movie-Recommendation-System-with-deployment-using-docker-and-kubernetes/HEAD/movie_list.pkl -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chandru-21/End-to-End-Movie-Recommendation-System-with-deployment-using-docker-and-kubernetes/HEAD/requirements.txt -------------------------------------------------------------------------------- /service.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chandru-21/End-to-End-Movie-Recommendation-System-with-deployment-using-docker-and-kubernetes/HEAD/service.yaml -------------------------------------------------------------------------------- /similarity.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chandru-21/End-to-End-Movie-Recommendation-System-with-deployment-using-docker-and-kubernetes/HEAD/similarity.pkl --------------------------------------------------------------------------------