A basic movie search and recommendation engine implementation that uses Corona (a Solr 8 Clojure wrapper), ML (with Cortex, MXNet soon) and that exploits MLT (More Like This) handler and LTR (learning to rank) plugin.
Please follow these instructions: https://github.com/Stylitics/corona/blob/master/doc/Installation.md
https://github.com/originrose/cortex#gpu-compute-install-instructions
Soon.
The datasets located in resources/solr/tmdb/data/csv/
come from these sources:
- TMDB https://www.kaggle.com/tmdb/tmdb-movie-metadata/metadata
- GroupLens / MovieLens https://grouplens.org/datasets/movielens/
- Leon Talbot
- Alexey Makurin
- Arthur Caillau
This library is available to use under MIT license.