├── Gathering data.ipynb ├── LICENSE ├── README.md ├── images ├── demo.webm └── screenshot.JPG ├── rec-system ├── Data │ └── readme.md ├── app.py └── fetch.py ├── recommendation-system-using-matrix-factorization.ipynb └── requirements.txt /Gathering data.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shrinidhin/recommender-system/HEAD/Gathering data.ipynb -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shrinidhin/recommender-system/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shrinidhin/recommender-system/HEAD/README.md -------------------------------------------------------------------------------- /images/demo.webm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shrinidhin/recommender-system/HEAD/images/demo.webm -------------------------------------------------------------------------------- /images/screenshot.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shrinidhin/recommender-system/HEAD/images/screenshot.JPG -------------------------------------------------------------------------------- /rec-system/Data/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shrinidhin/recommender-system/HEAD/rec-system/Data/readme.md -------------------------------------------------------------------------------- /rec-system/app.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shrinidhin/recommender-system/HEAD/rec-system/app.py -------------------------------------------------------------------------------- /rec-system/fetch.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shrinidhin/recommender-system/HEAD/rec-system/fetch.py -------------------------------------------------------------------------------- /recommendation-system-using-matrix-factorization.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shrinidhin/recommender-system/HEAD/recommendation-system-using-matrix-factorization.ipynb -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shrinidhin/recommender-system/HEAD/requirements.txt --------------------------------------------------------------------------------